Properties | List of all members
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. More...
 
 left = property
 int: The fringe at the left edge. More...
 
 right = property
 int: The fringe at the right edge. More...
 
 top = property
 int: The fringe at the top edge. More...
 

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.

Property Documentation

◆ bottom

bottom = property
static

int: The fringe at the bottom edge.

◆ left

left = property
static

int: The fringe at the left edge.

◆ right

right = property
static

int: The fringe at the right edge.

◆ top

top = property
static

int: The fringe at the top edge.