Lines Matching refs:epipole
1766 &(stereoCamera->epipole[0]), in icvGetQuadsTransformStruct()
1767 &(stereoCamera->epipole[1]) in icvGetQuadsTransformStruct()
1827 CvPoint2D64d epipole, in icvGetCutPiece() argument
1872 icvGetMiddleAnglePoint(epipole,pointOnLine1,pointOnLine2,&midPoint); in icvGetCutPiece()
1874 icvGetCoefForPiece(epipole,midPoint,&midLine[0],&midLine[1],&midLine[2],&res); 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()
1957 icvGetPieceLength(epipole,projPoint,&dist); in icvGetCutPiece()
1986 if( epipole.x > imageSize.width * 0.5 ) in icvGetCutPiece()
2274 int GetAngleLinee( CvPoint2D32f epipole, CvSize imageSize,CvPoint2D32f point1,CvPoint2D32f point2) in GetAngleLinee() argument
2301 x = epipole.x; in GetAngleLinee()
2302 y = epipole.y; in GetAngleLinee()
3247 void FindLine(CvPoint2D32f epipole,CvSize imageSize,CvPoint2D32f point,CvPoint2D32f *start,CvPoint2… in FindLine() argument
3264 haveCross[0] = icvGetCrossPieceVector(frameBeg,frameEnd,epipole,point,&cross[0]); in FindLine()
3270 haveCross[1] = icvGetCrossPieceVector(frameBeg,frameEnd,epipole,point,&cross[1]); in FindLine()
3276 haveCross[2] = icvGetCrossPieceVector(frameBeg,frameEnd,epipole,point,&cross[2]); in FindLine()
3282 haveCross[3] = icvGetCrossPieceVector(frameBeg,frameEnd,epipole,point,&cross[3]); in FindLine()
3295 dist = (epipole.x - cross[n].x)*(epipole.x - cross[n].x) + in FindLine()
3296 (epipole.y - cross[n].y)*(epipole.y - cross[n].y); in FindLine()