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

  /external/opencv3/modules/features2d/src/kaze/
KAZEFeatures.h 51 void Feature_Description(std::vector<cv::KeyPoint>& kpts, cv::Mat& desc);
KAZEFeatures.cpp 552 void KAZEFeatures::Feature_Description(std::vector<KeyPoint> &kpts, Mat &desc)
    [all...]
  /external/opencv3/modules/features2d/src/
kaze.cpp 146 impl.Feature_Description(keypoints, desc);

Completed in 219 milliseconds