Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
Homography Class Reference
Detailed DescriptionDefinition at line 8 of file Homography.h.
Constructor & Destructor Documentation
Definition at line 21 of file Homography.h. Member Function Documentation
Adds a correspondence to the list. actualx and actualy are the corrected values, imagex and imagey are the perceived values. Definition at line 99 of file Homography.h.
Returns the homography so far, recomputes H if out of date. Definition at line 61 of file Homography.h. Referenced by getMatrixInverse(), and project().
Definition at line 92 of file Homography.h. Referenced by invertProjection(). Inverts (correctedX, correctedY) to the original values (x,y) from the homography matrix inverse. Definition at line 48 of file Homography.h. Projects (x,y) to the corrected values (correctedX, correctedY) based off the homography matrix. Definition at line 34 of file Homography.h. Member Data Documentation
The matrix that holds the correspondences. Definition at line 10 of file Homography.h. Referenced by addCorrespondence(), getMatrix(), and Homography().
The matrix that holds the computed homography. Definition at line 12 of file Homography.h. Referenced by getMatrix(), and Homography().
The matrix that holds the inverse of the computed homography. Definition at line 14 of file Homography.h. Referenced by getMatrix(), getMatrixInverse(), and Homography().
Whether the homography is out of date with how many correspondences have been added. Definition at line 17 of file Homography.h. Referenced by addCorrespondence(), and getMatrix(). The documentation for this class was generated from the following file: |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:09 2016 by Doxygen 1.6.3 |