resample_volume
This node resamples the voxel properties from source_volume
to identically named properties on resampled_volume
.
Inputs
source_volume
The volume containing the source properties.
target_volume
The volume to sample the input volume onto.
Resample Volume Properties
properties
A space-delimited list of properties to resample. Use *
(asterisk) to specify all properties.
scale
The scale.
translation
The translation.
rotation
The rotation, expressed as Euler angles.
rotation_order
The rotation order of the Euler angles.
detail_size_scale
The scale applied to the source volume's detail size.
volume_subdivision_structure
The subdivision structure of the resampled volume.
- In
Automatic
Use the same resolution as the source. - In
Power2
Set the resolution to power2 (doubles with each level in volume). - In
Power5
Set the resolution to power5 (quintuples with each level in volume).
interpolation_mode
The type of interpolation used when sampling the volumes.
- In
Linear
mode, linear interpolation is used. - In
QuadraticC0Averaged
mode, an averaged quadratic interpolation with C0 continuity between voxels is used. - In
CubicC0
mode, cubic interpolation with C0 continuity between voxels is used. - In
CubicC1
mode, cubic interpolation with C1 continuity between voxels is used. - In
CubicC1Monotonic
mode, monotonic cubic interpolation with C1 continuity between voxels is used.
Outputs
resampled_volume
The volume containing the resampled properties.