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

2 visualizaciones (últimos 30 días)
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.

Respuestas (1)

yanqi liu
yanqi liu el 18 de Oct. de 2021
sir,may be use
bwlabel and regionprops

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by