Book Image

OpenCV Essentials

Book Image

OpenCV Essentials

Overview of this book

Table of Contents (15 chapters)
OpenCV Essentials
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

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.