フィルターのクリア

I am trying to use the 'find' function to identify white blobs and thereafter their centroids in an image

1 回表示 (過去 30 日間)
function centre = whiteCentre(A)
A = imread('BallBlob.bmp');
[row,col] = find(A)
end
How do I make 'find' go through all columns of my image? Will work out the centroid part after I resolve this.

回答 (1 件)

yanqi liu
yanqi liu 2021 年 10 月 18 日
sir,may be use
bwlabel and regionprops
  1 件のコメント
Pranav Nag
Pranav Nag 2021 年 10 月 18 日
Yes those are better solutions but I have been challenged to use the 'find' function for this task. Any advice?

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

カテゴリ

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