, including all inherited members.
_GetLabeledFeatures() const | CvOneWayDescriptorObject | |
Allocate(int train_feature_count, int object_feature_count) | CvOneWayDescriptorObject | |
CvOneWayDescriptorBase::Allocate(int train_feature_count) | CvOneWayDescriptorBase | |
AllocatePCADescriptors() | CvOneWayDescriptorBase | |
CreateDescriptorsFromImage(IplImage *src, const std::vector< KeyPointEx > &features) | CvOneWayDescriptorBase | |
CreatePCADescriptors() | CvOneWayDescriptorBase | |
CvOneWayDescriptorBase(CvSize patch_size, int pose_count, const char *train_path=0, const char *pca_config=0, const char *pca_hr_config=0, const char *pca_desc_config=0, int pyr_levels=1, int pca_dim_high=100, int pca_dim_low=100) | CvOneWayDescriptorBase | |
CvOneWayDescriptorObject(CvSize patch_size, int pose_count, const char *train_path, const char *pca_config, const char *pca_hr_config=0, const char *pca_desc_config=0, int pyr_levels=1) | CvOneWayDescriptorObject | |
FindDescriptor(IplImage *patch, int &desc_idx, int &pose_idx, float &distance, float *_scale=0, float *scale_ranges=0) const | CvOneWayDescriptorBase | |
FindDescriptor(IplImage *patch, int n, std::vector< int > &desc_idxs, std::vector< int > &pose_idxs, std::vector< float > &distances, std::vector< float > &_scales, float *scale_ranges=0) const | CvOneWayDescriptorBase | |
FindDescriptor(IplImage *src, cv::Point2f pt, int &desc_idx, int &pose_idx, float &distance) const | CvOneWayDescriptorBase | |
GetDescriptor(int desc_idx) const | CvOneWayDescriptorBase | [inline] |
GetDescriptorCount() const | CvOneWayDescriptorBase | [inline] |
GetDescriptorPart(int desc_idx) const | CvOneWayDescriptorObject | |
GetLabeledFeatures() | CvOneWayDescriptorObject | [inline] |
GetLabeledFeatures() const | CvOneWayDescriptorObject | [inline] |
GetLowPCA(CvMat **avg, CvMat **eigenvectors) | CvOneWayDescriptorBase | [inline] |
GetObjectFeatureCount() const | CvOneWayDescriptorObject | [inline] |
GetPatchSize() const | CvOneWayDescriptorBase | [inline] |
GetPoseCount() const | CvOneWayDescriptorBase | [inline] |
GetPyrLevels() const | CvOneWayDescriptorBase | [inline] |
InitializeDescriptor(int desc_idx, IplImage *train_image, const char *feature_label) | CvOneWayDescriptorBase | |
InitializeDescriptors(IplImage *train_image, const std::vector< KeyPointEx > &features, const char *feature_label="", int desc_start_idx=0) | CvOneWayDescriptorBase | |
InitializeObjectDescriptors(IplImage *train_image, const std::vector< KeyPointEx > &features, const char *feature_label, int desc_start_idx=0, float scale=1.0f, int is_background=0) | CvOneWayDescriptorObject | |
InitializePoses() | CvOneWayDescriptorBase | |
InitializePoseTransforms() | CvOneWayDescriptorBase | |
InitializeTransformsFromPoses() | CvOneWayDescriptorBase | |
IsDescriptorObject(int desc_idx) const | CvOneWayDescriptorObject | |
LoadPCADescriptors(const char *filename) | CvOneWayDescriptorBase | |
m_descriptors | CvOneWayDescriptorBase | [protected] |
m_object_feature_count | CvOneWayDescriptorObject | [protected] |
m_part_id | CvOneWayDescriptorObject | [protected] |
m_patch_size | CvOneWayDescriptorBase | [protected] |
m_pca_avg | CvOneWayDescriptorBase | [protected] |
m_pca_descriptors | CvOneWayDescriptorBase | [protected] |
m_pca_dim_high | CvOneWayDescriptorBase | [protected] |
m_pca_dim_low | CvOneWayDescriptorBase | [protected] |
m_pca_eigenvectors | CvOneWayDescriptorBase | [protected] |
m_pca_hr_avg | CvOneWayDescriptorBase | [protected] |
m_pca_hr_eigenvectors | CvOneWayDescriptorBase | [protected] |
m_pose_count | CvOneWayDescriptorBase | [protected] |
m_poses | CvOneWayDescriptorBase | [protected] |
m_pyr_levels | CvOneWayDescriptorBase | [protected] |
m_train_feature_count | CvOneWayDescriptorBase | [protected] |
m_train_features | CvOneWayDescriptorObject | [protected] |
m_transforms | CvOneWayDescriptorBase | [protected] |
MatchPointToPart(CvPoint pt) const | CvOneWayDescriptorObject | |
SavePCADescriptors(const char *filename) | CvOneWayDescriptorBase | |
SetLabeledFeatures(const std::vector< KeyPointEx > &features) | CvOneWayDescriptorObject | [inline] |
SetPCAHigh(CvMat *avg, CvMat *eigenvectors) | CvOneWayDescriptorBase | |
SetPCALow(CvMat *avg, CvMat *eigenvectors) | CvOneWayDescriptorBase | |
~CvOneWayDescriptorBase() | CvOneWayDescriptorBase | |
~CvOneWayDescriptorObject() | CvOneWayDescriptorObject | |