how to find the neighbour pixel having maximum value?
Show older comments
i have calculated the parzen density for an image. Now i have to find the maximum valued pixel of an image in the 3x3 matrix window
6 Comments
Jan
on 23 Sep 2013
This question is too vague to post a meaningful answer. It matters in which format the input data are available.
sheno39
on 24 Sep 2013
kalai
on 26 Sep 2013
By using for loop, for every window arrange your pixels in an array, find the maximum one. And replace that in current pixel(center pixel of your window) position.
Instead of that you can use 'blockproc' MATLAB inbuilt function.
sheno39
on 26 Sep 2013
Image Analyst
on 26 Sep 2013
See attached demos below.
sheno39
on 30 Sep 2013
Accepted Answer
More Answers (0)
Categories
Find more on Blocked Images in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!