Azzera filtri
Azzera filtri

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 visualizzazione (ultimi 30 giorni)
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.

Risposte (1)

Image Analyst
Image Analyst il 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 Commenti

Accedi per commentare.

Categorie

Scopri di più su Recognition, Object Detection, and Semantic Segmentation in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by