![]() |
ARX
1.0
The next-generation open source augmented reality toolkit.
|
#include "OCVConfig.h"
Functions | |
const cv::Size | subPixWinSize (10, 10) |
const cv::Size | winSize (31, 31) |
cv::TermCriteria | termcrit (cv::TermCriteria::COUNT|cv::TermCriteria::EPS, 20, 0.03) |
cv::RNG | rng (0xFFFFFFFF) |
Variables | |
int | minRequiredDetectedFeatures = 50 |
int | markerTemplateWidth = 15 |
int | maxLevel = 3 |
const int | MAX_COUNT = 300 |
int | maxNumberOfToTrack = 1 |
int | searchRadius = 15 |
int | match_method = cv::TM_SQDIFF_NORMED |
int | featureDetectPyramidLevel = 2 |
int | defaultDetectorType = 0 |
const double | nn_match_ratio = 0.8f |
const double | ransac_thresh = 2.5f |
int | harrisBorder = 10 |
cv::RNG rng | ( | 0xFFFFFFFF | ) |
const cv::Size subPixWinSize | ( | 10 | , |
10 | |||
) |
cv::TermCriteria termcrit | ( | cv::TermCriteria::COUNT|cv::TermCriteria::EPS | , |
20 | , | ||
0. | 03 | ||
) |
const cv::Size winSize | ( | 31 | , |
31 | |||
) |
int defaultDetectorType = 0 |
int featureDetectPyramidLevel = 2 |
int harrisBorder = 10 |
int markerTemplateWidth = 15 |
int match_method = cv::TM_SQDIFF_NORMED |
const int MAX_COUNT = 300 |
int maxLevel = 3 |
int maxNumberOfToTrack = 1 |
int minRequiredDetectedFeatures = 50 |
const double nn_match_ratio = 0.8f |
const double ransac_thresh = 2.5f |
int searchRadius = 15 |