Programming With MPR

The Multi-Planar Reformatting (MPR) technique is used to generate 2D sagittal, coronal, and oblique views from a volume built by stacking the axial slices. An application supporting 3D imaging with multi-planar reconstruction can remove the need for obtaining images in 2D planes, decreasing the examination time, radiation dose and associated patient discomfort.

Typically, MPR involves displaying three orthogonal plane views of a desired structure at the same time, along with a method of navigating the volume. However, the LEADTOOLS advanced oblique MPR technique allows generation of any arbitrary planes (see Programming with Double and Single Cut Planes and MIP Slabs) in a 3D volume.

MPR planes can be viewed as a 3D volume or each orthogonal 2D plane can be rendered on separate Medical Viewer cells (windows). Setting the Medical3DContainer.VolumeType property to MPR will generate a 3D MPR volume with three orthogonal intersecting planes. Also, three oblique planes can be set using the Planes array and setting the Enable property.

Use the Medical3DObject.MPR property to change the MPR properties such as enabling the boundaries, and showing the intersection line between different MPR planes.

Each orthogonal plane (AxialPlane, SagittalPlane, CoronalPlane) can be adjusted separately. Adjustments include enabling, disabling or changing the plane position, etc.

The oblique planes can be adjusted just like the orthogonal planes through the Planes array. In addition, you can adjust the oblique plane by setting the 3 points or adjust the plane position and orientation by using the Point and Normal (SetPlanePoints) properties and rotate the plane by specifying the angle via properties of the Medical3DMPRPlane class.

To render each orthogonal plane to separate Medical Viewer Cells, assign the AxialPlane, SagittalFrame, CoronalFrame properties to different instances of MedicalViewerMPRCell. To further customize the layout, Medical3DControl and the 3 MedicalViewerMPRCell instances can be added to the MedicalViewer through the MedicalViewer.Cells collection.

Getting Started

To render a 3D object using the MPR rendering technique:

  1. Use the Medical3DContainer to create a 3D object container.
  2. Add an instance of Medical3DObject to the 3D container.
  3. Load a 3D object by either:

    1. Setting the Image property with a multiple page image.

    2. Use a memory efficiency method to load a 3D object. For more information, refer to the MemoryEfficientInit method.

  4. The toolkit will load the object as a VRT (Volume Rendering Technique). To change it to load as MPR, set the VolumeType property to Medical3DVolumeType. Medical3DVolumeTypeMPR.

Working with MPR Planes

MPR is represented by 3 orthogonal planes by default. The user can add up to 3 more planes (oblique planes). Use the Medical3DObject.MPR property to access the planes. Enable any of the 3 oblique planes using the Enabled property.

Use the Medical3DObject.MPR to change the MPR properties such as enabling the boundaries, showing intersection lines between different MPR planes, etc.

The user can adjust each orthogonal plane through the AxialPlane, SagittalPlane and CoronalPlane properties. Through these properties you can:

The user can adjust the oblique planes using the Planes property. This property provides the same control over the oblique planes as the orthogonal planes, plus:

Integration with the Medical Viewer

You can use the Medical Viewer to display each orthogonal plane in a separate window, as follows:

See Also

Help Version 23.0.2024.3.4
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Imaging, Medical, and Document

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.