This Computer Vision Filter Overview Python tool lets you create an overview image (collage) of commonly used computer vision filters (e.g. Sobel, Canny, etc).
What do you need:
- Python 2.7
- cv2 package for python 2.7
- numpy package for python 2.7
Usage: Run Lenna.py to create a collage of different filter for the Lenna.png that is included. An image, Lenna_Collage.png, is saved and contains the generated image.
Or,
Run Create.py "image.bmp" to do the same for your own image.