Merge pull request #1572 from emchristiansen:includeLimits

This commit is contained in:
Roman Donchenko
2013-10-07 16:59:23 +04:00
committed by OpenCV Buildbot

View File

@@ -44,9 +44,11 @@
* Implementation of the paper Shape Matching and Object Recognition Using Shape Contexts * Implementation of the paper Shape Matching and Object Recognition Using Shape Contexts
* Belongie et al., 2002 by Juan Manuel Perez for GSoC 2013. * Belongie et al., 2002 by Juan Manuel Perez for GSoC 2013.
*/ */
#include "precomp.hpp" #include "precomp.hpp"
#include "opencv2/core.hpp" #include "opencv2/core.hpp"
#include "scd_def.hpp" #include "scd_def.hpp"
#include <limits>
namespace cv namespace cv
{ {