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

  /external/opencv3/modules/features2d/src/kaze/
KAZEFeatures.h 52 static void Compute_Main_Orientation(cv::KeyPoint& kpt, const std::vector<TEvolution>& evolution_, const KAZEOptions& options);
AKAZEFeatures.cpp 477 void Get_SURF_Descriptor_Upright_64(const KeyPoint& kpt, float* desc) const;
504 void Get_SURF_Descriptor_64(const KeyPoint& kpt, float* desc) const;
530 void Get_MSURF_Upright_Descriptor_64(const KeyPoint& kpt, float* desc) const;
557 void Get_MSURF_Descriptor_64(const KeyPoint& kpt, float* desc) const;
584 void Get_Upright_MLDB_Full_Descriptor(const KeyPoint& kpt, unsigned char* desc) const;
619 void Get_Upright_MLDB_Descriptor_Subset(const KeyPoint& kpt, unsigned char* desc) const;
651 void Get_MLDB_Full_Descriptor(const KeyPoint& kpt, unsigned char* desc) const;
691 void Get_MLDB_Descriptor_Subset(const KeyPoint& kpt, unsigned char* desc) const;
765 * @param kpt Input keypoint
769 void AKAZEFeatures::Compute_Main_Orientation(KeyPoint& kpt, const std::vector<TEvolution>& evolution_
    [all...]
KAZEFeatures.cpp 535 void Get_KAZE_Upright_Descriptor_64(const KeyPoint& kpt, float* desc) const;
536 void Get_KAZE_Descriptor_64(const KeyPoint& kpt, float* desc) const;
537 void Get_KAZE_Upright_Descriptor_128(const KeyPoint& kpt, float* desc) const;
538 void Get_KAZE_Descriptor_128(const KeyPoint& kpt, float *desc) const;
573 * @param kpt Input keypoint
577 void KAZEFeatures::Compute_Main_Orientation(KeyPoint &kpt, const std::vector<TEvolution>& evolution_, const KAZEOptions& options)
587 xf = kpt.pt.x;
588 yf = kpt.pt.y;
589 level = kpt.class_id;
590 s = fRound(kpt.size / 2.0f)
    [all...]
AKAZEFeatures.h 56 static void Compute_Main_Orientation(cv::KeyPoint& kpt, const std::vector<TEvolution>& evolution_);
  /external/opencv3/modules/features2d/src/
keypoint.cpp 53 inline bool operator()(const KeyPoint& kpt) const
55 return kpt.response >= value;
blobdetector.cpp 363 KeyPoint kpt(sumPoint, (float)(centers[i][centers[i].size() / 2].radius) * 2.0f);
364 keypoints.push_back(kpt);
orb.cpp 223 const KeyPoint& kpt = keypoints[j]; local
224 const Rect& layer = layerInfo[kpt.octave];
225 float scale = 1.f/layerScale[kpt.octave];
226 float angle = kpt.angle;
231 const uchar* center = &imagePyramid.at<uchar>(cvRound(kpt.pt.y*scale) + layer.y,
232 cvRound(kpt.pt.x*scale) + layer.x);
    [all...]
agast.cpp 7536 std::vector<KeyPoint>::iterator kpt; local
    [all...]
  /external/opencv3/modules/python/test/
test.py 113 for kpt in keypoints:
114 self.assertNotEqual(kpt.response, 0)
  /external/opencv3/modules/core/src/
persistence.cpp 5573 const KeyPoint& kpt = keypoints[i]; local
5591 KeyPoint kpt; local
    [all...]
  /external/opencv3/modules/calib3d/src/
circlesgrid.cpp 886 Point2f kpt = Point2f(pt);
887 keypoints.push_back(kpt);
    [all...]

Completed in 370 milliseconds