computer vision tutorial

Computer Vision Python

OpenCV Python Tutorial #4 – Drawing (Lines, Images, Circles & Text)

Tech With Tim continues his tutorial series on the OpenCV Python series. In this installment, he’ll be talking about drawing within OpenCV, including drawing lines, images, circles, and text. Drawing various shapes within OpenCV is simple, but will come in handy later when it’s time to detect things inside OpenCV.

Read More
Computer Vision TensorFlow

Sliding Window Object Detection with Tensorflow, Keras & Python

codebasics delivers this great tutorial on sliding window object detection is a technique that allows you to detect objects in a picture. This technique is not very efficient as it is very compute intensive. Recently new techniques has been discovered that tried to improve performance such as R CNN, Fast R CNN, Faster R CNN […]

Read More