![]() |
KudanCV
|
Public Member Functions | |
| MarkerDetectorResult (std::shared_ptr< Marker > m) | |
| float | getScore () |
Public Attributes | |
| std::shared_ptr< Marker > | marker |
| std::shared_ptr< Homography > | homography |
| std::vector< cv::DMatch > | matches |
| int | matchesAfterHammingFilter |
| int | matchesAfterOrientationFilter |
| int | matchesAfterHomographyFilter |
| glm::vec3 | position |
| glm::quat | orientation |
| bool | fromFlowRecovery |