What erode function should I use?

1 回表示 (過去 30 日間)
Josef
Josef 2013 年 4 月 19 日
回答済み: Abiha 2023 年 1 月 2 日
Hi All, I have a simple block matching algorithm which compares two frames and ties to find the same macro block (16x16 pixels) with has minimal cost. The images are grey scale and I also extracted binary image where there is movement. My question is which erode function should I use to eliminate some minor noise? I tried: SE = strel('disk',1); IM2 = imerode(A,SE); But the erosion was too much that even parts of the monitored image was considered as noise.
Are there any other possible functions to eliminate noise and extract the object?

回答 (1 件)

Abiha
Abiha 2023 年 1 月 2 日
101
111
111

カテゴリ

Help Center および File ExchangeImage Segmentation and Analysis についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by