Skip to content

A thresholding algorithm realisation for thermogram analysis for the wildfires early detection system

Notifications You must be signed in to change notification settings

Angon-pro/SPMU_Bachelor-degree-work_Thresholding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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