#include <legacy.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_MIN_SCALE () |
| static float | GET_MAX_SCALE () |
| static float | GET_STEP_SCALE () |
Public Attributes | |
| int | poseCount |
| Size | patchSize |
| string | pcaFilename |
| string | trainPath |
| string | trainImagesList |
| float | minScale |
| float | maxScale |
| float | stepScale |
Static Public Attributes | |
| static const int | POSE_COUNT = 500 |
| static const int | PATCH_WIDTH = 24 |
| static const int | PATCH_HEIGHT = 24 |
| 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_MIN_SCALE | ( | ) | [static] |
| static float cv::OneWayDescriptorMatcher::Params::GET_MAX_SCALE | ( | ) | [static] |
| static float cv::OneWayDescriptorMatcher::Params::GET_STEP_SCALE | ( | ) | [static] |
const int cv::OneWayDescriptorMatcher::Params::POSE_COUNT = 500 [static] |
const int cv::OneWayDescriptorMatcher::Params::PATCH_WIDTH = 24 [static] |
const int cv::OneWayDescriptorMatcher::Params::PATCH_HEIGHT = 24 [static] |