Borrar filtros
Borrar filtros

how can i complete the missing data in a cell to complete the cell. i tried imfill command but not works for me. thanks for your time.

1 visualización (últimos 30 días)
1(41).png
  3 comentarios

Iniciar sesión para comentar.

Respuesta aceptada

Image Analyst
Image Analyst el 13 de Dic. de 2018
Your segmentation algorithm is no good. Use a better one. Maybe just need to change the threshold - can't tell because you did not attach the original image.
To merge nearby blobs into a single blob, use imclose().
To get the convex hull, use bwconvhull().
  2 comentarios
Arshad Ali
Arshad Ali el 19 de Dic. de 2018
hello sir. This is the original image. you can check in which the cell is blur.
1 (41).png
Image Analyst
Image Analyst el 19 de Dic. de 2018
What does that mean? Do you mean things that are out of focus? Maybe try stdfilt() and threshold on things that have a high standard deviation.

Iniciar sesión para comentar.

Más respuestas (1)

KSSV
KSSV el 11 de Dic. de 2018
I = imread('download.png') ;
I(I==1) = 0 ;
  3 comentarios
Arshad Ali
Arshad Ali el 11 de Dic. de 2018
you can check the binary image which i upload above. i want to complete the cells in this image

Iniciar sesión para comentar.

Categorías

Más información sobre Get Started with 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