Codes for exploring computer vision algorithms
Basic scripts to teach myself the functionality of OpenCV
- resize_image.py -- Resizing an image
- crop_image.py -- Cropping an image
- convolution.py -- Defining and applying various blurring kernels (filters) for image processing
- edge_detection.py -- Sobel and Canny edge detectors
- contour_detection.py -- Finding and drawing contours in an image
- threshold.py -- Various thresholding techniques
- video_IO.py -- Reading and writing video files
- background_estimation.py -- Temporal median filter to extract the background from a still camera video and then masking the moving objects