Package boofcv.alg.fiducial.square
Class FiducialSquareHammingGenerator
java.lang.Object
boofcv.alg.drawing.FiducialImageGenerator
boofcv.alg.fiducial.square.FiducialSquareHammingGenerator
Renders a square hamming fiducial. Bits with a value of 0 are white and bits with a value of 1 are black.
-
Field Summary
Modifier and TypeFieldDescriptiondouble
The top-left corner of the markerdouble
The top-left corner of the markerFields inherited from class boofcv.alg.drawing.FiducialImageGenerator
markerWidth, renderer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
generate
(int markerIdx) void
generateNoInit
(int markerIdx) void
Renders unique IDs on all the inner squares
-
Field Details
-
offsetX
public double offsetXThe top-left corner of the marker -
offsetY
public double offsetYThe top-left corner of the marker
-
-
Constructor Details
-
FiducialSquareHammingGenerator
-
-
Method Details
-
generate
public void generate(int markerIdx) -
generateNoInit
public void generateNoInit(int markerIdx) -
renderCodes
Renders unique IDs on all the inner squares
-