A method to perform some operations on an image, in order to get an enhanced image or to extract some useful information from it.
All functions are written in Python, and each file does a different image processing according to file name. Once cloning and opening the repo, create a new folder and call it "source". This is where you place images into. Use images from here
If converting image types, create a new folder and call it "convert". This is where you place images into.
Runs all image cropping and processing functions, and outputs to "./Final".
Loops through "./source" and removes duplicate images.
Generates cropped images and outputs to "./sourceFolderCropped".
Processes the images in "./sourceFolderCropped" and outputs to "./Final".