'Declaration Public Class DocumentPerspectiveCorrectionCommand Inherits Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase
public class DocumentPerspectiveCorrectionCommand : Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase
public __gc class DocumentPerspectiveCorrectionCommand : public Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase*
public ref class DocumentPerspectiveCorrectionCommand : public Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase^
This image processing command should be used to process image that contains document with visible borders.
If document image is captured using a camera, command can correct the perspective distortion in document image, remove border in document image and deskew the document image.
If document image is acquired from image scanner, command can remove border in document image and deskew the document image.
This C#/VB.NET code shows how to load an image from disk, correct the perspective distortion in document image and save the result to a new image file.
System.Object
 Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase
   Vintasoft.Imaging.ImageProcessing.Document.DocumentPerspectiveCorrectionCommand
Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5
DocumentPerspectiveCorrectionCommand Members
Vintasoft.Imaging.ImageProcessing.Document Namespace