Minimize usages of legacy C API inside the library
This commit is contained in:
@@ -40,11 +40,6 @@
|
||||
//M*/
|
||||
|
||||
#include "precomp.hpp"
|
||||
//#include "cvtypes.h"
|
||||
//#include <float.h>
|
||||
//#include <limits.h>
|
||||
//#include "cv.h"
|
||||
//#include "highgui.h"
|
||||
#if 0
|
||||
#include <stdio.h>
|
||||
|
||||
|
@@ -41,11 +41,8 @@
|
||||
|
||||
|
||||
#include "precomp.hpp"
|
||||
//#include "cvtypes.h"
|
||||
#include <float.h>
|
||||
#include <limits.h>
|
||||
//#include "cv.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
void icvReconstructPoints4DStatus(CvMat** projPoints, CvMat **projMatrs, CvMat** presPoints, CvMat *points4D,int numImages,CvMat **projError=0);
|
||||
|
@@ -42,12 +42,8 @@
|
||||
#include "precomp.hpp"
|
||||
#include "opencv2/calib3d/calib3d_c.h"
|
||||
|
||||
//#include "cvtypes.h"
|
||||
#include <float.h>
|
||||
#include <limits.h>
|
||||
//#include "cv.h"
|
||||
//#include "windows.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
/* Valery Mosyagin */
|
||||
|
Reference in New Issue
Block a user