In this video we will learn how to detect any color in an image using the HSV space with the help of opencv Trackbars. We will also stack the images together to make the workflow smoother.
Links :
OpenCV Python Tutorial Playlist:
How to install Opencv in Python:
Code:
import cv2
import numpy as np
frameWidth = 640
frameHeight = 480
cap = cv2.VideoCapture(1)
cap.set(3,…
Thanks, Murtaza, that 's cool! i like your tutorials…