CVBpy 14.0
Fringes Class Reference

Object describing the fringes that are available around images in a sample image list. More...

Inherits object.

Properties

 bottom = property
 int: The fringe at the bottom edge.
 
 left = property
 int: The fringe at the left edge.
 
 right = property
 int: The fringe at the right edge.
 
 top = property
 int: The fringe at the top edge.
 

Detailed Description

Object describing the fringes that are available around images in a sample image list.

Instantiates a Fringes object.

Parameters

left : int Left edge fringe.

top : int Top edge fringe.

right : int Right edge fringe.

bottom : int Bottom edge fringe.