Typedefs

1D windows
[Windows]

Predefined 1D windows. More...

Typedefs

typedef line< grid::tick,
0, def::coord > 
mln::win::segment1d
 Segment window defined on the 1D grid.
typedef window< mln::dpoint1dmln::window1d
 Type alias for a window with arbitrary shape, defined on the 1D square grid with integer coordinates.

Detailed Description

Predefined 1D windows.


Typedef Documentation

typedef line<grid::tick, 0, def::coord> mln::win::segment1d

Segment window defined on the 1D grid.

An segment1d is centered and symmetric; so its height (length) is odd.

For instance:

        o x o
       

is defined with length = 3.

Definition at line 56 of file segment1d.hh.

typedef window<mln::dpoint1d> mln::window1d

Type alias for a window with arbitrary shape, defined on the 1D square grid with integer coordinates.

Definition at line 47 of file window1d.hh.