Searched refs:epipole (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/doc/py_tutorials/py_calib3d/py_epipolar_geometry/ |
D | py_epipolar_geometry.markdown | 10 - We will see what is epipole, epipolar lines, epipolar constraint etc. 44 right camera \f$O'\f$ is seen on the left image at the point, \f$e\f$. It is called the **epipole**… 46 the epipole of the left camera. In some cases, you won't be able to locate the epipole in the image, 49 All the epilines pass through its epipole. So to find the location of epipole, we can find many 159 side. That meeting point is the epipole. 171 discussion](http://answers.opencv.org/question/17912/location-of-epipole/).
|
/external/opencv/cvaux/src/ |
D | cvepilines.cpp | 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() [all …]
|
/external/opencv/cvaux/include/ |
D | cvaux.h | 527 CvPoint3D32f epipole[2]; member 706 CvPoint2D64f epipole,
|