use long seeds
This commit is contained in:
parent
31687178d2
commit
16aacf1780
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user