cv::OneWayDescriptorBase Member List

This is the complete list of members for cv::OneWayDescriptorBase, including all inherited members.
Allocate(int train_feature_count)cv::OneWayDescriptorBase
AllocatePCADescriptors()cv::OneWayDescriptorBase
ConvertDescriptorsArrayToTree()cv::OneWayDescriptorBase
CreateDescriptorsFromImage(IplImage *src, const std::vector< cv::KeyPoint > &features)cv::OneWayDescriptorBase
CreatePCADescriptors()cv::OneWayDescriptorBase
FindDescriptor(IplImage *patch, int &desc_idx, int &pose_idx, float &distance, float *_scale=0, float *scale_ranges=0) const cv::OneWayDescriptorBase
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 cv::OneWayDescriptorBase
FindDescriptor(IplImage *src, cv::Point2f pt, int &desc_idx, int &pose_idx, float &distance) const cv::OneWayDescriptorBase
GetDescriptor(int desc_idx) const cv::OneWayDescriptorBase
GetDescriptorCount() const cv::OneWayDescriptorBase
GetLowPCA(CvMat **avg, CvMat **eigenvectors)cv::OneWayDescriptorBase
GetPatchSize() const cv::OneWayDescriptorBase
GetPoseCount() const cv::OneWayDescriptorBase
GetPyrLevels() const cv::OneWayDescriptorBase
InitializeDescriptor(int desc_idx, IplImage *train_image, const char *feature_label)cv::OneWayDescriptorBase
InitializeDescriptor(int desc_idx, IplImage *train_image, const cv::KeyPoint &keypoint, const char *feature_label)cv::OneWayDescriptorBase
InitializeDescriptors(IplImage *train_image, const vector< cv::KeyPoint > &features, const char *feature_label="", int desc_start_idx=0)cv::OneWayDescriptorBase
InitializePoses()cv::OneWayDescriptorBase
InitializePoseTransforms()cv::OneWayDescriptorBase
InitializeTransformsFromPoses()cv::OneWayDescriptorBase
LoadPCADescriptors(const char *filename)cv::OneWayDescriptorBase
m_descriptorscv::OneWayDescriptorBase [protected]
m_patch_sizecv::OneWayDescriptorBase [protected]
m_pca_avgcv::OneWayDescriptorBase [protected]
m_pca_descriptorscv::OneWayDescriptorBase [protected]
m_pca_descriptors_matrixcv::OneWayDescriptorBase [protected]
m_pca_descriptors_treecv::OneWayDescriptorBase [protected]
m_pca_dim_highcv::OneWayDescriptorBase [protected]
m_pca_dim_lowcv::OneWayDescriptorBase [protected]
m_pca_eigenvectorscv::OneWayDescriptorBase [protected]
m_pca_hr_avgcv::OneWayDescriptorBase [protected]
m_pca_hr_eigenvectorscv::OneWayDescriptorBase [protected]
m_pose_countcv::OneWayDescriptorBase [protected]
m_posescv::OneWayDescriptorBase [protected]
m_pyr_levelscv::OneWayDescriptorBase [protected]
m_train_feature_countcv::OneWayDescriptorBase [protected]
m_transformscv::OneWayDescriptorBase [protected]
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
SavePCADescriptors(const char *filename)cv::OneWayDescriptorBase
SetPCAHigh(CvMat *avg, CvMat *eigenvectors)cv::OneWayDescriptorBase
SetPCALow(CvMat *avg, CvMat *eigenvectors)cv::OneWayDescriptorBase
~OneWayDescriptorBase()cv::OneWayDescriptorBase