#include <features2d.hpp>
Public Member Functions | |
Params (int poseCount=POSE_COUNT, Size patchSize=Size(PATCH_WIDTH, PATCH_HEIGHT), string pcaFilename=string(), string trainPath=string(), string trainImagesList=string(), float minScale=GET_MIN_SCALE(), float maxScale=GET_MAX_SCALE(), float stepScale=GET_STEP_SCALE()) | |
Static Public Member Functions | |
static float | GET_MAX_SCALE () |
static float | GET_MIN_SCALE () |
static float | GET_STEP_SCALE () |
Public Attributes | |
float | maxScale |
float | minScale |
Size | patchSize |
string | pcaFilename |
int | poseCount |
float | stepScale |
string | trainImagesList |
string | trainPath |
Static Public Attributes | |
static const int | PATCH_HEIGHT = 24 |
static const int | PATCH_WIDTH = 24 |
static const int | POSE_COUNT = 500 |
cv::OneWayDescriptorMatcher::Params::Params | ( | int | poseCount = POSE_COUNT , |
|
Size | patchSize = Size(PATCH_WIDTH, PATCH_HEIGHT) , |
|||
string | pcaFilename = string() , |
|||
string | trainPath = string() , |
|||
string | trainImagesList = string() , |
|||
float | minScale = GET_MIN_SCALE() , |
|||
float | maxScale = GET_MAX_SCALE() , |
|||
float | stepScale = GET_STEP_SCALE() | |||
) |
static float cv::OneWayDescriptorMatcher::Params::GET_MAX_SCALE | ( | ) | [inline, static] |
static float cv::OneWayDescriptorMatcher::Params::GET_MIN_SCALE | ( | ) | [inline, static] |
static float cv::OneWayDescriptorMatcher::Params::GET_STEP_SCALE | ( | ) | [inline, static] |
const int cv::OneWayDescriptorMatcher::Params::PATCH_HEIGHT = 24 [static] |
const int cv::OneWayDescriptorMatcher::Params::PATCH_WIDTH = 24 [static] |
const int cv::OneWayDescriptorMatcher::Params::POSE_COUNT = 500 [static] |