#include <TagDictionnary.hpp>
TagDictionnary structure for search operations, implements pattern singleton
bool aram::TagDictionnary::binaryTreeSearch |
( |
cv::Mat & |
bits | ) |
|
Search a value in tree
- Parameters
-
[in] | cv::Mat | CV_8UC1 square matrix 9x9 |
- Returns
- bool true if found
int aram::TagDictionnary::hammingSearch |
( |
cv::Mat & |
bits, |
|
|
int |
dist |
|
) |
| |
Search a value in tree
- Parameters
-
[in] | cv::Mat | CV_8UC1 square matrix 9x9 |
| int | hamming distance tolerance |
- Returns
- tag id if found, -1 if not
The documentation for this class was generated from the following files: