use long seeds
authormarina.kolpakova <marina.kolpakova@itseez.com>
Fri, 11 Jan 2013 10:49:12 +0000 (14:49 +0400)
committermarina.kolpakova <marina.kolpakova@itseez.com>
Fri, 1 Feb 2013 10:35:27 +0000 (14:35 +0400)
apps/sft/fpool.cpp
modules/ml/src/octave.cpp

index 2aa55c0..76a4031 100644 (file)
@@ -76,7 +76,7 @@ void sft::write(cv::FileStorage& fs, const string&, const ICF& f)
 
 sft::ICFFeaturePool::~ICFFeaturePool(){}
 
-// #define USE_LONG_SEEDS
+#define USE_LONG_SEEDS
 #if defined USE_LONG_SEEDS
 # define FEATURE_RECT_SEED      8854342234LU
 #else
index bb01088..a47d431 100644 (file)
@@ -239,7 +239,7 @@ void cv::Octave::processPositives(const Dataset* dataset, const FeaturePool* poo
     nnegatives = cvRound(nnegatives * total / (double)npositives);
 }
 
-// #define USE_LONG_SEEDS
+#define USE_LONG_SEEDS
 #if defined USE_LONG_SEEDS
 # define INDEX_ENGINE_SEED      764224349868LU
 #else