Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvepilines.cpp822 CvPoint2D64d epipole2_2d; in icvGetCommonArea() local
837 epipole2_2d.x = epipole2.x / epipole2.z; in icvGetCommonArea()
838 epipole2_2d.y = epipole2.y / epipole2.z; in icvGetCommonArea()
848 stat = icvGetAngleLine( epipole2_2d, imageSize,&point21,&point22); in icvGetCommonArea()
903 icvGetCoefForPiece( epipole2_2d,point21, in icvGetCommonArea()
977 icvGetCoefForPiece( epipole2_2d,point22, in icvGetCommonArea()
1388 CvPoint2D64d epipole2_2d; in icvGetQuadsTransform() local
1428 epipole2_2d.x = epipole2->x / epipole2->z; in icvGetQuadsTransform()
1429 epipole2_2d.y = epipole2->y / epipole2->z; in icvGetQuadsTransform()
1432 epipole2_2d, in icvGetQuadsTransform()