Merge pull request #703 from jacob-baines:patch-2

This commit is contained in:
Andrey Kamaev 2013-03-25 20:26:39 +04:00 committed by OpenCV Buildbot
commit 98585a9688

View File

@ -320,6 +320,8 @@ void BoostedSoftCascadeOctave::traverse(const CvBoostTree* tree, cv::FileStorage
fs << "}";
delete [] leafs;
}
void BoostedSoftCascadeOctave::write( cv::FileStorage &fso, const FeaturePool* pool, InputArray _thresholds) const