OpenCV  2.4.13.2
Open Source Computer Vision
cv::OneWayDescriptorObject Member List

This is the complete list of members for cv::OneWayDescriptorObject, including all inherited members.

_GetLabeledFeatures() constcv::OneWayDescriptorObject
Allocate(int train_feature_count, int object_feature_count)cv::OneWayDescriptorObject
cv::OneWayDescriptorBase::Allocate(int train_feature_count)cv::OneWayDescriptorBase
AllocatePCADescriptors()cv::OneWayDescriptorBase
clear()cv::OneWayDescriptorBase
ConvertDescriptorsArrayToTree()cv::OneWayDescriptorBase
CreateDescriptorsFromImage(IplImage *src, const vector< KeyPoint > &features)cv::OneWayDescriptorBase
CreatePCADescriptors()cv::OneWayDescriptorBase
empty() constcv::OneWayDescriptorBaseinlinevirtual
FindDescriptor(IplImage *patch, int &desc_idx, int &pose_idx, float &distance, float *_scale=0, float *scale_ranges=0) constcv::OneWayDescriptorBase
FindDescriptor(IplImage *patch, int n, vector< int > &desc_idxs, vector< int > &pose_idxs, vector< float > &distances, vector< float > &_scales, float *scale_ranges=0) constcv::OneWayDescriptorBase
FindDescriptor(IplImage *src, cv::Point2f pt, int &desc_idx, int &pose_idx, float &distance) constcv::OneWayDescriptorBase
GeneratePCA(const char *img_path, const char *images_list, int pose_count=500)cv::OneWayDescriptorBase
GetDescriptor(int desc_idx) constcv::OneWayDescriptorBaseinline
GetDescriptorCount() constcv::OneWayDescriptorBaseinline
GetDescriptorPart(int desc_idx) constcv::OneWayDescriptorObject
GetLabeledFeatures()cv::OneWayDescriptorObjectinline
GetLabeledFeatures() constcv::OneWayDescriptorObjectinline
GetLowPCA(CvMat **avg, CvMat **eigenvectors)cv::OneWayDescriptorBaseinline
GetObjectFeatureCount() constcv::OneWayDescriptorObjectinline
GetPatchSize() constcv::OneWayDescriptorBaseinline
GetPCADimHigh() constcv::OneWayDescriptorBaseinline
GetPCADimLow() constcv::OneWayDescriptorBaseinline
GetPCAFilename()cv::OneWayDescriptorBaseinlinestatic
GetPoseCount() constcv::OneWayDescriptorBaseinline
GetPyrLevels() constcv::OneWayDescriptorBaseinline
InitializeDescriptor(int desc_idx, IplImage *train_image, const char *feature_label)cv::OneWayDescriptorBase
InitializeDescriptor(int desc_idx, IplImage *train_image, const KeyPoint &keypoint, const char *feature_label)cv::OneWayDescriptorBase
InitializeDescriptors(IplImage *train_image, const vector< KeyPoint > &features, const char *feature_label="", int desc_start_idx=0)cv::OneWayDescriptorBase
InitializeObjectDescriptors(IplImage *train_image, const vector< KeyPoint > &features, const char *feature_label, int desc_start_idx=0, float scale=1.0f, int is_background=0)cv::OneWayDescriptorObject
InitializePoses()cv::OneWayDescriptorBase
InitializePoseTransforms()cv::OneWayDescriptorBase
InitializeTransformsFromPoses()cv::OneWayDescriptorBase
IsDescriptorObject(int desc_idx) constcv::OneWayDescriptorObject
LoadPCAall(const FileNode &fn)cv::OneWayDescriptorBaseprotected
LoadPCADescriptors(const char *filename)cv::OneWayDescriptorBase
LoadPCADescriptors(const FileNode &fn)cv::OneWayDescriptorBase
m_descriptorscv::OneWayDescriptorBaseprotected
m_object_feature_countcv::OneWayDescriptorObjectprotected
m_part_idcv::OneWayDescriptorObjectprotected
m_patch_sizecv::OneWayDescriptorBaseprotected
m_pca_avgcv::OneWayDescriptorBaseprotected
m_pca_descriptorscv::OneWayDescriptorBaseprotected
m_pca_descriptors_matrixcv::OneWayDescriptorBaseprotected
m_pca_descriptors_treecv::OneWayDescriptorBaseprotected
m_pca_dim_highcv::OneWayDescriptorBaseprotected
m_pca_dim_lowcv::OneWayDescriptorBaseprotected
m_pca_eigenvectorscv::OneWayDescriptorBaseprotected
m_pca_hr_avgcv::OneWayDescriptorBaseprotected
m_pca_hr_eigenvectorscv::OneWayDescriptorBaseprotected
m_pose_countcv::OneWayDescriptorBaseprotected
m_posescv::OneWayDescriptorBaseprotected
m_pyr_levelscv::OneWayDescriptorBaseprotected
m_train_feature_countcv::OneWayDescriptorBaseprotected
m_train_featurescv::OneWayDescriptorObjectprotected
m_transformscv::OneWayDescriptorBaseprotected
MatchPointToPart(CvPoint pt) constcv::OneWayDescriptorObject
OneWayDescriptorBase(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)cv::OneWayDescriptorBase
OneWayDescriptorBase(CvSize patch_size, int pose_count, const string &pca_filename, const string &train_path=string(), const string &images_list=string(), float _scale_min=0.7f, float _scale_max=1.5f, float _scale_step=1.2f, int pyr_levels=1, int pca_dim_high=100, int pca_dim_low=100)cv::OneWayDescriptorBase
OneWayDescriptorObject(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)cv::OneWayDescriptorObject
OneWayDescriptorObject(CvSize patch_size, int pose_count, const string &pca_filename, const string &train_path=string(), const string &images_list=string(), float _scale_min=0.7f, float _scale_max=1.5f, float _scale_step=1.2f, int pyr_levels=1)cv::OneWayDescriptorObject
Read(const FileNode &fn)cv::OneWayDescriptorBase
SavePCAall(FileStorage &fs) constcv::OneWayDescriptorBaseprotected
SavePCADescriptors(const char *filename)cv::OneWayDescriptorBase
SavePCADescriptors(CvFileStorage *fs) constcv::OneWayDescriptorBase
scale_maxcv::OneWayDescriptorBaseprotected
scale_mincv::OneWayDescriptorBaseprotected
scale_stepcv::OneWayDescriptorBaseprotected
SetLabeledFeatures(const vector< KeyPoint > &features)cv::OneWayDescriptorObjectinline
SetPCAHigh(CvMat *avg, CvMat *eigenvectors)cv::OneWayDescriptorBase
SetPCALow(CvMat *avg, CvMat *eigenvectors)cv::OneWayDescriptorBase
Write(FileStorage &fs) constcv::OneWayDescriptorBase
~OneWayDescriptorBase()cv::OneWayDescriptorBasevirtual
~OneWayDescriptorObject()cv::OneWayDescriptorObjectvirtual