Is there some full code for the problem about pixel density for feature extraction?

1 visualización (últimos 30 días)
Hay all, i have some 64x64 pixels image(bitscale) in different folder, try there some folder A,B,...until E. I want to extraction that image to get their feature and loop that extraction in every folder. Let's say 1 for black and 0 for white.
Here example of that image:
Deeply in my heart, i appreciate every help that you gave. Thank you very much.

Respuesta aceptada

Image Analyst
Image Analyst el 15 de En. de 2018
You can get a binary image like
binaryImage = grayImage < 128; % or whatever value works.
beyond that you can use regionprops() or somehow otherwise obtain the features you want, like morphology or whatever.
  10 comentarios
Elder Winter
Elder Winter el 6 de Feb. de 2018
How about this code
counterFirst = sum(blockSize(:)==1);
blockImage = blockproc(setInteger,blockSize,counterFirst);
I don't know what kind of function is needed

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

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