$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
2D windows

Classes

struct  mln::win::backdiag2d
 Diagonal line window defined on the 2D square grid. More...
struct  mln::win::diag2d
 Diagonal line window defined on the 2D square grid. More...
class  mln::win::disk2d
 2D disk window; precisely, ball-shaped window defined on the 2D square grid. More...
class  mln::win::hline2d
 Horizontal line window defined on the 2D square grid. More...
struct  mln::win::octagon2d
 Octagon window defined on the 2D square grid. More...
struct  mln::win::rectangle2d
 Rectangular window defined on the 2D square grid. More...
class  mln::win::vline2d
 Vertical line window defined on the 2D square grid. More...
class  mln::w_window2d_float
 Type alias for a w_window with arbitrary shape, defined on the 2D square grid (with integer coordinates) and whose weights are floating values. More...
class  mln::w_window2d_int
 Type alias for a w_window with arbitrary shape, defined on the 2D square grid (with integer coordinates) and whose weights are integers. More...
class  mln::window2d
 Type alias for a window with arbitrary shape, defined on the 2D square grid with integer coordinates. More...

Functions

const window2d & mln::win_c4p ()
const window2d & mln::win_c8p ()

Detailed Description

Predefined 2D windows.

Function Documentation

const window2d& mln::win_c4p ( )

4-connectivity window on the 2D grid, including the center.

   - o -
   o x o
   - o -
Returns
A window2d.
const window2d& mln::win_c8p ( )

8-connectivity window on the 2D grid, including the center.

   o o o
   o x o
   o o o
Returns
A window2d.