how to find the neighbour pixel having maximum value?
Mostra commenti meno recenti
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 Commenti
Jan
il 23 Set 2013
This question is too vague to post a meaningful answer. It matters in which format the input data are available.
sheno39
il 24 Set 2013
kalai
il 26 Set 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
il 26 Set 2013
Image Analyst
il 26 Set 2013
See attached demos below.
sheno39
il 30 Set 2013
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Blocked Images in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!