Object describing the fringes that are available around images in a sample image list.
More...
#include <cvb/sample_database/fringes.hpp>
|
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...
|
|
Object describing the fringes that are available around images in a sample image list.
◆ Bottom()
Gets the fringe at the bottom edge.
- Returns
- The bottom fringe.
- Exceptions
-
Does | not throw any exception. |
◆ Left()
Gets the fringe at the left edge.
- Returns
- The left fringe.
- Exceptions
-
Does | not throw any exception. |
◆ Right()
Gets the fringe at the right edge.
- Returns
- The right fringe.
- Exceptions
-
Does | not throw any exception. |
◆ Top()
Gets the fringe at the top edge.
- Returns
- The top fringe.
- Exceptions
-
Does | not throw any exception. |