Non-face image recognition API

Is there a freely accessible API for face recognition? Or is there a way to use face.detect to call face.com API for non-faces?

I would like something that could find out what state the license plate image was from.

+5
source share
2 answers

OpenCV has a general purpose object detector that can be trained in Haar cascades. This is a generalization to object detection of the semantic approach of Viola and Jones for fast and accurate face recognition.

. this. , ( / , ..).

+2
+1

All Articles