reading values from an image

1 view (last 30 days)
Jason
Jason on 24 Oct 2014
Commented: Jason on 27 Oct 2014
If I have a matrix of coordiantes (centres=[xii, yii]) for the locations of objects on an image.
How can I read an average of all the values back within a 2 pixel radius of each of the spots.
and any ideas on how to measure approximately the backgorund?
Thanks
  4 Comments
Adam
Adam on 24 Oct 2014
Have you tried using imdilate on your binary image?
Jason
Jason on 27 Oct 2014
Yes this is a great idea, thankyou.

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!