OpenCV  3.4.0
Open Source Computer Vision
cv::KeyPoint Member List

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

anglecv::KeyPoint
class_idcv::KeyPoint
convert(const std::vector< KeyPoint > &keypoints, std::vector< Point2f > &points2f, const std::vector< int > &keypointIndexes=std::vector< int >())cv::KeyPointstatic
convert(const std::vector< Point2f > &points2f, std::vector< KeyPoint > &keypoints, float size=1, float response=1, int octave=0, int class_id=-1)cv::KeyPointstatic
hash() constcv::KeyPoint
KeyPoint()cv::KeyPoint
KeyPoint(Point2f _pt, float _size, float _angle=-1, float _response=0, int _octave=0, int _class_id=-1)cv::KeyPoint
KeyPoint(float x, float y, float _size, float _angle=-1, float _response=0, int _octave=0, int _class_id=-1)cv::KeyPoint
octavecv::KeyPoint
overlap(const KeyPoint &kp1, const KeyPoint &kp2)cv::KeyPointstatic
ptcv::KeyPoint
responsecv::KeyPoint
sizecv::KeyPoint