OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CvSURFPoint
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
cvsurf.cpp
101
CvSeq* points = cvCreateSeq( 0, sizeof(CvSeq), sizeof(
CvSURFPoint
), storage );
232
CvSURFPoint
point =
cvSURFPoint
( cvPoint2D32f(j*scale/9.f, i*scale/9.f),
357
CvSURFPoint
* kp = (
CvSURFPoint
*)cvGetSeqElem( keypoints, k );
/external/opencv/cv/include/
cv.h
[
all
...]
Completed in 45 milliseconds