how can I find a way to "mark" all objects

1 visualización (últimos 30 días)
khaled bheri
khaled bheri el 16 de Nov. de 2019
Comentada: Image Analyst el 16 de Nov. de 2019
hi. I'm working on a project which is related to digital image processing, my question is how can I find a way to "mark" as like the "red mark" all objects and also how can I count it
  2 comentarios
KALYAN ACHARJYA
KALYAN ACHARJYA el 16 de Nov. de 2019
Editada: KALYAN ACHARJYA el 16 de Nov. de 2019
Marked on all contours or only shown in attched image?
khaled bheri
khaled bheri el 16 de Nov. de 2019
Editada: khaled bheri el 16 de Nov. de 2019
marked on all objects in the image and then count it

Iniciar sesión para comentar.

Respuesta aceptada

Image Analyst
Image Analyst el 16 de Nov. de 2019
regionprops(bw, ‘centroid’) then plot()
  2 comentarios
khaled bheri
khaled bheri el 16 de Nov. de 2019
thank you so much, but there are some objects not marked.so what should I do for these object
image pro1.jpg
Image Analyst
Image Analyst el 16 de Nov. de 2019
It's problems like that why I suggested in the other answer to just count the area and divide by the area of one blob to get the blob count estimate. If you want to split apart blobs that are connected, you should read Steve's Image Processing Blog about watershed blob splitting. However it won't be perfect.

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