←Select platform

Corners Property

Summary

Array of LeadPoints that represent the coordinates of the document's four detected corners.

Syntax
C#
Objective-C
C++/CLI
Java
Python
public LeadPoint[] Corners { get; set; } 
@property (nonatomic, strong, readonly) NSArray<NSValue *> *corners; 
public LeadPoint[] getCorners(); 
public:  
   property array<LeadPoint^>^ Corners 
   { 
      array<LeadPoint^>^ get() 
      void set(array<LeadPoint^>^ value) 
   } 
Corners # get and set (PerspectiveDeskewCommand) 

Property Value

The x-y coordinates (in pixels unit) that represent the four corners of the detected document in this order:

  • 1) top-left
  • 2) top-right
  • 3) bottom-right
  • 4) bottom-left
Remarks

The returned coordinates are set to LeadPoint.Empty, if the document is not detected.

Requirements

Target Platforms

Help Version 22.0.2023.11.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.