Tabnine Logo
ConfigChessboard.checkValidity
Code IndexAdd Tabnine to your IDE (free)

How to use
checkValidity
method
in
boofcv.abst.fiducial.calib.ConfigChessboard

Best Java code snippets using boofcv.abst.fiducial.calib.ConfigChessboard.checkValidity (Showing top 1 results out of 315)

origin: org.boofcv/recognition

/**
 * Detector for chessboard targets.  Squares can be partially outside, but inside corners must be entirely
 * inside the image.
 *
 * @see DetectChessboardFiducial
 *
 * @param config Configuration for chessboard detector
 * @return Square grid target detector.
 */
public static CalibrationDetectorChessboard chessboard(ConfigChessboard config ) {
  config.checkValidity();
  return new CalibrationDetectorChessboard(config);
}
boofcv.abst.fiducial.calibConfigChessboardcheckValidity

Popular methods of ConfigChessboard

  • <init>

Popular in Java

  • Running tasks concurrently on multiple threads
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • onCreateOptionsMenu (Activity)
  • getExternalFilesDir (Context)
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • HashMap (java.util)
    HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
  • HashSet (java.util)
    HashSet is an implementation of a Set. All optional operations (adding and removing) are supported.
  • Set (java.util)
    A Set is a data structure which does not allow duplicate elements.
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • BoxLayout (javax.swing)
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now