📷
Image Sketcher
An OpenCV demo that captures live webcam frames and renders them as a pencil-sketch effect using grayscale conversion, Gaussian blur, and Canny edg…
An OpenCV demo that captures live webcam frames and renders them as a pencil-sketch effect using grayscale conversion, Gaussian blur, and Canny edg…
An OpenCV demo that captures live webcam frames and renders them as a pencil-sketch effect using grayscale conversion, Gaussian blur, and Canny edge detection.
pip install opencv-python numpy
python main.py
No — it uses OpenCV webcam capture and GUI windows, which are not available in a browser.