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

类别

Help CenterFile Exchange 中查找有关 Image Segmentation and Analysis 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by