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 次查看(过去 30 天)
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 个)

Image Analyst
Image Analyst 2017-4-17
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 个评论

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Recognition, Object Detection, and Semantic Segmentation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by