HomeSort by relevance Sort by last modified time
    Searched full:epipole (Results 1 - 4 of 4) sorted by null

  /external/opencv3/doc/py_tutorials/py_calib3d/py_epipolar_geometry/
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**. 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/
cvepilines.cpp     [all...]
  /external/opencv3/modules/calib3d/src/
triangulate.cpp 273 // Compute the right epipole e1 from F * e1 = 0
288 // Compute the left epipole e2 from e2' * F = 0 => F' * e2 = 0
  /external/opencv/cvaux/include/
cvaux.h 527 CvPoint3D32f epipole[2]; member in struct:CvStereoCamera
706 CvPoint2D64f epipole,
    [all...]

Completed in 1253 milliseconds