Returns the index of the element that is best aligned with the specified cell frame.
public int BestAligned(
int subCellIndex,
Point3D[] imagePosition,
double[][] imageOrientation
)
Public Function BestAligned( _
ByVal subCellIndex As Integer, _
ByVal imagePosition() As Point3D, _
ByVal imageOrientation()() As Double _
) As Integer
public:
int subCellIndex,
array<Point3D^>^ imagePosition,
array<array<double>^>^ imageOrientation
)
subCellIndex
The index of the cell frame.
imagePosition
An Array that contains candidate positions.
imageOrientation
An Array that contains candidate orientations.
The index of the element that is best aligned with the specified cell frame.
The returned element ensures minimum distance to the cell frame position as long as its associated orientation is within 30 degrees of the cell frame orientation.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document