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 view (last 30 days)
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.

Answers (1)

Image Analyst
Image Analyst on 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 Comments

Sign in to comment.

Categories

Find more on Recognition, Object Detection, and Semantic Segmentation in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!