- Converting to Greyscale
- Plotting Histogram
- Histogram Equalization
- Negative of an image
- Log transformation
- Power law transformation
- Bit plane slicing
- Sobel Filter
- LBP Response
- Laplacian of Gaussian
More will be added
python main.py --file image_path/img.jpg
python sobel/main.py
python lbp/lbp_response.py
python LoG/laplacian_of_gaussian.py --file image_path/img.jpg