General repo for work with Berkeley Fire Lab https://pyro.turtlebasket.ml
 
 
 
 
 
 
Go to file
michael d8bb0c7565 clean up, start on display key, fix smoothing 2022-10-08 10:45:53 -07:00
.gitignore clean up, start on display key, fix smoothing 2022-10-08 10:45:53 -07:00
01-0001-cropped-transformed-ratio.png clean up, start on display key, fix smoothing 2022-10-08 10:45:53 -07:00
01-0001-cropped.png add configurability 2022-10-06 17:42:39 -07:00
01-0001-transformed-grayscale.png working ratio pyrometry 2022-10-06 16:30:55 -07:00
01-0001.png initial commit 2022-10-06 00:13:40 -07:00
01-0002-cropped-transformed-ratio.png add configurability 2022-10-06 17:42:39 -07:00
01-0002-cropped.png add configurability 2022-10-06 17:42:39 -07:00
01-0002.png add configurability 2022-10-06 17:42:39 -07:00
01-0003-cropped-transformed-ratio.png update 2022-10-06 19:44:59 -07:00
01-0003-cropped.png add configurability 2022-10-06 17:42:39 -07:00
01-0003.png add configurability 2022-10-06 17:42:39 -07:00
Pipfile initial commit 2022-10-06 00:13:40 -07:00
Pipfile.lock initial commit 2022-10-06 00:13:40 -07:00
README.md update 2022-10-06 19:44:59 -07:00
display_key.html clean up, start on display key, fix smoothing 2022-10-08 10:45:53 -07:00
grayscale_pyrometry.py working ratio pyrometry 2022-10-06 16:30:55 -07:00
ratio_pyrometry.py clean up, start on display key, fix smoothing 2022-10-08 10:45:53 -07:00
ratio_pyrometry_legend.py clean up, start on display key, fix smoothing 2022-10-08 10:45:53 -07: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.