Commit 1b174296 authored by biagio montesano's avatar biagio montesano

Changed some headers' positions in BinaryDescriptor

parent 31be8150
...@@ -94,7 +94,7 @@ inline int match( UINT8*P, UINT8*Q, int codelb ) ...@@ -94,7 +94,7 @@ inline int match( UINT8*P, UINT8*Q, int codelb )
break; break;
} }
return -1;
} }
/* splitting function (b <= 64) */ /* splitting function (b <= 64) */
......
...@@ -38,16 +38,12 @@ ...@@ -38,16 +38,12 @@
// the use of this software, even if advised of the possibility of such damage. // the use of this software, even if advised of the possibility of such damage.
// //
//M*/ //M*/
#include "precomp.hpp"
#define _USE_MATH_DEFINES #define _USE_MATH_DEFINES
#ifdef _WIN32
# include <cmath>
#endif
#define NUM_OF_BANDS 9 #define NUM_OF_BANDS 9
#include "precomp.hpp"
//using namespace cv; //using namespace cv;
namespace cv namespace cv
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment