Properties | List of all members
LocalMaximum Class Reference

Result type returned by the cvb.find_local_maxima() function. More...

Inherits object.

Properties

 position = property
 cvb.Point2D: Position of the local maximum (X, Y). More...
 
 value = property
 float: Gray value of the local maximum. More...
 
 x = property
 float: X-position of the local maximum. More...
 
 y = property
 float: Y-position of the local maximum. More...
 

Detailed Description

Result type returned by the cvb.find_local_maxima() function.

Property Documentation

◆ position

position = property
static

cvb.Point2D: Position of the local maximum (X, Y).

◆ value

value = property
static

float: Gray value of the local maximum.

◆ x

x = property
static

float: X-position of the local maximum.

◆ y

y = property
static

float: Y-position of the local maximum.