필터 지우기
필터 지우기

Color Feature Extraction of Thermal Image

조회 수: 5 (최근 30일)
Shrikanth
Shrikanth 2015년 9월 13일
답변: Mohammed Jaddoa 2018년 8월 13일
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