firelab-general/README.md

22 lines
589 B
Markdown
Raw Normal View History

2022-10-06 00:13:40 -07:00
# 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:**
![](01-0001.png)
**Grayscale pyrometry result:**
![](01-0001-transformed-grayscale.png)
2022-10-06 17:42:39 -07:00
**Ratio pyrometry result (with 2x2 convolutional smoothing):**
According to general researcher consensus, ratio pyrometry is supposed to be more accurate.
![](01-0001-transformed-ratio.png)