Finds the center of mass for each of the registration marks specified by markPoints. This method is available in the Document/Medical Toolkits.
public static LeadPoint[] GetRegistrationMarksCenterMass(
RasterImage image,
LeadPoint[] markPoints
)
Public Shared Function GetRegistrationMarksCenterMass( _
ByVal image As Leadtools.RasterImage, _
ByVal markPoints() As Leadtools.LeadPoint _
) As Leadtools.LeadPoint()
public static [Leadtools.LeadPoint[]](../l/leadpoint.md) GetRegistrationMarksCenterMass(
Leadtools.RasterImage image,
Leadtools.LeadPoint[] markPoints
)
+ (nullable NSArray<NSValue *> * /*LeadPoint*/)getRegistrationMarksCenterMass:(LTRasterImage *)image
markPoints:(nullable NSArray<NSValue *> *)markPoints /*LeadPoint*/
error:(NSError **)error
public static LeadPoint[] getRegistrationMarksCenterMass(
RasterImage image,
LeadPoint[] markPoints
)
function Leadtools.ImageProcessing.Core.CoreUtilities.GetRegistrationMarksCenterMass(
image ,
markPoints
)
public:
static Leadtools.array<LeadPoint>^ GetRegistrationMarksCenterMass(
Leadtools.RasterImage^ image,
Leadtools.array<LeadPoint>^ markPoints
)
image
RasterImage object that references the transformed image.
markPoints
Array of LeadPoint structures containing mark locations.
Array of LeadPoint structures to be filled with points which represent the center of mass for each of the supplied registration marks. The first center of mass point corresponds to the first registration mark in the markPoints array and so on_
For more information, refer to Detecting Registration Marks.
Refer to GetTransformationParameters for sample code.
Leadtools.ImageProcessing.Effects.CombineCommand
Leadtools.ImageProcessing.RotateCommand
Leadtools.ImageProcessing.SizeCommand
Leadtools.ImageProcessing.ResizeCommand
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