Filter löschen
Filter löschen

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 Ansicht (letzte 30 Tage)
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.

Antworten (1)

Image Analyst
Image Analyst am 17 Apr. 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 Kommentare

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Recognition, Object Detection, and Semantic Segmentation finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by