The python file consists of function that converts a classified image into heatmaps. The user would require to pass in the follwoing information:
- input image path
- class of interest for the heatmap (one may have multiple classes in classified images)
- grid size as the number of pixels
- simple linear equation such that x is number of the pixels corresponding to the class of interest at each grid. If the user doesn't have one, they can simply pass in None.
- Boolean information denoting if the user is interested in percent coverage; if interested, boolean should be passed as "True", else "False"
- Output folder