General repo for work with Berkeley Fire Lab https://pyro.turtlebasket.ml
 
 
 
 
 
 
Go to file
michael 63eb8bdb85 restructure, start flask stuff 2022-10-11 13:19:48 -05:00
examples restructure, start flask stuff 2022-10-11 13:19:48 -05:00
templates restructure, start flask stuff 2022-10-11 13:19:48 -05:00
uploads restructure, start flask stuff 2022-10-11 13:19:48 -05:00
.gitignore restructure, start flask stuff 2022-10-11 13:19:48 -05:00
Pipfile restructure, start flask stuff 2022-10-11 13:19:48 -05:00
Pipfile.lock restructure, start flask stuff 2022-10-11 13:19:48 -05:00
README.md update 2022-10-06 19:44:59 -07:00
display_key.html restructure, start flask stuff 2022-10-11 13:19:48 -05:00
flask_frontend.py restructure, start flask stuff 2022-10-11 13:19:48 -05:00
ratio_pyrometry.py restructure, start flask stuff 2022-10-11 13:19:48 -05:00

README.md

Pyrometry image processing

Temperature maps

Grayscale pyrometry: currently basic; uses grayscale opencv import, then just applies a jet filter. Doesn't yet copy the full impl in the paper.

Ratio pyrometry: pretty damn close to what's in the paper but it's very broken atm

Test image:

Grayscale pyrometry result:

Ratio pyrometry result (with 2x2 convolutional smoothing):

According to general researcher consensus, ratio pyrometry is supposed to be more accurate.