some more bugfixed in 2.3 propagated to trunk
This commit is contained in:
@@ -846,6 +846,8 @@ bool CascadeClassifier::empty() const
|
||||
bool CascadeClassifier::load(const string& filename)
|
||||
{
|
||||
oldCascade.release();
|
||||
data = Data();
|
||||
featureEvaluator.release();
|
||||
|
||||
FileStorage fs(filename, FileStorage::READ);
|
||||
if( !fs.isOpened() )
|
||||
|
Reference in New Issue
Block a user