1
0
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:
marina.kolpakova
2013-01-10 15:26:35 +04:00
parent 8672ae58e2
commit a28f5a89b3
4 changed files with 71 additions and 67 deletions
+1
View File
@@ -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;
}
}
}