how comparing pixelwise a patch of pixel with distinct intensity on image with Euclidean distance?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I need to create two pixel patches of size 5×5 with constant intensity values μ=150 for X location and η ∈[0,255] for Y location, and then comparing this pixel patch pixelwise with image by the squared l2-distance(Euclidean distance). Comparison of the pixel patches over the one image should perform 10,000-times for every value of η∈[0,255]to fortify this experiment with sufficient statistics.
Then I need to create a plot of this experiment that shows the average distance of the two pixel patches and the standard deviation.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/169207/image.png)
Any help how can I do it in matlab?
The desired result is like attached file.
3 Commenti
Image Analyst
il 20 Gen 2018
It doesn't look like I could code up that paper for you in 5 minutes, so I suggest you ask the author for code.
Risposte (0)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!