2022-10-12 17:35:56 -07:00
2022-10-12 17:35:56 -07:00
2022-10-12 12:14:13 -07:00
2022-10-11 18:03:00 -05:00
2022-10-12 15:48:52 -07:00
2022-10-11 18:03:00 -05:00
2022-10-12 15:48:45 -07:00
2022-10-12 12:27:37 -07:00
2022-10-11 13:19:48 -05:00
2022-10-12 17:35:56 -07:00
2022-10-11 15:46:53 -05:00

Pyrometry image processing

Developing the web frontend

To serve in production:

gunicorn flask_frontend:app

To autoreload on source file changes:

gunicorn flask_frontend:app --reload

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:

Ratio pyrometry result (with convolutional smoothing):

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

Grayscale pyrometry result:

Description
Languages
Python 57.7%
HTML 27.8%
MATLAB 6.2%
JavaScript 4%
CSS 3.4%
Other 0.9%