refactor feature pool

This commit is contained in:
marina.kolpakova
2013-01-30 09:57:09 +04:00
parent b4aa33b6d3
commit 0b039f3c6b
5 changed files with 33 additions and 28 deletions

View File

@@ -130,7 +130,7 @@ int main(int argc, char** argv)
typedef cv::SoftCascadeOctave Octave;
cv::Ptr<Octave> boost = Octave::create(boundingBox, npositives, nnegatives, *it, shrinkage);
cv::Ptr<Octave> boost = Octave::create(boundingBox, npositives, nnegatives, *it, shrinkage, nfeatures);
std::string path = cfg.trainPath;
sft::ScaledDataset dataset(path, *it);