OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_FM_8POINT
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/calib3d/include/opencv2/calib3d/
calib3d_c.h
84
#define
CV_FM_8POINT
2
/external/opencv3/modules/calib3d/test/
test_fundam.cpp
843
pt_count = MAX( pt_count, 8 + (method ==
CV_FM_8POINT
) );
845
method |=
CV_FM_8POINT
;
1026
if( method <=
CV_FM_8POINT
)
[
all
...]
/external/opencv/cv/include/
cv.h
[
all
...]
/external/opencv/cv/src/
cvfundam.cpp
991
else if( count == 8 || method ==
CV_FM_8POINT
)
[
all
...]
Completed in 152 milliseconds