Image processing of soot flame

2 visualizaciones (últimos 30 días)
BILAL HUSSAIN
BILAL HUSSAIN el 4 de Abr. de 2020
Comentada: BILAL HUSSAIN el 5 de Abr. de 2020
I am useing the impixel(image.jpg) to find the intensity of image.It is taking a long time.Is there any other way to find the intensity.

Respuesta aceptada

Image Analyst
Image Analyst el 4 de Abr. de 2020
It depends on your exact definition of "find". Exactly what do you mean by that?
If you just want to mouse around on the image and see the (x,y) and (r,g,b) on the figure window in a status text line, call impixelinfo:
hp = impixelinfo();
You can move it to a different place by setting the Position property of hp:
hp.Units = 'normalized';
hp.Position = [0.2, 0.95, 0.3, 0.05];
  5 comentarios
Image Analyst
Image Analyst el 5 de Abr. de 2020
intensityOfFullImage = imread(fullFileName);
BILAL HUSSAIN
BILAL HUSSAIN el 5 de Abr. de 2020
THANK YOU

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Image Processing Toolbox 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