Clear Filters
Clear Filters

Connect pixels to form the boundary of an object

2 views (last 30 days)
TY
TY on 17 Sep 2016
Commented: Kimo Kalip on 3 Jul 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.

Answers (1)

Image Analyst
Image Analyst on 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 Comments
Image Analyst
Image Analyst on 18 Sep 2016
You might try normalized cross correlation, done by normxcorr2(). See attached demo.
Kimo Kalip
Kimo Kalip on 3 Jul 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.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!