CVBpy 14.0
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).
 
 value = property
 float: Gray value of the local maximum.
 
 x = property
 float: X-position of the local maximum.
 
 y = property
 float: Y-position of the local maximum.
 

Detailed Description

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