mirror of
https://github.com/opencv/opencv.git
synced 2024-12-02 07:39:57 +08:00
Merge pull request #703 from jacob-baines:patch-2
This commit is contained in:
commit
98585a9688
@ -320,6 +320,8 @@ void BoostedSoftCascadeOctave::traverse(const CvBoostTree* tree, cv::FileStorage
|
|||||||
|
|
||||||
|
|
||||||
fs << "}";
|
fs << "}";
|
||||||
|
|
||||||
|
delete [] leafs;
|
||||||
}
|
}
|
||||||
|
|
||||||
void BoostedSoftCascadeOctave::write( cv::FileStorage &fso, const FeaturePool* pool, InputArray _thresholds) const
|
void BoostedSoftCascadeOctave::write( cv::FileStorage &fso, const FeaturePool* pool, InputArray _thresholds) const
|
||||||
|
Loading…
Reference in New Issue
Block a user