How to detect faces in images using the appearance-based method and the Neural Networks?
How to detect faces in videos?
Learn what images and pixels are and how to access and manipulate them using OpenCV
Learn how to load camera frames and video files and how to create some simple video animations
In this post we are going to explain how to draw basic and more advanced shapes, as well as how to write text on images
In this post, we’ll cover basic image transformations like image resizing, image translation, image rotation and image flipping
Learn how to blur and sharpen images and how to create instagram like filters
Learn how to perform some elementary arithmetic operations on images like addition and subtraction
Learn how to combine dilation and erosion to create more advanced image operations
Learn how we can apply machine learning theory on the pixel intensity color with the K-means clustering algorithm