You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I down-sample an image 4 time or higher using image.scale, significant aliasing artifacts will appear, even using bicubic interpolation algorithm. I guess that is properly due to the fact that image.scale does not blur the image before down-sampling. It might be good if it can blur the image first using Gaussian filter or the cubic filter (which is the default blur kernel of imresize function in Matlab).
The text was updated successfully, but these errors were encountered:
tfxue
changed the title
Aliasing in image.scale
Aliasing using image.scale to down-sample an image
Jun 2, 2017
When I down-sample an image 4 time or higher using image.scale, significant aliasing artifacts will appear, even using bicubic interpolation algorithm. I guess that is properly due to the fact that image.scale does not blur the image before down-sampling. It might be good if it can blur the image first using Gaussian filter or the cubic filter (which is the default blur kernel of imresize function in Matlab).
The text was updated successfully, but these errors were encountered: