Description. The package image_processing is used to: Processing: - Histogram matching - Structural similarity - Resize image Utils: - Read image - Save image - Plot image - Plot result - Plot histogram
Use the package manager pip to install package_name
pip install image_processing
from package_name.module1_name import file1_name
file1_name.my_function()
My_name