We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3359c5a + d1b114a commit acb19dbCopy full SHA for acb19db
SimpleITK/utilities/resize.py
@@ -28,6 +28,11 @@ def resize(
28
isotropic. The physical extent of the image's data is retained in the new image, with the new image's spacing
29
adjusted to achieve the desired size. The image is centered in the new image.
30
31
+ Anti-aliasing is enabled by default.
32
+
33
+ Runtime performance can be increased by disabling anti-aliasing ( anti_aliasing_sigma=0 ), and by setting
34
+ the interpolator to sitkNearestNeighbor at the cost of decreasing image quality.
35
36
:param image: A SimpleITK image.
37
:param new_size: The new image size in pixels.
38
:param isotropic: If False, the original image is resized to fill the new image size by adjusting space. If True,
0 commit comments