HSV RANGE FINDER: This code uses cv2.createTrackbar to adjust the values of h,s,v and find an optimal range to mask particular color.
Document Scanner: This python script converts image of your document into a scanned format.
Mandelbrot Set: Plot the Mandelbrot Set using Matplotlib.
Conway Life: Visualize conway life using python and Matplotlib.
Flood Fill Implementation of floodfill algorithm for MicroMouse Competition.