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
This interpolates the values at sub-pixel locations. If you are shrinking the image, you risk aliasing unless you low-pass filter img first.
Yet we don't have a good showcase to tell potential users how this can be done.
Typically, we just apply a low-pass Gaussian filter to it. However, the example in the docstring is not very illustrative as it creates a over-blurred result:
In the docstring of
imresize
:Yet we don't have a good showcase to tell potential users how this can be done.
Typically, we just apply a low-pass Gaussian filter to it. However, the example in the docstring is not very illustrative as it creates a over-blurred result:
The text was updated successfully, but these errors were encountered: