YOLO (Part 2) Object detection with YOLO & OpenCV
In this article we will see step by step how to use the YOLO neural network with its implementation in OpenCV. Follow the guide 😉
All to understand and practice A.I. in a simple way
In this article we will see step by step how to use the YOLO neural network with its implementation in OpenCV. Follow the guide 😉
In the previous article we saw how our digital images were built and stored. This naturally brings us to the image histograms. Of course we don’t manage an image like we do for a text . Images are in fact just matrix (like a pixel map ), so first of all we need to analyse the image, and to do that we’ll take a look on the pixel histograms.
In this post you’ll figure out how it’s easy to make facial recognition inside a video flow with OpenCV.
In this article we will see how we will be able to recover information (photo, and other information) from a scanned identity card. In this article we will use the OpenCV and tesseract libraries with Python.
Find out in this article how to use OpenCV to easily do facial recognition in a image.
Find out in this article how to use tesseract in relatively complex cases with Python and OpenCV.