Added wrappers of cvCorrectMatches (#1350)

This commit is contained in:
Ilya Lysenkov
2012-03-29 13:21:24 +00:00
parent 0404b2989e
commit f29912b501
2 changed files with 18 additions and 0 deletions

View File

@@ -678,6 +678,9 @@ CV_EXPORTS_W void triangulatePoints( InputArray projMatr1, InputArray projMatr2,
InputArray projPoints1, InputArray projPoints2,
OutputArray points4D );
CV_EXPORTS_W void correctMatches( InputArray F, InputArray points1, InputArray points2,
OutputArray newPoints1, OutputArray newPoints2 );
template<> CV_EXPORTS void Ptr<CvStereoBMState>::delete_obj();
/*!