SLIP  1.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Enumerations
neighbors.hpp File Reference

Provides a class to manipulate neighbourhood configurations. More...

#include "DPoint1d.hpp"
#include "DPoint2d.hpp"
#include "DPoint3d.hpp"
#include "DPoint4d.hpp"
#include "Block.hpp"
Include dependency graph for neighbors.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 slip
 This namespace corresponds to the kernel of the Simple Library on Image Processing (SLIP). That is to say that it contains the data structures and the algorithms needed by these data strucutres.
 

Enumerations

enum  slip::NEIGHBOURHOOD {
  slip::N_2_C, slip::N_4_C, slip::N_6o_C, slip::N_6e_C,
  slip::N_8_C, slip::N_6_C, slip::N_18_C, slip::N_26_C,
  slip::N_4D_8_C
}
 Choose between different neighbourhood. More...
 

Detailed Description

Provides a class to manipulate neighbourhood configurations.

Definition in file neighbors.hpp.