←Select platform

ManualPerspectiveDeskewCommand Constructor(LeadPoint[],LeadPoint[])

Summary

Initializes a new ManualPerspectiveDeskewCommand class object with inputPoints and mappingPoints values.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
Public Function New( _ 
   ByVal inputPoints() As Leadtools.LeadPoint, _ 
   ByVal mappingPoints() As Leadtools.LeadPoint _ 
) 
public ManualPerspectiveDeskewCommand(  
   Leadtools.LeadPoint[] inputPoints, 
   Leadtools.LeadPoint[] mappingPoints 
) 
- (instancetype)initWithInPoints:(nullable const LeadPoint *)inputPoints 
                   mappingPoints:(nullable const LeadPoint *)mappingPoints 
             
public ManualPerspectiveDeskewCommand( 
   LeadPoint[] inputPoints,  
   LeadPoint[] mappingPoints 
) 
             
function ManualPerspectiveDeskewCommand(  
   inputPoints , 
   mappingPoints  
) 

Parameters

inputPoints
An array of LeadPoint structures that represent the points used for input of the distorted image.

mappingPoints
An array of LeadPoint structures that represent those same points after deskewing.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly