Home
last modified time | relevance | path

Searched refs:epipole1_2d (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
Dcvepilines.cpp821 CvPoint2D64d epipole1_2d; in icvGetCommonArea() local
829 epipole1_2d.x = epipole1.x / epipole1.z; in icvGetCommonArea()
830 epipole1_2d.y = epipole1.y / epipole1.z; in icvGetCommonArea()
840 int stat = icvGetAngleLine( epipole1_2d, imageSize,&point11,&point12); in icvGetCommonArea()
915 icvGetCoefForPiece( epipole1_2d,point11, in icvGetCommonArea()
989 icvGetCoefForPiece( epipole1_2d,point12, in icvGetCommonArea()
1387 CvPoint2D64d epipole1_2d; in icvGetQuadsTransform() local
1395 epipole1_2d.x = epipole1->x / epipole1->z; in icvGetQuadsTransform()
1396 epipole1_2d.y = epipole1->y / epipole1->z; in icvGetQuadsTransform()
1399 epipole1_2d, in icvGetQuadsTransform()