Detecting objects with OpenCV
OpenCV has a number of object detection algorithms implemented in its objdetect
module. In this module, Cascade and Latent SVM detectors are implemented together with the new Scene Text Detector added in OpenCV 3. All of these algorithms are relatively efficient and obtain accurate results.