This page is a stub.
The Transformation algorithm, transforms images (volumes) by resampling the image using transformation matrix and the choice of Nearest-Neighbor, Gaussian, Bilinear, Trilinear, 3rd order B-spline, 4th order B-spline, Cubic Lagrangian, Quintic Lagrangian, Heptic Lagrangian, or Windowed sinc.
The Transform/Resample dialog box provides the user interface for transforming and (or) resampling images. It offers multiple options that help the user to define the transformation matrix and execute the transformation and (or) resampling algorithm. The user is asked to provide the output volume's desired resolutions and dimensions.
To learn more about interpolation techniques used in the method, refer to Interpolation methods used in MIPAV:
The transformed and (or) resampled image is displayed
All image types supported by MIPAV. See also: FAQ: Understanding Image Basics#FilesExtensions.
The dialog box has two tabs - Transform and Resample. The Transform tab allows the user to set up the transformation matrix and choose the interpolation method. The Resample tab is designed to set up the resampling interpolation.
See also: Load and save profile
The Transform tab of the dialog box allows the user to transform an image using the transformation matrix that can be either
The options available for defining a transformation matrix are as follows:
In MIPAV, we use the right hand coordinate system.
The image origin is located in the upper left had corner on the first image slice.
Pay attention to a little diagram next to the user defined transformation matrix options.
Interpolation list box is designed to help the user to select the interpolation technique. The list of available interpolation methods includes: Bilinear, Trilinear, 3rd order B-spline, 4th order B-spline, Cubic Lagrangian, Quintic Lagrangian, Heptic Lagrangian, Nearest-Neighbor, and Windowed sinc.
Constant FOV - TBD.
Unrepeated Begin and End Matching - TBD.
Rotate about radio buttons should be used to specify the image rotation. If Origin is selected, the image will be rotated about the MIPAV origin which is the upper left hand corner of the image. If Center is selected, the image will be rotated about its center. If Use Scanner Center is selected, the image will be rotated about the scanner's center, this choice is available only for DICOM images.
Retain original image size - if selected, this option preserves the image size. The image will be either padded by pixels with zero intensity (black pixels) to preserve its size, or cropped.
Pad image to include entire original image - if selected, this option pads the image. While using this option the user can also specify the intensity value for padding pixels (this works for 2D images only). In order to include the entire original image, the user must select the Pad image option.
Out of bounds data - TBD.
Out of bounds intensity value - TBD.
Clip output values to input image - if checked, this option preserves the original image type. In that case, the transformed image minimum value would not decrease below the original image minimum value, and the transformed image maximum value would not increase above the original image maximum value. This check box is disabled if Nearest-Neighbor, Bilinear, or Trilinear interpolation is selected, because when using these interpolations, minimum values do not decrease and maximum values do not increase.
Process each slice independently (2.5D) - if checked, this option allows transforming each image slice separately. This works for 3D and 4D images.
Update origin - if checked (default), this option updates the image origin according to the new image size and resolution. The algorithm translates the image origin from image space to scanner space. First the image origin (0,0,0) is translated from scanner space to image space. Then the resolution is applied and the original image origin is subtracted. Note: the (0, 0, 0) point is the upper left corner of the scanner space's image. By default, this option is activated.
Transform VOIs - if checked, the transformation is applied to both the image and to all VOI(s). The algorithm transforms and resamples 2D and 3D VOI(s) using Nearest-Neighbor interpolation. For each VOI in VOIVector, the algorithm 1) exports a VOI as a mask image, 2) transforms the mask, 3)extract VOI contours from mask image and put in new image.
Invert matrix - if checked, this option inverts the transformation matrix, first, and then applies the transformation with the inverted matrix. This option can only be activated if one of the following transformation options is selected: Use Image's Associated Matrix or Read Matrix from File.
Two examples of using the Retain original image size option for 2D images: with padding (b) and with cropping (c). An example of using the Pad image option to include entire original image option is (d).
(a) - the original 2D image,
(b) - the image scaled to 0.5 in X direction,
(c) - the image scaled to 2 in X direction,
(d) - the image scaled to 0.5 in X direction and padded with pixels with intensities equal to 140.
The Resample tab of the dialog box allows the user to resample images:
New pixel values are computed using a weighted combination of existing pixel values within a defined neighborhood of the new pixel location. The interpolation methods used in this implementation of the resampling technique include all available via the Transform tab. If the user did not change the interpolation method in the Transform tab, Trilinear (or Bilinear for 2D images and for 3D and 4D with independent slice processing) interpolation is used.
See also: Interpolation methods used in MIPAV
Use the Resample to size of drop-box to select the image which would be used to resample the current image (in terms of resolution, dimensions, and units of measurement).
User defined size options allow the user to specify both the resolution and dimension to which the image should be resampled.
From Transform File options allow the user to choose the resampling to the resolution and dimension of either the source or the target image. For arbitrary resample dimensions, the user can choose the previous option.
The Resample by factor slider is used to choose the resampling factor. The slider allows selecting factor values from 0.25 to 4.0.
See also: To resample the image
See also: Transformation Options
See also: Resample tab options
The Hough transform is a technique which is used to determine and isolate features of a particular shape within an image. The classical Hough transform requires that the desired shapes be specified in some parametric form. It is most commonly used for the detection of simple curves such as lines, circles, and ellipses within a given image. Read more: Hough Transform
By default, this algorithm will use Bilinear interpolation for 2D images and Trilinear Interpolation for 3D images to resample the original image to dimensions that are powers of 2. Optionally, the user can select another type of interpolation that will be used in the algorithm. Read more: Transform to power of 2
A conformal mapping, is a transformation w=f(z) that preserves local angles. An analytic function is conformal at any point where it has a nonzero first derivative. A complex function is analytic on a region R if it is complex differentiable at every point in R. In a conformal mapping, in any small neighborhood the relative angle and shape are preserved. Read more: Transform: Conformal Mapping Algorithms