report an error when trying to load HOG cascade
This commit is contained in:
@@ -1402,8 +1402,10 @@ bool CascadeClassifierImpl::Data::read(const FileNode &root)
|
|||||||
else if( featureTypeStr == CC_LBP )
|
else if( featureTypeStr == CC_LBP )
|
||||||
featureType = FeatureEvaluator::LBP;
|
featureType = FeatureEvaluator::LBP;
|
||||||
else if( featureTypeStr == CC_HOG )
|
else if( featureTypeStr == CC_HOG )
|
||||||
|
{
|
||||||
featureType = FeatureEvaluator::HOG;
|
featureType = FeatureEvaluator::HOG;
|
||||||
|
CV_Error(Error::StsNotImplemented, "HOG cascade is not supported in 3.0");
|
||||||
|
}
|
||||||
else
|
else
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user