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

  /external/opencv/cvaux/include/
cvaux.h 638 CVAPI(int) icvGetAngleLine( CvPoint2D64f startPoint, CvSize imageSize,CvPoint2D64f *point1,CvPoint2D64f *point2);
    [all...]
  /external/opencv/cvaux/src/
cvepilines.cpp 667 int icvGetAngleLine( CvPoint2D64d startPoint, CvSize imageSize,CvPoint2D64d *point1,CvPoint2D64d *point2)
840 int stat = icvGetAngleLine( epipole1_2d, imageSize,&point11,&point12);
848 stat = icvGetAngleLine( epipole2_2d, imageSize,&point21,&point22);
    [all...]

Completed in 52 milliseconds