Made dependency of features2d and calib3d from highgui optional
This commit is contained in:
@@ -65,16 +65,22 @@
|
||||
|
||||
//#define ENABLE_TRIM_COL_ROW
|
||||
|
||||
//#pragma comment(lib, "highgui200d.lib")
|
||||
//#define DEBUG_CHESSBOARD
|
||||
#ifdef DEBUG_CHESSBOARD
|
||||
# include "opencv2/opencv_modules.hpp"
|
||||
# ifdef HAVE_OPENCV_HIGHGUI
|
||||
# include "opencv2/highgui/highgui.hpp"
|
||||
# else
|
||||
# undef DEBUG_CHESSBOARD
|
||||
# endif
|
||||
#endif
|
||||
#ifdef DEBUG_CHESSBOARD
|
||||
static int PRINTF( const char* fmt, ... )
|
||||
{
|
||||
va_list args;
|
||||
va_start(args, fmt);
|
||||
return vprintf(fmt, args);
|
||||
}
|
||||
#include "..//..//include/opencv/highgui.h"
|
||||
#else
|
||||
static int PRINTF( const char*, ... )
|
||||
{
|
||||
|
Reference in New Issue
Block a user