Searched refs:point11 (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvepilines.cpp | 524 int icvGetCrossLines(CvPoint3D64d point11,CvPoint3D64d point12, in icvGetCrossLines() argument 537 xA = point11.x; in icvGetCrossLines() 538 yA = point11.y; in icvGetCrossLines() 539 zA = point11.z; in icvGetCrossLines() 802 CvPoint2D64d point11; in icvGetCommonArea() local 840 int stat = icvGetAngleLine( epipole1_2d, imageSize,&point11,&point12); in icvGetCommonArea() 860 pointW11[0] = point11.x; in icvGetCommonArea() 861 pointW11[1] = point11.y; in icvGetCommonArea() 915 icvGetCoefForPiece( epipole1_2d,point11, in icvGetCommonArea() 1382 CvPoint2D64d point11, point12,point21, point22; in icvGetQuadsTransform() local [all …]
|
/external/opencv/cvaux/include/ |
D | cvaux.h | 618 CVAPI(int) icvGetCrossLines(CvPoint3D64f point11,CvPoint3D64f point12, 708 CvPoint2D64f* point11,CvPoint2D64f* point12,
|