Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
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.

Réponses (1)

yanqi liu
yanqi liu le 18 Oct 2021
sir,may be use
bwlabel and regionprops
  1 commentaire
Pranav Nag
Pranav Nag le 18 Oct 2021
Yes those are better solutions but I have been challenged to use the 'find' function for this task. Any advice?

Connectez-vous pour commenter.

Catégories

En savoir plus sur Image Segmentation and Analysis dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by