OpenCV-functional2.diff

patch - Pavel Heimlich, 2012-02-07 11:19 pm

Download (596 Bytes)

 
modules/calib3d/test/test_chesscorners.cpp Tue Feb 7 22:12:36 2012
44 44

  
45 45
#include <limits>
46 46
#include <numeric>
47
#include <functional>
47 48

  
48 49
using namespace std;
49 50
using namespace cv;
50
-- modules/calib3d/test/test_affine3d_estimator.cpp.orig	Tue Feb  7 22:00:17 2012
51
++ modules/calib3d/test/test_affine3d_estimator.cpp	Tue Feb  7 22:08:12 2012
51 51
#include <iterator>
52 52
#include <limits>
53 53
#include <numeric>
54
#include <functional>
54 55

  
55 56
class CV_Affine3D_EstTest : public cvtest::BaseTest
56 57
{