Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
AprilTags::GrayModel Class ReferenceFits a grayscale model over an area of pixels. More...
Detailed DescriptionFits a grayscale model over an area of pixels. The model is of the form: c1*x + c2*y + c3*x*y + c4 = value We use this model to compute spatially-varying thresholds for reading bits. Definition at line 17 of file GrayModel.h.
Constructor & Destructor Documentation
Definition at line 5 of file GrayModel.cc. Member Function DocumentationDefinition at line 7 of file GrayModel.cc. Referenced by AprilTags::TagDetector::extractTags().
Definition at line 37 of file GrayModel.cc. Referenced by interpolate().
Definition at line 23 of file GrayModel.h. Definition at line 32 of file GrayModel.cc. Referenced by AprilTags::TagDetector::extractTags(). Member Data Documentation
Definition at line 37 of file GrayModel.h. Referenced by addObservation(), and compute().
Definition at line 39 of file GrayModel.h. Referenced by addObservation(), and compute().
True if we've added an observation and need to recompute v. Definition at line 41 of file GrayModel.h. Referenced by addObservation(), compute(), and interpolate().
Definition at line 40 of file GrayModel.h. Referenced by addObservation(), compute(), and getNumObservations().
Definition at line 38 of file GrayModel.h. Referenced by compute(), and interpolate(). The documentation for this class was generated from the following files: |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:19 2016 by Doxygen 1.6.3 |