OTB
9.0.0
Orfeo Toolbox
|
Classes | |
struct | BaatzNode |
struct | BaatzParam |
class | BaatzSegmenter |
struct | BaseNode |
struct | BoundingBox |
struct | FLSNode |
struct | FLSParam |
class | FullLambdaScheduleSegmenter |
struct | Graph |
class | GraphOperations |
class | GraphToOtbImage |
struct | NeighborType |
struct | Node |
class | Segmenter |
struct | SpringNode |
struct | SpringParam |
class | SpringSegmenter |
Functions | |
void | EIGHTNeighborhood (long int *neighborhood, const long unsigned int id, const unsigned int width, const unsigned int height) |
void | FOURNeighborhood (long int *neighborhood, const long unsigned int id, const unsigned int width, const unsigned int height) |
BoundingBox | MergeBoundingBoxes (const BoundingBox &bb1, const BoundingBox &bb2) |
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 | ||
) |
BoundingBox grm::MergeBoundingBoxes | ( | const BoundingBox & | bb1, |
const BoundingBox & | bb2 | ||
) |
Definition at line 43 of file grmDataStructures.h.
References grm::BoundingBox::m_H, grm::BoundingBox::m_UX, grm::BoundingBox::m_UY, and grm::BoundingBox::m_W.