mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
move preprocessor to objdetect
This commit is contained in:
@@ -120,6 +120,7 @@ void sft::ICFFeaturePool::fill(int desired)
|
||||
if (std::find(pool.begin(), pool.end(),f) == pool.end())
|
||||
{
|
||||
pool.push_back(f);
|
||||
std::cout << f << std::endl;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user