Searched refs:CvSURFPoint (Results 1 – 2 of 2) sorted by relevance
101 CvSeq* points = cvCreateSeq( 0, sizeof(CvSeq), sizeof(CvSURFPoint), storage ); in icvFastHessianDetector()232 CvSURFPoint point = cvSURFPoint( cvPoint2D32f(j*scale/9.f, i*scale/9.f), in icvFastHessianDetector()357 CvSURFPoint* kp = (CvSURFPoint*)cvGetSeqElem( keypoints, k ); in cvExtractSURF()
1078 typedef struct CvSURFPoint in LOAD_CHDL() struct1085 } CvSURFPoint; in LOAD_CHDL() typedef1087 CV_INLINE CvSURFPoint cvSURFPoint( CvPoint2D32f pt, int laplacian, in LOAD_CHDL()1091 CvSURFPoint kp; in LOAD_CHDL()