![]() |
ARX
1.0
The next-generation open source augmented reality toolkit.
|
#include <opencv2/core.hpp>#include <opencv2/imgproc.hpp>#include <opencv2/calib3d.hpp>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 |
| |
| 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. | |
| #define OCV_CALLBACK |
| #define OCV_EXTERN |
|
extern |
Scale factor applied to image pyramid to determine image to perform feature matching upon.
|
extern |
|
extern |
Harris corners within this many pixels of the border of the image will be ignored.
|
extern |
|
extern |
|
extern |
|
extern |
Maximum number of levels in optical flow image pyramid.
|
extern |
|
extern |
Nearest-neighbour matching ratio.
|
extern |
RANSAC inlier threshold.
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
1.9.6