macro export definition More...
#include <opencv2/opencv.hpp>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | aram::TagDetector< ROIDetector, TagType > |
Namespaces | |
aram | |
Typedefs | |
typedef aram::TagDetector < aram::CannyFittingDetector, aram::LocalThreshTagMatcher > | aram::ARAMDetector |
typedef cv::Vec4f | aram::Line |
typedef cv::Point3f | aram::Point3D |
typedef std::vector< Point3D > | aram::vecPoint3D |
typedef vecPoint3D::iterator | aram::iteratorPoint3D |
typedef vecPoint3D::const_iterator | aram::constIteratorPoint3D |
typedef cv::Point2f | aram::Point2D |
typedef std::vector< Point2D > | aram::vecPoint2D |
typedef vecPoint2D::iterator | aram::iteratorPoint2D |
typedef vecPoint2D::const_iterator | aram::constIteratorPoint2D |
typedef std::vector< ROI * > | aram::vecTag |
typedef vecTag::iterator | aram::iteratorTag |
typedef std::vector< ROI * > | aram::vecROI |
typedef vecROI::iterator | aram::iteratorROI |
typedef std::map< std::string, cv::Mat >::iterator | aram::iteratorFrameSet |
macro export definition