HomeSort by relevance Sort by last modified time
    Searched refs:CvFeatureTree (Results 1 - 4 of 4) sorted by null

  /external/opencv/cv/src/
cvkdtree.cpp 54 struct CvFeatureTree {
132 CvFeatureTree(const CvFeatureTree& x);
133 CvFeatureTree& operator= (const CvFeatureTree& rhs);
135 CvFeatureTree(CvMat* _mat) : mat(_mat) {
149 ~CvFeatureTree() {
186 CvFeatureTree* cvCreateFeatureTree(CvMat* desc) {
194 return new CvFeatureTree(desc);
200 void cvReleaseFeatureTree(CvFeatureTree* tr)
    [all...]
  /external/opencv/cv/include/
cvtypes.h 382 struct CvFeatureTree;
cv.h     [all...]
  /external/opencv3/modules/imgproc/include/opencv2/imgproc/
types_c.h 616 struct CvFeatureTree;

Completed in 6145 milliseconds