Localizers Property

Summary
Gets a list of localizers.
Syntax
C#
VB
C++
public List<DicomSortSeriesStack> Localizers { get; set; } 
  
Public ReadOnly Property Localizers As List(Of DicomSortSeriesStack) 
            public: 
property List<DicomSortSeriesStack^>^ Localizers { 
   List<DicomSortSeriesStack^>^ get(); 
} 

Property Value

A list of DicomSortSeriesStack which represents the localizer images filtered out.

Remarks
  • The localizer is a single-slice image extracted from the 3D object having a different angle than the angle of the slices that created the 3D object
  • This property is null by default; call the Sort(List<DicomSortImageData>) method to fill this out.
Example

For an example, refer to DicomSortSeriesStack

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly

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