OTB  9.0.0
Orfeo Toolbox
Namespaces | Enumerations | Functions
grmNeighborhood.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 grm
 

Enumerations

enum  CONNECTIVITY {
  FOUR = 0,
  EIGHT
}
 

Functions

void grm::EIGHTNeighborhood (long int *neighborhood, const long unsigned int id, const unsigned int width, const unsigned int height)
 
void grm::FOURNeighborhood (long int *neighborhood, const long unsigned int id, const unsigned int width, const unsigned int height)
 

Enumeration Type Documentation

◆ CONNECTIVITY

Enumerator
FOUR 
EIGHT 

Definition at line 21 of file grmNeighborhood.h.