Stack Operations
This group contains algorithms for applying operations specific to volumes corresponding to image stacks.
- SequenceConcatenation: Concatenates two image sequences into a single one.
- SequenceToMultispectral: Converts a sequence input into a spectral image.
- SequenceToVolume: Converts a sequence input into a volume.
- VolumeToSequence: Converts a volume input into a sequence.
- MultispectralToSequence: Converts a multispectral image input into a sequence.
- GetSliceFromVolume3d: Extracts a slice orthogonal to an axis of a 3D volume.
- SetSliceToVolume3d: Pastes a 2D image into a plane orthogonal to an axis of a 3D volume.
- GetObliqueSliceFromVolume3d: Extracts a 2D section from a 3D volume.
- ImageStackProjection3d: Transforms a volume that represents a stack of 2D images into a single 2D image.
- VolumeProjection3d: Creates a single image containing selected pixels from a volume image.
These algorithms can be used to extract relevant information from an image stack.