Uses of Class
boofcv.abst.fiducial.calib.ConfigECoCheckMarkers
Package
Description
-
Uses of ConfigECoCheckMarkers in boofcv.abst.fiducial.calib
Modifier and TypeMethodDescriptionstatic ConfigECoCheckMarkers
Parses the standard compact name string and converts it into a configuration.ConfigECoCheckMarkers.setTo
(ConfigECoCheckMarkers src) static ConfigECoCheckMarkers
ConfigECoCheckMarkers.singleShape
(int rows, int cols, int numMarkers, double squareSize) Configures N markers with the same shape -
Uses of ConfigECoCheckMarkers in boofcv.alg.fiducial.calib
Modifier and TypeFieldDescriptionConfigCalibrationTarget.ecocheck
Physical descrition of ECoCheck -
Uses of ConfigECoCheckMarkers in boofcv.alg.fiducial.calib.ecocheck
Modifier and TypeMethodDescriptionvoid
ECoCheckUtils.setParametersFromConfig
(ConfigECoCheckMarkers config) Assign all parameters from a config class as possible -
Uses of ConfigECoCheckMarkers in boofcv.factory.fiducial
Modifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
ECoCheck_to_FiducialDetector<T>FactoryFiducial.ecocheck
(@Nullable ConfigECoCheckDetector configDetector, ConfigECoCheckMarkers configMarkers, Class<T> imageType) Creates a newECoCheckDetector
.FactoryFiducialCalibration.ecocheck
(@Nullable ConfigECoCheckDetector configDetector, ConfigECoCheckMarkers configMarkers) Chessboard detector which searches for x-corners. -
Uses of ConfigECoCheckMarkers in boofcv.gui.controls