Using K-Means Clustering unsupervised machine learning algorithm to segment different parts of an image using OpenCV in Python.
Learning how to detect contours in images for image segmentation, shape analysis and object detection and recognition using OpenCV in Python.
Using Tesseract OCR library and pytesseract wrapper for optical character recognition (OCR) to convert text in images into digital text in Python.
Detecting shapes and lines in images using Hough Transform technique with OpenCV in Python. Hough transform is a popular feature extraction technique to detect any shape within an image.
Learning how to apply edge detection in computer vision applications using canny edge detector algorithm with OpenCV in Python.
Learn what is transfer learning and how to use pre trained MobileNet model for better performance to classify flowers using Keras in Python.
Building and training a model that classifies CIFAR-10 dataset images which consists of airplanes, dogs, cats and other 7 objects using Keras library in Python.
Detecting and recognizing human faces in Python using OpenCV library which provides us with pre trained haar cascade classifiers.