Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

UnWarpCommand Class








Members 
Removes the distortion in an image of a cylindrical object, as if removing a label from off of the cylinder and flattening it out.
Object Model
Syntax
'Declaration
 
Public Class UnWarpCommand 
   Inherits Leadtools.ImageProcessing.RasterCommand
   Implements Leadtools.ImageProcessing.IRasterCommand, System.IDisposable 
'Usage
 
Dim instance As UnWarpCommand
public class UnWarpCommand extends RasterCommand
function Leadtools.ImageProcessing.Core.UnWarpCommand()
Remarks

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:

Requirements

Target Platforms

See Also

Reference

UnWarpCommand Members
Leadtools.ImageProcessing.Core Namespace
PerspectiveDeskewCommand Class
KeyStoneCommand Class
ManualPerspectiveDeskewCommand Class

Error processing SSI file