Effacer les filtres
Effacer les filtres

i have a thermal image taken from flir camera . I want to process it to find the location of the fault and how can we map the location of the fault in the normal image.

1 vue (au cours des 30 derniers jours)
i have a thermal image taken from flir camera . I want to process it to find the location of the fault and how can we map the location of the fault in the normal image.

Réponses (1)

Image Analyst
Image Analyst le 17 Avr 2017
You need to calibrate your camera. Simply knowing some row and column of the pixel where the fault is, is only the first step in the problem (and the easiest step). You then need to know where in real world space the problem is, I guess so you can go out into the field and fix the problem. See https://www.mathworks.com/products/computer-vision/features.html#camera-calibration to learn how to calibrate your camera.
Also, I hope you can get the image in units of degrees. If you're stuck with the pseudocolored image, the best you can do is to try to convert the pseudocolored image into a temperature image by decoding the colormap. See attached demo.
  4 commentaires
kameswara
kameswara le 18 Avr 2017
hi sir can u give some code to do the above task
Image Analyst
Image Analyst le 18 Avr 2017
No, I don't have any. The toolboxes usually have demo code though.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Recognition, Object Detection, and Semantic Segmentation dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by