BestAligned Method

Summary

Returns the index of the element that is best aligned with the specified cell frame.

Syntax
C#
C++/CLI
public int BestAligned( 
   int subCellIndex, 
   Point3D[] imagePosition, 
   double[][] imageOrientation 
) 
 public: 
   int subCellIndex, 
   array<Point3D^>^ imagePosition, 
   array<array<double>^>^ imageOrientation 
)  

Parameters

subCellIndex
The index of the cell frame.

imagePosition
An Array that contains candidate positions.

imageOrientation
An Array that contains candidate orientations.

Return Value

The index of the element that is best aligned with the specified cell frame.

Remarks

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.

Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly

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