HomeSort by relevance Sort by last modified time
    Searched refs:cvPointTo32f (Results 1 - 5 of 5) sorted by null

  /external/opencv/cv/src/
cvgeometry.cpp 252 v = cvPointTo32f( iv );
268 v = cvPointTo32f( iv );
305 v = cvPointTo32f( iv );
cvshapedescr.cpp 348 pts[0] = cvPointTo32f( *pt_left );
349 pts[1] = cvPointTo32f( *pt_right );
350 pts[2] = cvPointTo32f( *pt_top );
351 pts[3] = cvPointTo32f( *pt_bottom );
    [all...]
cvcalibinit.cpp     [all...]
  /external/opencv/cxcore/include/
cxtypes.h 947 CV_INLINE CvPoint2D32f cvPointTo32f( CvPoint point )
    [all...]
  /external/opencv/cvaux/src/
cvvecfacetracking.cpp 177 cv2DRotationMatrix( cvPointTo32f(ptRotate), -dbRotateAngle, 1., &mat );
    [all...]

Completed in 182 milliseconds