Commented unused constants in the RHO algorithm
authorMaksim Shabunin <maksim.shabunin@itseez.com>
Fri, 27 Mar 2015 11:36:27 +0000 (14:36 +0300)
committerMaksim Shabunin <maksim.shabunin@itseez.com>
Fri, 27 Mar 2015 11:36:27 +0000 (14:36 +0300)
modules/calib3d/src/rho.cpp

index bed37a6..2f27728 100644 (file)
@@ -69,10 +69,10 @@ namespace cv{/* For C support, replace with extern "C" { */
 const int    MEM_ALIGN              = 32;
 const size_t HSIZE                  = (3*3*sizeof(float));
 const double MIN_DELTA_CHNG         = 0.1;
-const double CHI_STAT               = 2.706;
+// const double CHI_STAT               = 2.706;
 const double CHI_SQ                 = 1.645;
-const double RLO                    = 0.25;
-const double RHI                    = 0.75;
+// const double RLO                    = 0.25;
+// const double RHI                    = 0.75;
 const int    MAXLEVMARQITERS        = 100;
 const int    SMPL_SIZE              = 4;      /* 4 points required per model */
 const int    SPRT_T_M               = 25;     /* Guessing 25 match evlauations / 1 model generation */