Searched refs:icvGetAngleLine (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cvaux/include/ |
D | cvaux.h | 638 CVAPI(int) icvGetAngleLine( CvPoint2D64f startPoint, CvSize imageSize,CvPoint2D64f *point1,CvPoint2…
|
/external/opencv/cvaux/src/ |
D | cvepilines.cpp | 667 int icvGetAngleLine( CvPoint2D64d startPoint, CvSize imageSize,CvPoint2D64d *point1,CvPoint2D64d *p… in icvGetAngleLine() function 840 int stat = icvGetAngleLine( epipole1_2d, imageSize,&point11,&point12); in icvGetCommonArea() 848 stat = icvGetAngleLine( epipole2_2d, imageSize,&point21,&point22); in icvGetCommonArea()
|