OpenCV
3.4.17
Open Source Computer Vision
|
Learn to change images between different color spaces. Plus learn to track a colored object in a video.
Geometric Transformations of Images
Learn to apply different geometric transformations to images like rotation, translation etc.
Learn to convert images to binary images using global thresholding, Adaptive thresholding, Otsu's binarization etc
Learn to blur the images, filter the images with custom kernels etc.
Learn about morphological transformations like Erosion, Dilation, Opening, Closing etc
Learn to find image gradients, edges etc.
Learn to find edges with Canny Edge Detection
Learn about image pyramids and how to use them for image blending
All about Contours in OpenCV
All about histograms in OpenCV
Meet different Image Transforms in OpenCV like Fourier Transform, Cosine Transform etc.
Learn to search for an object in an image using Template Matching
Learn to detect lines in an image
Learn to detect circles in an image
Image Segmentation with Watershed Algorithm
Learn to segment images with watershed segmentation
Interactive Foreground Extraction using GrabCut Algorithm
Learn to extract foreground with GrabCut algorithm