MTCNN Face Detection v1.2.0
- Adds support for R2019a
- Uses DAGNetwork versions of the CNNs for compatibility with R2019a
detect
anddetectFaces
functions accept uint8, single, and double image types- singles and doubles are expected to be in the range 0-1
- uint8s are expected to be in the range 0-255
- fixes a bug in
proposeRegions
for certain image sizes.