49 #include <opencv2/opencv.hpp>
57 template <
typename ROIDetector,
typename TagType>
class TagDetector;
65 class AdaptiveThreshDetector;
66 class CannyFittingDetector;
70 class HammingTagMatcher;
72 class HarrisCornerTagMatcher;
73 class LocalThreshTagMatcher;
83 class NaiveContourClosing;
cv::Point3f Point3D
Definition: typedef.hpp:102
aram::TagDetector< aram::CannyFittingDetector, aram::LocalThreshTagMatcher > ARAMDetector
Definition: typedef.hpp:84
vecPoint2D::const_iterator constIteratorPoint2D
Definition: typedef.hpp:137
cv::Point2f Point2D
Definition: typedef.hpp:122
vecTag::iterator iteratorTag
Definition: typedef.hpp:147
vecROI::iterator iteratorROI
Definition: typedef.hpp:157
std::vector< ROI * > vecROI
Definition: typedef.hpp:152
Definition: TagDetector.hpp:29
cv::Vec4f Line
Definition: typedef.hpp:97
std::vector< Point2D > vecPoint2D
Definition: typedef.hpp:127
std::vector< Point3D > vecPoint3D
Definition: typedef.hpp:107
vecPoint3D::const_iterator constIteratorPoint3D
Definition: typedef.hpp:117
vecPoint3D::iterator iteratorPoint3D
Definition: typedef.hpp:112
Definition: MilgramContourClosing.hpp:62
vecPoint2D::iterator iteratorPoint2D
Definition: typedef.hpp:132
std::map< std::string, cv::Mat >::iterator iteratorFrameSet
Definition: typedef.hpp:162
std::vector< ROI * > vecTag
Definition: typedef.hpp:142