Skip to content

A simple real-time image processing application built with Python and OpenCV. It captures video from your webcam and lets you switch between different processing modes on the fly using your keyboard.

Notifications You must be signed in to change notification settings

Moh-27SL/video-processer-PYTHON_EDITION

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

video-processer-PYTHON_EDITION

A simple real-time image processing application built with Python and OpenCV.
It captures video from your webcam and lets you switch between different processing modes on the fly using your keyboard.

Demo


Features

  • Normal feed – view the raw camera stream
  • Denoise – apply median blur to reduce noise
  • Blur – apply a simple box blur for smoothing
  • Canny Edge Detection – detect edges in grayscale images
  • Corner Detection – find and mark prominent corners
  • CLAHE (Contrast Limited Adaptive Histogram Equalization) – normalize brightness and improve local contrast

Controls

Press these keys during runtime to change the filter:

Key Mode
n Normal feed
d Denoise (median blur)
b Blur
e Canny edge detection
c Corner detection
h CLAHE brightness normalization
ESC Quit application

Developed by Mohammed Yasser Mohammed ;)

email : [email protected]

About

A simple real-time image processing application built with Python and OpenCV. It captures video from your webcam and lets you switch between different processing modes on the fly using your keyboard.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages