Package boofcv.alg.fiducial.dots
Class UchiyaMarkerTracker.Track
java.lang.Object
boofcv.alg.fiducial.dots.UchiyaMarkerTracker.Track
- Enclosing class:
- UchiyaMarkerTracker
Contains information on a marker that's being tracked
-
Field Summary
Modifier and TypeFieldDescriptionfinal Homography2D_F64
Found homography from landmark to image pixelsReference to the global documentfinal DogArray<PointIndex2D_F64>
Observed pixels with landmarks indexesfinal DogArray<Point2D_F64>
Pixel location of each landmark predicted using the homographyReference to Tracking document -
Constructor Summary
-
Method Summary
-
Field Details
-
trackDoc
Reference to Tracking document -
globalDoc
Reference to the global document -
doc_to_imagePixel
Found homography from landmark to image pixels -
predicted
Pixel location of each landmark predicted using the homography -
observed
Observed pixels with landmarks indexes
-
-
Constructor Details
-
Track
public Track()
-
-
Method Details
-
reset
public void reset()Resets to initial state
-