This implementation is provided for the purpose of the reproducible research. To better understand the code, please refer to the paper "Probabilistic Non-Local Means" published in IEEE signal processing letters.
Yue Wu (2021). Probabilistic Non-Local Means (https://www.mathworks.com/matlabcentral/fileexchange/41390-probabilistic-non-local-means), MATLAB Central File Exchange. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
I got the error below:
Subscript indices must either be real positive integers or logicals.
Error in PNLM (line 79)
O((end+1)/2-PatchSizeHalf:(end+1)/2+PatchSizeHalf,(end+1)/2-PatchSizeHalf:(end+1)/2+PatchSizeHalf)
= 1;
Please advise.
Thank you