Will Sims - 04/05/2018
This script was built to crop PNG images based on the objects within the image. It works well for logos and emblems. Users can change the DPI that is used to calculate the image size in Inches.
- SciKit Image: used to load, manipulate, and make calculations on images
- NumPy: used the ndarray as a data structure to represent images.
- Matplotlib: used to handle the visualization/plotting of images