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

Provides functors getting the classical image processing neighborhood. More...

#include <vector>
#include "neighbors.hpp"
#include "iterator_types.hpp"
Include dependency graph for neighborhood.hpp:

Go to the source code of this file.

Classes

struct  slip::SafeN2C< Container >
 
struct  slip::N2C
 
struct  slip::SafePrev2C< Container >
 
struct  slip::Prev2C
 
struct  slip::SafeNext2C< Container >
 
struct  slip::Next2C
 
struct  slip::SafeN8C< Container >
 
struct  slip::N8C
 
struct  slip::SafePrev8C< Container >
 
struct  slip::Prev8C
 
struct  slip::SafeNext8C< Container >
 
struct  slip::Next8C
 
struct  slip::SafeN4C< Container >
 
struct  slip::N4C
 
struct  slip::SafeNext4C< Container >
 
struct  slip::SafePrev4C< Container >
 
struct  slip::Prev4C
 
struct  slip::Next4C
 
struct  slip::SafePseudoHexagonal< Container >
 
struct  slip::PseudoHexagonal
 
struct  slip::SafePrevPseudoHexagonal< Container >
 
struct  slip::SafeNextPseudoHexagonal< Container >
 
struct  slip::PrevPseudoHexagonal
 
struct  slip::NextPseudoHexagonal
 
struct  slip::SafeN6C< Container >
 
struct  slip::N6C
 
struct  slip::SafePrev6C< Container >
 
struct  slip::Prev6C
 
struct  slip::SafeNext6C< Container >
 
struct  slip::Next6C
 
struct  slip::SafeN26C< Container >
 
struct  slip::N26C
 
struct  slip::SafePrev26C< Container >
 
struct  slip::Prev26C
 
struct  slip::SafeNext26C< Container >
 
struct  slip::Next26C
 
struct  slip::SafeN18C< Container >
 
struct  slip::N18C
 
struct  slip::SafePrev18C< Container >
 
struct  slip::Prev18C
 
struct  slip::SafeNext18C< Container >
 
struct  slip::Next18C
 
struct  slip::SafeN4D8C< Container >
 safe version of N4D8C neighborhood (only existing neighbors are returned) More...
 
struct  slip::N4D8C
 N4D8C neighborhood. More...
 
struct  slip::SafePrev4D8C< Container >
 safe version of previous N4D8C neighborhood (only previous and existing neighbors are returned) More...
 
struct  slip::Prev4D8C
 previous N4D8C neighborhood (only previous neighbors are returned) More...
 
struct  slip::SafeNext4D8C< Container >
 safe version of next N4D8C neighborhood (only next and existing neighbors are returned) More...
 
struct  slip::Next4D8C
 next N4D8C neighborhood (only next neighbors are returned) More...
 

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.
 

Detailed Description

Provides functors getting the classical image processing neighborhood.

Definition in file neighborhood.hpp.