Azzera filtri
Azzera filtri

Connect pixels to form the boundary of an object

2 visualizzazioni (ultimi 30 giorni)
TY
TY il 17 Set 2016
Commentato: Kimo Kalip il 3 Lug 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.

Risposte (1)

Image Analyst
Image Analyst il 17 Set 2016
You can use activecontour(), demo attached.
Or maybe convhull(), bwconvhull(), contour(), bwboundaries(), bwperim(), etc. depending on what your image looks like.
  3 Commenti
Image Analyst
Image Analyst il 18 Set 2016
You might try normalized cross correlation, done by normxcorr2(). See attached demo.
Kimo Kalip
Kimo Kalip il 3 Lug 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.

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by