Added wrappers of cvTriangulatePoints()

This commit is contained in:
Ilya Lysenkov
2012-03-29 10:39:06 +00:00
parent 8d9d964550
commit 37db334f8a
2 changed files with 20 additions and 0 deletions

View File

@@ -674,6 +674,10 @@ CV_EXPORTS void computeCorrespondEpilines( InputArray points1,
int whichImage, InputArray F,
OutputArray lines );
CV_EXPORTS_W void triangulatePoints( InputArray projMatr1, InputArray projMatr2,
InputArray projPoints1, InputArray projPoints2,
OutputArray points4D );
template<> CV_EXPORTS void Ptr<CvStereoBMState>::delete_obj();
/*!