How can I make matlab identify a specific feature in an image?

3 ビュー (過去 30 日間)
Muhamed Sewidan
Muhamed Sewidan 2019 年 9 月 10 日
コメント済み: Walter Roberson 2019 年 9 月 10 日
I have two images I want matlab to process them; first one: a white sheet with few black dots (like domino cards), I want Matlab to detect these dots and count them.
Second image: an interferogram with gray vertical fringes on a black background, I want it to count the number of fringes.
  1 件のコメント
Walter Roberson
Walter Roberson 2019 年 9 月 10 日
For the first one: threshold the image. imcomplement so that the dots become true and the white background becomes false . Then bwconncomp() or bwlabel() or regionprops() and look at how many regions were returned.

サインインしてコメントする。

回答 (0 件)

カテゴリ

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

製品


リリース

R2014a

Community Treasure Hunt

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

Start Hunting!

Translated by