Borrar filtros
Borrar filtros

How to find only leaves in a gray scale image acquired using IR camera for Thermal imaging

5 visualizaciones (últimos 30 días)
I get only a gray scale image like this from IR camera and I need to write a code that would detect ONLY LEAVES from each plant.
I have no idea what sort of algorithms should I go for in order to that because of complex background. Any suggestions on what I should look for would be greatly appreciated.

Respuesta aceptada

Image Analyst
Image Analyst el 24 de Nov. de 2016
You could use image analysis. If the leaves are a temperature different than the rest of the scene, simply threshold and call regionprops().
See my Image Segmentation Tutorial for a full demo. http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
  27 comentarios
pavan basavaraj doddajjappanavar
pavan basavaraj doddajjappanavar el 5 de Abr. de 2019
The colors only doesn’t mean anything. The goal was to find the temperature difference in leaves using infrared camera. Which gives out only grey scale images. And as my background was complex. Image analyst gave an idea to combine with RGB camera. Do the image registration and mask for green so that I can find respective temperature pixels from IR camera.
Xiaoxia Shen
Xiaoxia Shen el 3 de Abr. de 2024
Hello, I also met this kind of problem, may I ask that have you solved this problem or not, may I get your solution if possible

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by