Watch this Author's files
Error in ==> snn at 66 Y(i,j) = mean([NNnearest X(i,j)]);
solution : replace X with Xpad ,the size of X is smaller than Xpad. Y(i,j) = mean([NNnearest Xpad(i,j)]);
line 66 - Y(i,j) = mean([NNnearest X(i,j)]); => Y(i,j) = mean([NNnearest Xpad(i,j)]);
nice but can u give me starting basic codes or link to them for IP using MATLAB? I will be grateful to u...
Good but slow
BUG: Output image is misaligned FIX: Line 68 Y(i,j) = m(k); Should be Y(i-PADDING,j-PADDING) = m(k);
Contact us at files@mathworks.com