1 | initial version |
the 2 main reasons i found, why this might fail are:
2 | No.2 Revision |
the 2 main reasons i found, why this might fail are:
3 | No.3 Revision |
the 2 main reasons i found, why this might fail are:
4 | No.4 Revision |
the 2 main reasons i found, why this might fail are:
the cascade file was not found ( see all the other comments / answers )
might sound overly obvious, but the sad story here is:
the image you supply to the actual detection is invalid(!) or not grayscale (1channel, 8bit)
8bit)
yes, you'll want a color version around for drawing things into, into,
but make sure, the img you pass to cascade.multiDetect() or similar is what they want there! grayscale
5 | No.5 Revision |
the 2 main reasons i found, why this might fail are:
the cascade file was not found ( see all the other comments / answers )
might sound overly obvious, but the sad story here is:
the image you supply to the actual detection is invalid(!) or not grayscale (1channel, 8bit)
yes, you'll want a color version around for drawing things into,
into,
but make sure, the img you pass to cascade.multiDetect() cascade.detectMultiScale() or similar is actually grayscale
6 | No.6 Revision |
the 2 main reasons i found, why this might fail are:
the cascade file was not found ( see all the other comments / answers )
) might sound overly obvious, but the sad story here is:
the image you supply to the actual detection is invalid(!) or not grayscale (1channel, 8bit)
yes, you'll want a color version around for drawing things into, but make sure, the img you pass to cascade.detectMultiScale() or similar is actually grayscale
7 | No.7 Revision |
the 2 main reasons i found, why this might fail are:
the cascade file was not found ( see all the other comments / answers ) might sound overly obvious, but the sad story here is:
the image you supply to the actual detection is invalid(!) or not grayscale (1channel, 8bit)
yes, you'll want a color version around for drawing things into, but make sure, the img you pass to cascade.detectMultiScale() or similar is actually grayscale
8 | No.8 Revision |
the 2 main reasons i found, why this might fail are:
the cascade file was not found ( see all the other comments / answers ) might sound overly obvious, but the sad story here is:
the image you supply to the actual detection is invalid(!) or not grayscale (1channel, 8bit)
yes, you'll want a color version around for drawing things into, but make sure, the img you pass to cascade.detectMultiScale() or similar is actually grayscale