Basic about traditional image processing: some operations in image processing
You have to open colab and some commands
Command: !git clone https://github.com/truongcntn2017/ImageProcessing.git
Command: cd ImageProcessing/
Download Image_processing.ipynb
Upload Image_processing.ipynb
You have to open terminal and some commands
Command: !git clone https://github.com/truongcntn2017/ImageProcessing.git
Command: cd ImageProcessing/
Command: source MyEnv/bin/activate
To run blur and write blur image to data directory Command: python3 Blur/blur.py
To run blur and write colorTransformer image to data directory Command: python3 ColorTransformer/colortransformer.py
To run blur and write GeometricTransformer image to data directory Command: python3 GeometricTransformer/geometrictransformer.py