Table of contents

Edge

The class Edge is a structure composed of two Corner points in an image. A Corner represents a point at which the image’s brightness or color sharply changes. Therefore, a Edge is a line segment connecting two such points that have been identified as corners.

Definition

Module: dynamsoft_core

class Edge 

Properties

Attribute Type Description
start_corner Corner The start corner point of the edge.
end_corner Corner The end corner point of the edge.

Methods

Method Description
__init__ Initializes a new instance of the Edge class.

__init__

Initializes a new instance of the Edge class.

def __init__(self):

Is this page helpful?

YesYes NoNo

In this article: