Borrar filtros
Borrar filtros

What is meant by image granular?

6 visualizaciones (últimos 30 días)
Sivakumaran Chandrasekaran
Sivakumaran Chandrasekaran el 13 de Sept. de 2013
What is meant by image granular. Does dividing of images is same as image granular. If I is the input image, can i proceed with code I(1:150,1:150).

Respuesta aceptada

Image Analyst
Image Analyst el 13 de Sept. de 2013
In the image processing field, granularity is usually used in the context of morphology, where structuring elements (kernels) of different sizes are employed to figure out the sizes of objects in an image.
I(1:150,1:150) is not enough code to do anything with, as I think you know, since you've said before that you are a university instructor who develops demos for his students. And you should know that I is a horrible name for an image variable - it looks too much like l and 1.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by