OpenCV453
cv::KeyPoint メンバ一覧

継承メンバを含む cv::KeyPoint の全メンバ一覧です。

anglecv::KeyPoint
class_idcv::KeyPoint
convert(const std::vector< KeyPoint > &keypoints, CV_OUT std::vector< Point2f > &points2f, const std::vector< int > &keypointIndexes=std::vector< int >())cv::KeyPointstatic
convert(const std::vector< Point2f > &points2f, CV_OUT std::vector< KeyPoint > &keypoints, float size=1, float response=1, int octave=0, int class_id=-1)cv::KeyPointstatic
hash() const (定義場所: cv::KeyPoint)cv::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