CVBpy 15.0
Loading...
Searching...
No Matches

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

Public Member Functions

None Fringes (self, int left, int top, int right, int bottom)
 Instantiates a Fringes 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.

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.