Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 985 Bytes

File metadata and controls

15 lines (11 loc) · 985 Bytes

Resampling

Resampling is the process of changing the resolution of an image. This is done by either increasing or decreasing the number of pixels in an image. Resampling is often used to reduce the size of an image to make it easier to work with. It can also be used to increase the size of an image to make it easier to see.

Be careful with align_corners parameter in interpolation algorithms (should be set to true in most cases):