ARAM  2.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | List of all members
aram::LocalThreshTagMatcher Class Reference

#include <LocalThreshTagMatcher.hpp>

Inheritance diagram for aram::LocalThreshTagMatcher:
aram::ITagMatcher

Public Member Functions

 LocalThreshTagMatcher (FrameSet *fs)
 
bool checkTag (ROI *roi)
 
- Public Member Functions inherited from aram::ITagMatcher
 ITagMatcher (FrameSet *fs)
 

Additional Inherited Members

- Protected Member Functions inherited from aram::ITagMatcher
void save (std::string name, cv::Mat &mat)
 
cv::Mat & load (std::string name)
 
bool exist (std::string name)
 
void rotate (cv::Mat &, cv::Mat &)
 

Detailed Description

Tag with hamming correction. After sampling in ROI, it's use dictionnary of tag to find the nearest tag (the shortest hamming distance beetween sampling and dictionnary) to determine if this ROI is a tag or not. Use otsu threshold after perspective.

Constructor & Destructor Documentation

aram::LocalThreshTagMatcher::LocalThreshTagMatcher ( FrameSet fs)

Constructor

Parameters
[in]FrameSet*fs FrameSet contains all current frame created by the library

Member Function Documentation

bool aram::LocalThreshTagMatcher::checkTag ( ROI roi)
virtual

check tag validity

Parameters
[in,out]ROI*roi Region of interest to check

Implements aram::ITagMatcher.


The documentation for this class was generated from the following files: