Computer Vision

Face Recognition on Webcam with CV2

This tutorial conveniently makes use of opencv (cv2) library in Python.You can learn how to get a Webcam input, make…

4 years ago

Face Recognition on Screen Capture with CV2

This tutorial conveniently makes use of opencv (cv2) library in Python combined with PIL library's ImageGrab for screen capture and…

4 years ago

Optical Character Recognition (OCR)

ABSTRACT In this tutorial we will take a closer look at pytesseract module and discover some of its powerful features.…

4 years ago