Borrar filtros
Borrar filtros

How can we re construct images with equation for temperature distribution. ?

2 visualizaciones (últimos 30 días)
I have the thermal images for one side of the glass and an equation of temperature distribution on the other side . how can construct thermal images on the other side from the images avilable now and the equation. T_other side = -0.25807*T_availble_side+ 53.3947
Thanks in advance
  5 comentarios
Image Analyst
Image Analyst el 24 de Mayo de 2023
I don't understand what you're asking. Are you asking me if I am not able to use a polynomial function? Well, yes of course I know how to use a polynomial function. Who doesn't? It's rather straightforward. And no one is preventing me from using a polynomial function whenever I want to.
If that's not what you meant, then please explain using complete sentences that are very explicit so there is no doubt of ambiguity about what you mean.
JINU SUDHAKARAN Mr
JINU SUDHAKARAN Mr el 26 de Mayo de 2023
I have the thermal images for one side of the glass and an equation of temperature distribution on the other side . how can construct thermal images on the other side from the images avilable now and the equation. T_other side = (-0.1816)+1.32947*(T_availble_side)- 0.00974 (T_availble_side)^2

Iniciar sesión para comentar.

Respuesta aceptada

Image Analyst
Image Analyst el 30 de En. de 2023
  3 comentarios
Image Analyst
Image Analyst el 30 de En. de 2023
  1. can you please explain the method. The image you attached is corresponding to the first image. is it? The method is explained in numerous comments in the code. Basically I extract the color bar to create a look up table to convert the RGB image into a temperature image.
  2. How can we use the eautaion for conctructing the images: kindly please explain these parts in the answer. Again, it's well explained by tons of comments in the code. There are probably as many lines of comments in there as lines of code. The main line of code is this: indexedImage = rgb2ind(rgbImage, storedColorMap)
  3. How we can we applied to a group of images at a time? You could make the main part into a function and call that function in a loop. See the FAQ: https://matlab.fandom.com/wiki/FAQ#How_can_I_process_a_sequence_of_files?
  4. I tried to run the code and it shows results upto the hisdtogram. From that poertion how can we proceed? At the end of the script you have the temperature image. It's an image where each pixel location is the temperature. You must know what you want to do with that image. If you don't know why you want the image, then why are you even working with the image at all. Maybe you just want the mean temperature of the image, or maybe you want the area of some hot region in the image. Once you know what you want to do you use standard image analysis functions to measure it. If you're still confused, see my Image Segmentation Tutorial: https://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862&sort=downloads_desc

Iniciar sesión para comentar.

Más respuestas (1)

Sulaymon Eshkabilov
Sulaymon Eshkabilov el 30 de En. de 2023
Use gtext() to display the equation

Categorías

Más información sobre Images en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by