move training to softcascade module

rename Octave -> SoftCascadeOctave
This commit is contained in:
marina.kolpakova
2013-01-29 13:32:21 +04:00
parent 61441a1014
commit 716a9ccb71
5 changed files with 90 additions and 89 deletions

View File

@@ -127,7 +127,7 @@ int main(int argc, char** argv)
cv::Rect boundingBox = cfg.bbox(it);
std::cout << "Object bounding box" << boundingBox << std::endl;
cv::Octave boost(boundingBox, npositives, nnegatives, *it, shrinkage);
cv::SoftCascadeOctave boost(boundingBox, npositives, nnegatives, *it, shrinkage);
std::string path = cfg.trainPath;
sft::ScaledDataset dataset(path, *it);