Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
CoreUtilities Class Methods
See Also 
Leadtools.ImageProcessing.Core Namespace : CoreUtilities Class


For a list of all members of this type, see CoreUtilities members.

Public Methods

 NameDescription
Public Methodstatic (Shared in Visual Basic)CountLookupTableColors Gets the total number of entries between the start color and the end color, and the index of the last occurrence of the start color. The start and end colors are determined internally.  
Public Methodstatic (Shared in Visual Basic)CountLookupTableColorsExt Gets the total number of entries between the start color and the end color, and the index of the last occurrence of the start color. The start and end colors are determined internally.  
Public Methodstatic (Shared in Visual Basic)GetRegistrationMarksCenterMass Finds the center of mass for each of the registration marks specified by markPoints. This method is available in the Document/Medical Toolkits.  
Public Methodstatic (Shared in Visual Basic)GetTransformationParameters Computes the rotation angle, XY scaling, and XY translation of the transformed image with comparison to the reference image. These are the transformations that would have to be performed to the reference image to have it match the current image. This method is available in the Document/Medical Toolkits.  
Public Methodstatic (Shared in Visual Basic)IsRegistrationMark Determines if the object inside the image is a registration mark or not. This method is available in the Document/Medical Toolkits.  
Top

See Also