Some sample code for image processing using Scikit-Image and video processing with OpenCV.
denoise.py
: sharpen an image using deconvolution.segmentation.py
: segmentation using an active cotour model, aka, snake.restoration.ipynb
: Jupyter notebook illustrating analysis of a problematic camera image and custum restoration.Data
: directory containing image files for illustration purposes.caputure.py
: capture video from a webcam using OpenCV.analyze.py
: show a plot of the average RGB values for the frames in a movie using OpenCV.split_scenes.py
: very naive utility to split a movie into scences, based on rapid changes in RGB intenisty.bouncing_ball_full.avi
: movie to testscene_spliiter.py
with.follow_ball.py
: example of using the camshift algorithm to follow a bouncing ball in a scene.bouncing_ball.avi
: movie to testfollow_ball.py
with.