/external/opencv3/modules/calib3d/src/ |
calibinit.cpp | 394 cvLine( dbg1_img, cvPointFrom32f(pt1), cvPointFrom32f(pt2), color, 3, 8); 451 cvLine( dbg2_img, cvPointFrom32f(pt1), cvPointFrom32f(pt2), color, 3, 8); [all...] |
/external/opencv/cv/src/ |
cvcalibinit.cpp | 353 cvLine( dbg1_img, cvPointFrom32f(pt1), cvPointFrom32f(pt2), color, 3, 8); 409 cvLine( dbg2_img, cvPointFrom32f(pt1), cvPointFrom32f(pt2), color, 3, 8); [all...] |
cvsurf.cpp | 362 CvPoint pt = cvPointFrom32f(center);
|
/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
imgproc_c.h | [all...] |
/external/opencv/cxcore/include/ |
cxtypes.h | 953 CV_INLINE CvPoint cvPointFrom32f( CvPoint2D32f point ) [all...] |
cxcore.h | [all...] |
/external/opencv3/modules/core/include/opencv2/core/ |
types_c.h | 926 CV_INLINE CvPoint cvPointFrom32f( CvPoint2D32f point ) [all...] |
/external/opencv3/modules/highgui/src/ |
window_gtk.cpp | [all...] |