Global 3D Image Operations
AIP Returns a 2D image, each value of which is calculated as the mean intensity value along the z dimension for each x and y location
MIP Returns a 2D image, each value of which is calculated as the maximum intensity value along the z dimension for each x and y location
Enhancer3D Returns a DICOM image, each value of which is calculated so that the intensity values are scaled from 0 to the user specified value filling the available colour range
Window3D Returns a DICOM image, each value of which is equal to the input image value, unless it is larger than the user specified threshold in which case it is set to white
Conv3D Returns a DICOM image, each value of which is calculated as the convolution of the input image with the convolution kernel. The output values are normalised to the range 0-255
Home         Back