]> rtime.felk.cvut.cz Git - opencv.git/commitdiff
Calonder sample parameters were modified
authoralexeylatyshev <alexeylatyshev@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08>
Fri, 26 Mar 2010 13:09:42 +0000 (13:09 +0000)
committeralexeylatyshev <alexeylatyshev@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08>
Fri, 26 Mar 2010 13:09:42 +0000 (13:09 +0000)
git-svn-id: https://code.ros.org/svn/opencv/trunk@2923 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

opencv/samples/c/find_obj_calonder.cpp

index ada38d15e8f8070755d9e28bd61246f3354061d1..b3a20de89befc153dd7a0948fb94ddeed26b0ad1 100644 (file)
@@ -8,10 +8,10 @@
 using namespace std;
 
 // Number of training points (set to -1 to use all points)
-const int n_points = 30;
+const int n_points = -1;
 
 //Draw the border of projection of train image calculed by averaging detected correspondences
-const bool draw_border = false;
+const bool draw_border = true;
 
 void cvmSet6(CvMat* m, int row, int col, float val1, float val2, float val3, float val4, float val5, float val6)
 {