Leadtools.ImageProcessing.Core Namespace > CoreUtilities Class : GetRegistrationMarksCenterMass Method |
public static LeadPoint[] GetRegistrationMarksCenterMass( RasterImage image, LeadPoint[] markPoints )
'Declaration Public Shared Function GetRegistrationMarksCenterMass( _ ByVal image As RasterImage, _ ByVal markPoints() As LeadPoint _ ) As LeadPoint()
'Usage Dim image As RasterImage Dim markPoints() As LeadPoint Dim value() As LeadPoint value = CoreUtilities.GetRegistrationMarksCenterMass(image, markPoints)
public static LeadPoint[] GetRegistrationMarksCenterMass( RasterImage image, LeadPoint[] markPoints )
function Leadtools.ImageProcessing.Core.CoreUtilities.GetRegistrationMarksCenterMass( image , markPoints )
public: static array<LeadPoint>^ GetRegistrationMarksCenterMass( RasterImage^ image, array<LeadPoint>^ markPoints )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
CoreUtilities Class
CoreUtilities Members
Detecting Registration Marks
Leadtools.ImageProcessing.Effects.CombineCommand
Leadtools.ImageProcessing.RotateCommand
Leadtools.ImageProcessing.SizeCommand
Leadtools.ImageProcessing.ResizeCommand
DeskewCommand Class
SearchRegistrationMarksCommand Class
GetTransformationParameters Method