Euclidean distance for all pixels

1 view (last 30 days)
i wanted to find the minimum of Euclidean distance, between pixels of an image?? please can someone help me with the code??

Accepted Answer

Image Analyst
Image Analyst on 5 Nov 2012
That would be 1, and occurs for any pixels that are adjacent to each other.
  3 Comments
Image Analyst
Image Analyst on 5 Nov 2012
The center pixel will be anywhere from half the width (or height) to sqrt((width/2)^2 + (height/2)^2) from the edge pixels.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!