FusedImage Property

Summary

Gets or sets the image that will be fused with the original image. Image.

Syntax
C#
VB
C++
public RasterImage FusedImage { get; set; } 
  
Public Property FusedImage As RasterImage 
            public: 
property RasterImage^ FusedImage { 
   RasterImage^ get(); 
   void set (    RasterImage^ ); 
} 

Property Value

Leadtools.RasterImage that will be fused with the original image Image.

Remarks
  • Fusion is a process used to display multiple, overlapped images at the same time, each having a degree of transparency. It can be used to blend many different modalities such as CT/MR, CT/MR/PET, CT/NM, CT/US, CT/PE...etc.
  • For example, soft tissue information from a PET scan can be combined with a CT scan, creating an anatomical context for the soft tissue information. As a result, diagnosis and treatment of ailments are improved. For more information, refer to MedicalViewerFusion.
  • After the user assigns the FusedImage, the Width and Center values are calculated automatically.

Example

For an example, refer to MedicalViewerFusion. Also, please refer the Main fusion demo.

Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly