rewritten several functions from calib3d: findhomography, findfundamentalmat, findessentialmat, estimateaffine3d, computecorrespondepilines, convert points{to/from}homogeneous to C++.

This commit is contained in:
Vadim Pisarevsky
2013-02-28 18:25:05 +04:00
parent 891d7da6ee
commit 374e3a0890
15 changed files with 2623 additions and 2413 deletions

View File

@@ -40,6 +40,8 @@
//M*/
#include "test_precomp.hpp"
#if 0
#include "_modelest.h"
using namespace std;
@@ -225,3 +227,6 @@ void CV_ModelEstimator2_Test::run_func()
}
TEST(Calib3d_ModelEstimator2, accuracy) { CV_ModelEstimator2_Test test; test.safe_run(); }
#endif