Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
Leadtools.ImageProcessing.Core Namespace : UnWarpCommand Class |
public class UnWarpCommand : Leadtools.ImageProcessing.RasterCommand, Leadtools.ImageProcessing.IRasterCommand, System.IDisposable
'Declaration
Public Class UnWarpCommand Inherits Leadtools.ImageProcessing.RasterCommand Implements Leadtools.ImageProcessing.IRasterCommand, System.IDisposable
'Usage
Dim instance As UnWarpCommand
public sealed class UnWarpCommand : Leadtools.ImageProcessing.IRasterCommand, IClosable //In WinRT the IDisposable interface is replaced by IClosable
public class UnWarpCommand extends RasterCommand
function Leadtools.ImageProcessing.Core.UnWarpCommand()
public ref class UnWarpCommand : public Leadtools.ImageProcessing.RasterCommand, Leadtools.ImageProcessing.IRasterCommand, System.IDisposable
Typically, this command is used in preprocessing images from digital cameras. This command requires an array of 8 points. An Invalid Parameters Exception will be thrown if no array of 8 points is passed. The following image shows the use of this function to flatten a label from a pill bottle. The numbers on the label represent the points in the array. The four corners (1, 2, 3, and 4) are fixed points in this command. The interior points on the label (5, 6, 7, and 8) are the ones that are moved to flatten the image.
Notes: