CVBpy 14.1
Fringes Class Reference

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

Inherits object.

Public Member Functions

None Fringes (self, int left, int top, int right, int bottom)
 Instantiates a Fringes object. More...
 

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.

Constructor & Destructor Documentation

◆ Fringes()

None Fringes (   self,
int  left,
int  top,
int  right,
int  bottom 
)

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.