A thresholding algorithm realisation for thermogram analysis for the wildfires early detection system
Description: A realisation of the thresholding algorithm for the fire detection purposes. The thermograms are obtained from a flight altitude. The program determines the temperatures in the input image according to defined temp scale and compares them to the specified anomaly temperature (threshold). After that, the program generates the resulting binary image based on threshold matrix and outputs the analysis report
Stack: Java, Maven
/src/main/java/ path contains the source code
/src/main/resources/ path contains directories with classified test images and resulting binary images
The accuracy of the solution is about ~90% (based on test thermograms). This value may vary depending on different inputs