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::dpoint1d > | mln::window1d |
Type alias for a window with arbitrary shape, defined on the 1D square grid with integer coordinates. |
Predefined 1D windows.
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.
typedef window<mln::dpoint1d> mln::window1d |
Type alias for a window with arbitrary shape, defined on the 1D square grid with integer coordinates.