Commit 9cad1dfa authored by edgarriba's avatar edgarriba

Update C headers for DLS

parent 59806133
...@@ -91,7 +91,8 @@ enum ...@@ -91,7 +91,8 @@ enum
{ {
CV_ITERATIVE = 0, CV_ITERATIVE = 0,
CV_EPNP = 1, // F.Moreno-Noguer, V.Lepetit and P.Fua "EPnP: Efficient Perspective-n-Point Camera Pose Estimation" CV_EPNP = 1, // F.Moreno-Noguer, V.Lepetit and P.Fua "EPnP: Efficient Perspective-n-Point Camera Pose Estimation"
CV_P3P = 2 // X.S. Gao, X.-R. Hou, J. Tang, H.-F. Chang; "Complete Solution Classification for the Perspective-Three-Point Problem" CV_P3P = 2, // X.S. Gao, X.-R. Hou, J. Tang, H.-F. Chang; "Complete Solution Classification for the Perspective-Three-Point Problem"
CV_DLS = 3 // Joel A. Hesch and Stergios I. Roumeliotis. "A Direct Least-Squares (DLS) Method for PnP"
}; };
CVAPI(int) cvFindFundamentalMat( const CvMat* points1, const CvMat* points2, CVAPI(int) cvFindFundamentalMat( const CvMat* points1, const CvMat* points2,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment