Merge pull request #1572 from emchristiansen:includeLimits

pull/1569/merge
Roman Donchenko 11 years ago committed by OpenCV Buildbot
commit 920e15b41d
  1. 2
      modules/shape/src/sc_dis.cpp

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

Loading…
Cancel
Save