ARX  1.0
The next-generation open source augmented reality toolkit.
Loading...
Searching...
No Matches
Variables
OCVConfig.h File Reference
#include <opencv2/core.hpp>
#include <opencv2/imgproc.hpp>
#include <opencv2/calib3d.hpp>
Include dependency graph for OCVConfig.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

int minRequiredDetectedFeatures
 
int markerTemplateWidth
 
int maxLevel
 
const cv::Size subPixWinSize
 
const cv::Size winSize
 
cv::TermCriteria termcrit
 
const int MAX_COUNT
 
int maxNumberOfToTrack
 
int searchRadius
 
int match_method
 
int featureDetectPyramidLevel
 
int defaultDetectorType
 
const double nn_match_ratio
 
const double ransac_thresh
 
cv::RNG rng
 
int harrisBorder
 

Variable Documentation

◆ defaultDetectorType

int defaultDetectorType
extern

◆ featureDetectPyramidLevel

int featureDetectPyramidLevel
extern

◆ harrisBorder

int harrisBorder
extern

◆ markerTemplateWidth

int markerTemplateWidth
extern

◆ match_method

int match_method
extern

◆ MAX_COUNT

const int MAX_COUNT
extern

◆ maxLevel

int maxLevel
extern

◆ maxNumberOfToTrack

int maxNumberOfToTrack
extern

◆ minRequiredDetectedFeatures

int minRequiredDetectedFeatures
extern

◆ nn_match_ratio

const double nn_match_ratio
extern

◆ ransac_thresh

const double ransac_thresh
extern

◆ rng

cv::RNG rng
extern

◆ searchRadius

int searchRadius
extern

◆ subPixWinSize

const cv::Size subPixWinSize
extern

◆ termcrit

cv::TermCriteria termcrit
extern

◆ winSize

const cv::Size winSize