General repo for work with Berkeley Fire Lab
https://pyro.turtlebasket.ml
michael 37fd33c0f3 | ||
---|---|---|
.gitignore | ||
01-0001-cropped-transformed-ratio.png | ||
01-0001-cropped.png | ||
01-0001-transformed-grayscale.png | ||
01-0001.png | ||
01-0002-cropped-transformed-ratio.png | ||
01-0002-cropped.png | ||
01-0002.png | ||
01-0003-cropped-transformed-ratio.png | ||
01-0003-cropped.png | ||
01-0003.png | ||
Pipfile | ||
Pipfile.lock | ||
README.md | ||
display_key.html | ||
grayscale_pyrometry.py | ||
ratio_pyrometry.py | ||
ratio_pyrometry_legend.py |
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.