Is there a way to find the neighbourhood pixels, given a cordinate point of the pixel?
Show older comments
I need to find out the neighbourhood pixel values, given a particular coordinate point in an image. the pixel point is user defined.
6 Comments
shikha mangal
on 22 Apr 2016
Is there any way so that the pixel point in one image is matches with the pixel point in another image for minimizing texture variation between two images.8 neighborhood pixel matching technique should be used for it.Those matched pixels will then used to calculate texture variation.I am new to matlab and dont understand how to obtained those matched pixels from two images.please help me any help will be appreciated.
Image Analyst
on 22 Apr 2016
shikha mangal
on 22 Apr 2016
hi image analyst,thank you for the tutorial,i have gone through that and found it a little helpful to me.
actually i need to find out texture variation between background and current image and for that i have to use 8 pixel iterative pyramid search for getting pixel matching between two images that minimize texture variation.
let 3*3 pyramid template is taken from one image and its center pixel i is assumed as [2,2],then nine positions are explored in each iteration and optimal position (which minimizes the texture variation among nine positions)will be one pixel point that matches with ith pixel and that would be considered for further iteration as center point. This is to be repeated for whole image and final obtained center point will be point point and will be matched point in another image. Sorry for the inconvenience caused.
shikha mangal
on 22 Apr 2016
please help me finding out this and then i have to apply formula for texture variation calculation.your help is much appreciated.
Image Analyst
on 22 Apr 2016
Sorry, I haven't worked at that task before, and I don't have any demos. I'd have to delve into it and learn it just as you would.
shikha mangal
on 22 Apr 2016
Ohh,well ok..i am still thankful to you for your help.If anyone find something related to the above problem please let me know it will be much helpful to me thanks.
Accepted Answer
More Answers (1)
Categories
Find more on Neighborhood and Block Processing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!