Properties | List of all members
EdgeResult Class Reference

Edge search result. More...

Inherits object.

Properties

 quality = property
 float: Quality of detection, depending on the method used. More...
 
 type = property
 int: Type of the edge (see cvb.foundation.EdgeType). More...
 
 x = property
 float: X-position relative to the last line processed. More...
 
 y = property
 float: Y-position relative to the last line processed. More...
 

Detailed Description

Edge search result.

Property Documentation

◆ quality

quality = property
static

float: Quality of detection, depending on the method used.

◆ type

type = property
static

int: Type of the edge (see cvb.foundation.EdgeType).

◆ x

x = property
static

float: X-position relative to the last line processed.

◆ y

y = property
static

float: Y-position relative to the last line processed.