Generates the reference line using the specified parameters.
find = function(
orientation1,
imageposition1,
voxelspacing1,
width1,
height1,
orientation2,
imageposition2,
voxelspacing2,
width2,
height2
)
static find(
orientation1: number[],
imageposition1: number[],
voxelspacing1: LeadPointD,
width1: number,
height1: number,
orientation2: number[],
imageposition2: number[],
voxelspacing2: LeadPointD,
width2: number,
height2: number
): LeadLine;
orientation1
The orientation of the first image.
imageposition1
The image position patient of the first image.
voxelspacing1
The voxel spacing of the first image.
width1
The width of the first image.
height1
The height of the first image.
orientation2
The orientation of the second image.
imageposition2
The image position patient of the second image.
voxelspacing2
The voxel spacing of the second image.
width2
The width of the second image.
height2
The height of the second image.
LeadLine which represents the generated reference line.
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