Effacer les filtres
Effacer les filtres

Connect pixels to form the boundary of an object

2 vues (au cours des 30 derniers jours)
TY
TY le 17 Sep 2016
Commenté : Kimo Kalip le 3 Juil 2018
Hi,
I want to connect disjoint pixels to form the boundary of the object. What are the necessary commands/procedures to do so?
It is quite urgent. Thanks so much if anyone can answer it.

Réponses (1)

Image Analyst
Image Analyst le 17 Sep 2016
You can use activecontour(), demo attached.
Or maybe convhull(), bwconvhull(), contour(), bwboundaries(), bwperim(), etc. depending on what your image looks like.
  3 commentaires
Image Analyst
Image Analyst le 18 Sep 2016
You might try normalized cross correlation, done by normxcorr2(). See attached demo.
Kimo Kalip
Kimo Kalip le 3 Juil 2018
Two questions:
  1. Is this a literal recognition, where given the photo at subplot (2,2,2) will only recognize in that particular orientation in this particular image, or could you rotate the onion, or have two such onions in the photo and you'd still get matches?
  2. How exactly does normalizing the original image work for you in subplot (2,2,3)? Like I don't understand how it tells you where the onion is.

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by