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 RasterImage, _
ByVal markPoints() As LeadPoint _
) As LeadPoint()
+ (nullable NSArray<NSValue *> * /*LeadPoint*/)getRegistrationMarksCenterMass:(LTRasterImage *)image
markPoints:(nullable NSArray<NSValue *> *)markPoints /*LeadPoint*/
error:(NSError **)error
public static LeadPoint[] getRegistrationMarksCenterMass(
RasterImage image,
LeadPoint[] markPoints
)
public:
static array<LeadPoint>^ GetRegistrationMarksCenterMass(
RasterImage^ image,
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.
Leadtools.ImageProcessing.Effects.CombineCommand
Leadtools.ImageProcessing.RotateCommand
Leadtools.ImageProcessing.SizeCommand
Leadtools.ImageProcessing.ResizeCommand
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