Are there length filter in image processing?

1 回表示 (過去 30 日間)
Kwanghun Choi
Kwanghun Choi 2017 年 11 月 13 日
回答済み: Walter Roberson 2017 年 11 月 13 日
I want to remove some pixel which is shorter than a standard. I find area filter but It is not work like what I want. Are there what I want?

採用された回答

Walter Roberson
Walter Roberson 2017 年 11 月 13 日
There is no built-in filter for that purpose.
If you do not mind an approximation, you can regionprop to get the majoraxislength, and then drop the regions whose length is too small.
If you need something more accurate, then you need to more carefully define "length" when it comes to curved or branching groups.

その他の回答 (0 件)

カテゴリ

Help Center および File Exchange이미지 についてさらに検索

Community Treasure Hunt

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

Start Hunting!