Color Feature Extraction of Thermal Image

5 次查看(过去 30 天)
I have a set of thermal images. From this set, for one image, I have coded for color feature extraction with HSV. Using HSV is best idea or should I use something else? If something else, what is the basic reason behind it?

回答(2 个)

Image Analyst
Image Analyst 2015-9-13
Your question doesn't have anything to do with the subject line or make too much sense. Thermal images don't have color. They are gray scale/indexed images. You can apply any colormap you want, and a lot of them give false "edges". Steve Eddins wrote a blog series on this. So basically you can use whatever colormap you think looks good but do NOT do feature extraction based on the color image. You MUST do it based on the original floating point grayscale image, which is the temperature values directly.
  6 个评论
Image Analyst
Image Analyst 2015-11-13
So whatever happened with this? Did you ever get it working? Do you still need more help?
janifal
janifal 2017-4-11
[sorry for my bad english] Hi Image Analyst. First of all, an enormous compliment towards your enthusiasm in image processing. I'm a big fan of your work here.
I'm interested in understanding more about thermal images, especially in its texture analysis.
Is that possible for us to calculate an energy emitted from the ROI of a thermal image based on image processing? Let say the above picture, if that box is our ROI, can we calculate the energy or something like temperature level on that segmented region so that we can differentiate between the highest and the lower temperature region on the thermal image?
Regards, Desperately need your advice, janifal.alipal@gmail.com

请先登录,再进行评论。


Mohammed  Jaddoa
Mohammed Jaddoa 2018-8-13
Bro I have worked on infrared thermal images , first, try use FLIR software it comes up with library can be used with Matlab ,First use video or image captured by infrared thermal camera I used with seq format in this case you will get an image with gray format and each pixel represent temperature, afterwards you can be used a color map to show color but it is not necessary... most important use raw image from camera so you can get temperature, and you below code to show image with color figure(n);imshow(image,[32 38]);colormap('hot') I hope this comment answer your question

类别

Help CenterFile Exchange 中查找有关 Image Processing Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by