Filter löschen
Filter löschen

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 Ansicht (letzte 30 Tage)
1(41).png
  3 Kommentare

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Image Analyst
Image Analyst am 13 Dez. 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 Kommentare
Arshad Ali
Arshad Ali am 19 Dez. 2018
hello sir. This is the original image. you can check in which the cell is blur.
1 (41).png
Image Analyst
Image Analyst am 19 Dez. 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.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

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

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Get Started with Image Processing Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by