ARX  1.0
The next-generation open source augmented reality toolkit.
Loading...
Searching...
No Matches
Functions | Variables
OCVConfig.cpp File Reference
#include "OCVConfig.h"
Include dependency graph for OCVConfig.cpp:

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
 

Function Documentation

◆ rng()

cv::RNG rng ( 0xFFFFFFFF  )

◆ subPixWinSize()

const cv::Size subPixWinSize ( 10  ,
10   
)

◆ termcrit()

cv::TermCriteria termcrit ( cv::TermCriteria::COUNT|cv::TermCriteria::EPS  ,
20  ,
0.  03 
)

◆ winSize()

const cv::Size winSize ( 31  ,
31   
)

Variable Documentation

◆ defaultDetectorType

int defaultDetectorType = 0

◆ featureDetectPyramidLevel

int featureDetectPyramidLevel = 2

◆ harrisBorder

int harrisBorder = 10

◆ markerTemplateWidth

int markerTemplateWidth = 15

◆ match_method

int match_method = cv::TM_SQDIFF_NORMED

◆ MAX_COUNT

const int MAX_COUNT = 300

◆ maxLevel

int maxLevel = 3

◆ maxNumberOfToTrack

int maxNumberOfToTrack = 1

◆ minRequiredDetectedFeatures

int minRequiredDetectedFeatures = 50

◆ nn_match_ratio

const double nn_match_ratio = 0.8f

◆ ransac_thresh

const double ransac_thresh = 2.5f

◆ searchRadius

int searchRadius = 15