1 | initial version |
Okay here comes the bunch of problems
CV_HAAR_SCALE_IMAGE | CV_HAAR_DO_CANNY_PRUNING
it is simply redundant with your model. For explanation look at the docs, which clearly state it is not used anymore.cvSize
to Size
functions.2 | No.2 Revision |
Okay here comes the bunch of problems
CV_HAAR_SCALE_IMAGE | CV_HAAR_DO_CANNY_PRUNING
it is simply redundant with your model. For explanation look at the docs, which clearly state it is not used anymore.cvSize
to Size
functions.3 | No.3 Revision |
Okay here comes the bunch of problems
CV_HAAR_SCALE_IMAGE | CV_HAAR_DO_CANNY_PRUNING
it is simply redundant with your model. For explanation look at the docs, which clearly state it is not used anymore.cvSize
to Size
functions.So I suggest changing your command to
4 | No.4 Revision |
Okay here comes the bunch of problems
CV_HAAR_SCALE_IMAGE | CV_HAAR_DO_CANNY_PRUNING
it is simply redundant with your model. For explanation look at the docs, which clearly state it is not used anymore.cvSize
to Size
functions.So I suggest changing your command to
object_detect.detectMultiScale(grayImage, object, 1.1, 10);