Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.29 KB

File metadata and controls

25 lines (18 loc) · 1.29 KB

SPMU_Bachelor-degree-work_Thresholding

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

Functioning

Flowchart (ru): image

Example: image

Efficiency

The accuracy of the solution is about ~90% (based on test thermograms). This value may vary depending on different inputs

Summary (ru): image