Here we provide tools for you for processing an image. Specify the image file, run the code, then pick up your processed images from the output
directory.
Currently we provide 4 common image processing techniques:
-
Greyscaling
-
Force resizing
-
K-means color quantization based (cluster center colors or custom colors)
-
Edge detection (Gaussian blur + Sobel)
Run
python3 process_image.py
- opencv, skimage, numpy, matplotlib
Anson Wong