Public Member Functions | List of all members
Fringes Class Reference

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

#include <cvb/sample_database/fringes.hpp>

Public Member Functions

int Left () const noexcept
 Gets the fringe at the left edge. More...
 
int Top () const noexcept
 Gets the fringe at the top edge. More...
 
int Right () const noexcept
 Gets the fringe at the right edge. More...
 
int Bottom () const noexcept
 Gets the fringe at the bottom edge. More...
 

Detailed Description

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

Member Function Documentation

◆ Bottom()

int Bottom ( ) const
inlinenoexcept

Gets the fringe at the bottom edge.

Returns
The bottom fringe.
Exceptions
Doesnot throw any exception.

◆ Left()

int Left ( ) const
inlinenoexcept

Gets the fringe at the left edge.

Returns
The left fringe.
Exceptions
Doesnot throw any exception.

◆ Right()

int Right ( ) const
inlinenoexcept

Gets the fringe at the right edge.

Returns
The right fringe.
Exceptions
Doesnot throw any exception.

◆ Top()

int Top ( ) const
inlinenoexcept

Gets the fringe at the top edge.

Returns
The top fringe.
Exceptions
Doesnot throw any exception.