Skip to content

Interface: ResampleOptions

Defined in: src/resampling/IResampler.ts:16

Options for resampling operations

Properties

method?

ts
optional method?: InterpolationMethod;

Defined in: src/resampling/IResampler.ts:20

Interpolation method to use


antiAlias?

ts
optional antiAlias?: boolean;

Defined in: src/resampling/IResampler.ts:25

Anti-aliasing filter before downsampling


backgroundValue?

ts
optional backgroundValue?: number;

Defined in: src/resampling/IResampler.ts:30

Background value for out-of-bounds voxels


preserveType?

ts
optional preserveType?: boolean;

Defined in: src/resampling/IResampler.ts:35

Preserve data type of original volume

Released under the MIT License.