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

Classes

struct  mln::win::cube3d
 Cube window defined on the 3D grid. More...
struct  mln::win::cuboid3d
 Cuboid defined on the 3-D square grid. More...
class  mln::win::sline3d
 Depth line window defined on the 3D cubic grid. More...
class  mln::win::sphere3d
 3D sphere window; precisely, ball-shaped window defined on the 3D cubic grid. More...
class  mln::w_window3d_float
 Type alias for a w_window with arbitrary shape, defined on the 3D grid (with integer coordinates) and whose weights are floating values. More...
class  mln::w_window3d_int
 Type alias for a w_window with arbitrary shape, defined on the 3D grid (with integer coordinates) and whose weights are integers. More...
class  mln::window3d
 Type alias for a window with arbitrary shape, defined on the 3D square grid with integer coordinates. More...

Functions

const window3d & mln::win_c4p_3d ()
const window3d & mln::win_c8p_3d ()

Detailed Description

Predefined 3D windows.

Function Documentation

const window3d& mln::win_c4p_3d ( )

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

   - - -
  - - -
 - - -

   - o -
  o x o
 - o -

   - - -
  - - -
 - - -
Returns
A window3d.
const window3d& mln::win_c8p_3d ( )

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

   - - -
  - - -
 - - -

   o o o
  o x o
 o o o

   - - -
  - - -
 - - -
Returns
A window3d.