ARX  1.0
The next-generation open source augmented reality toolkit.
Loading...
Searching...
No Matches
Macros | 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.

Macros

#define OCV_EXTERN
 
#define OCV_CALLBACK
 

Variables

OCV_EXTERN int minRequiredDetectedFeatures
 
OCV_EXTERN int markerTemplateWidth
 
OCV_EXTERN int maxLevel
 Maximum number of levels in optical flow image pyramid.
 
OCV_EXTERN const cv::Size subPixWinSize
 
OCV_EXTERN const cv::Size winSize
 
OCV_EXTERN cv::TermCriteria termcrit
 
OCV_EXTERN const int MAX_COUNT
 
OCV_EXTERN int searchRadius
 
OCV_EXTERN int match_method
 
OCV_EXTERN int featureDetectPyramidLevel
 
OCV_EXTERN int defaultDetectorType
 

‍Scale factor applied to image pyramid to determine image to perform feature matching upon.


 
OCV_EXTERN const double nn_match_ratio
 Nearest-neighbour matching ratio.
 
OCV_EXTERN const double ransac_thresh
 RANSAC inlier threshold.
 
OCV_EXTERN cv::RNG rng
 
OCV_EXTERN int harrisBorder
 Harris corners within this many pixels of the border of the image will be ignored.
 

Macro Definition Documentation

◆ OCV_CALLBACK

#define OCV_CALLBACK

◆ OCV_EXTERN

#define OCV_EXTERN

Variable Documentation

◆ defaultDetectorType

OCV_EXTERN int defaultDetectorType
extern

‍Scale factor applied to image pyramid to determine image to perform feature matching upon.

◆ featureDetectPyramidLevel

OCV_EXTERN int featureDetectPyramidLevel
extern

◆ harrisBorder

OCV_EXTERN int harrisBorder
extern

Harris corners within this many pixels of the border of the image will be ignored.

◆ markerTemplateWidth

OCV_EXTERN int markerTemplateWidth
extern

◆ match_method

OCV_EXTERN int match_method
extern

◆ MAX_COUNT

OCV_EXTERN const int MAX_COUNT
extern

◆ maxLevel

OCV_EXTERN int maxLevel
extern

Maximum number of levels in optical flow image pyramid.

◆ minRequiredDetectedFeatures

OCV_EXTERN int minRequiredDetectedFeatures
extern

◆ nn_match_ratio

OCV_EXTERN const double nn_match_ratio
extern

Nearest-neighbour matching ratio.

◆ ransac_thresh

OCV_EXTERN const double ransac_thresh
extern

RANSAC inlier threshold.

◆ rng

OCV_EXTERN cv::RNG rng
extern

◆ searchRadius

OCV_EXTERN int searchRadius
extern

◆ subPixWinSize

OCV_EXTERN const cv::Size subPixWinSize
extern

◆ termcrit

OCV_EXTERN cv::TermCriteria termcrit
extern

◆ winSize

OCV_EXTERN const cv::Size winSize
extern