How to find x y coordinates of detected blobs

4 visualizzazioni (ultimi 30 giorni)
Dear All,
Do you know how to find the center coordinate of a blob. That means after detected blobs i need to assign variables to that blob locations.

Risposta accettata

Image Analyst
Image Analyst il 16 Set 2013
You need to ask regionprops for the Centroid or Weighted Centroid. See my Image Segmentation Tutorial for an example: Image Analyst's File Exchange It does exactly that.

Più risposte (1)

Nuwan Dassanayake
Nuwan Dassanayake il 16 Set 2013
Dear Image Analyst Thank You very much for help!
  5 Commenti
Image Analyst
Image Analyst il 20 Set 2013
You can't do things like a<x<b you need to do (a<x) && (x<b) .
Nuwan Dassanayake
Nuwan Dassanayake il 23 Set 2013
Thank You Sir It has worked !

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by