mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
mostly removed obsolete C API from calib3d (at least at the interface level) (#13081)
This commit is contained in:
@@ -40,7 +40,9 @@
|
||||
//M*/
|
||||
|
||||
#include "test_precomp.hpp"
|
||||
#include "opencv2/calib3d/calib3d_c.h"
|
||||
|
||||
// POSIT is not exposed to C++ API yet, so the test is disabled
|
||||
#if 0
|
||||
|
||||
namespace opencv_test { namespace {
|
||||
|
||||
@@ -219,4 +221,7 @@ void CV_POSITTest::run( int start_from )
|
||||
TEST(Calib3d_POSIT, accuracy) { CV_POSITTest test; test.safe_run(); }
|
||||
|
||||
}} // namespace
|
||||
|
||||
#endif
|
||||
|
||||
/* End of file. */
|
||||
|
||||
Reference in New Issue
Block a user