This program manipulates frames from a live webcam stream to look like a sketch.
Each frame is converted into a grayscale image then a gaussian blur is applied to smoothen out the image. Edges are extracted from the image using a Canny Edge Detector. The images is then binarized using cv2.threshold() and this is how we get the sketch.
- Numpy
- opencv-python.
- Press Q to quit.
- Press S to capture the image.
Captured Images can be found in the Captures Folder.