Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.06 KB

File metadata and controls

16 lines (12 loc) · 1.06 KB

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):