Visual Basic (Declaration) | |
---|---|
Public Class DeskewCommand Inherits RasterCommand Implements IRasterCommand |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class DeskewCommand : RasterCommand, IRasterCommand |
Managed Extensions for C++ | |
---|---|
public __gc class DeskewCommand : public RasterCommand, IRasterCommand |
C++/CLI | |
---|---|
public ref class DeskewCommand : public RasterCommand, IRasterCommand |
Visual Basic | Copy Code |
---|---|
ImageProcessing.Core.DeskewCommand |
C# | Copy Code |
---|---|
ImageProcessing.Core.DeskewCommand |
If the Flags property or the flags parameter of the Constructor contains DeskewCommandFlags.ReturnAngleOnly, the command will update the Angle property without rotating the image. The calculated rotation is limited to 20 degrees in either direction. This command is intended for images, such as scanned documents, that are mainly horizontal lines of text. The results are less predictable with other types of images. This command includes an option to skip deskewing if the angle is very small. This command does not support 12 and 16-bit grayscale and 48 and 64-bit color images. If the image is 12 and 16-bit grayscale and 48 and 64-bit color, the command will not throw an exception. This command does not support signed data images. This command does not support 32-bit grayscale images.
System.Object
Leadtools.ImageProcessing.RasterCommand
Leadtools.ImageProcessing.Core.DeskewCommand
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Reference
DeskewCommand MembersLeadtools.ImageProcessing.Core Namespace
DeskewCheckCommand Class
DeskewExtendedCommand Class
Processing an Image
DespeckleCommand Class
WindowLevelCommand Class
ApplyTransformationParametersCommand Class
GetRegistrationMarksCenterMass Method
GetTransformationParameters Method
IsRegistrationMark Method
SearchRegistrationMarksCommand Class