Searched refs:areaLineCoef1 (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvepilines.cpp | 1826 void icvGetCutPiece( CvVect64d areaLineCoef1,CvVect64d areaLineCoef2, in icvGetCutPiece() argument 1857 areaLineCoef1[0],areaLineCoef1[1],areaLineCoef1[2], in icvGetCutPiece() 1882 icvTestPoint( cornerPoint, areaLineCoef1, areaLineCoef2, epipole, &res); in icvGetCutPiece() 1891 icvTestPoint( cornerPoint, areaLineCoef1, areaLineCoef2, epipole, &res); in icvGetCutPiece() 1900 icvTestPoint( cornerPoint, areaLineCoef1, areaLineCoef2, epipole, &res); in icvGetCutPiece() 1909 icvTestPoint( cornerPoint, areaLineCoef1, areaLineCoef2, epipole, &res); in icvGetCutPiece() 1918 areaLineCoef1[0],areaLineCoef1[1],areaLineCoef1[2], in icvGetCutPiece() 1980 icvGetCrossDirectDirect(areaLineCoef1,cutLine1,point11,&res); in icvGetCutPiece() 1983 icvGetCrossDirectDirect(areaLineCoef1,cutLine2,point21,&res); in icvGetCutPiece()
|
/external/opencv/cvaux/include/ |
D | cvaux.h | 705 CVAPI(void) icvGetCutPiece( CvVect64d areaLineCoef1,CvVect64d areaLineCoef2,
|