Merge pull request #869 from bpmckinnon:master

This commit is contained in:
Vadim Pisarevsky 2013-05-07 16:32:58 +04:00 committed by OpenCV Buildbot
commit 6e24fc37db
6 changed files with 6 additions and 0 deletions

View File

@ -41,6 +41,7 @@
//M*/
#include "circlesgrid.hpp"
#include <limits>
//#define DEBUG_CIRCLES
#ifdef DEBUG_CIRCLES

View File

@ -17,6 +17,7 @@
*/
#include "precomp.hpp"
#include <set>
#include <limits>
namespace cv
{

View File

@ -42,6 +42,7 @@
#include "precomp.hpp"
#include <iterator>
#include <limits>
//#define DEBUG_BLOB_DETECTOR

View File

@ -40,6 +40,7 @@
//M*/
#include "precomp.hpp"
#include <limits>
namespace cv
{

View File

@ -40,6 +40,7 @@
//M*/
#include "precomp.hpp"
#include <limits>
#if defined(HAVE_EIGEN) && EIGEN_WORLD_VERSION == 2
#include <Eigen/Array>

View File

@ -41,6 +41,7 @@
#include "precomp.hpp"
#include "opencv2/imgproc/imgproc_c.h"
#include <limits>
namespace cv
{