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 Leadtools.Medicalviewer.Point3D, _
ByVal imageOrientation()() As Double _
) As Integer
public:
int subCellIndex,
Leadtools.Medicalviewer.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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET