pcarvalho
- 3
- 0
- TL;DR Summary
- We need to detect hot spots with a thermal (non-radiometric) camera. The camera retrieves JPEG.
We need to know if it makes sense to do the processing on top of JPEG.
Hello,
We have a thermal camera and its purpose is to detect hot spots at different distances. We made an experiment with a JPEG picture and we noticed the following:
So, I want to understand if it makes sense to use JPEG images to do the processing. If it makes sense, what would be the maximum distance that the algorithm would work fine?
If you have an idea, I would like to ask for references/papers that use jpeg to detect objects that are above a certain threshold in terms of pixel intensity and that make the distinction between high temperature objects and low temperature objects.
Many thanks
We have a thermal camera and its purpose is to detect hot spots at different distances. We made an experiment with a JPEG picture and we noticed the following:
- At the same distance, one object at 600 degrees and an object at 38 degrees (human body) have the same pixel intensity (255 in grayscale).
- The image adjusted when the 600 degrees object exited the scene (parts of the human body and background became brighter).
So, I want to understand if it makes sense to use JPEG images to do the processing. If it makes sense, what would be the maximum distance that the algorithm would work fine?
If you have an idea, I would like to ask for references/papers that use jpeg to detect objects that are above a certain threshold in terms of pixel intensity and that make the distinction between high temperature objects and low temperature objects.
Many thanks