モルフォリジーライブラリ More...
#include "Gdata.h"

Go to the source code of this file.
Namespaces | |
| namespace | jbxl |
Defines | |
| #define | OPENING 0 |
| #define | CLOSING 1 |
| #define | DILATION 2 |
| #define | SPHERE_ELEMENT 1 |
Functions | |
| template<typename T > | |
| MSGraph< T > | Morphology (MSGraph< T > vp, MSGraph< T > xp, int cc, int mode) |
| template<typename T > | |
| MSGraph< T > | opening_morph (MSGraph< T > vp, MSGraph< T > xp, int cc) |
| template<typename T > | |
| bool | point_open_morph (MSGraph< T > vp, int x, int y, int z, MSGraph< T > xp, int cc) |
| template<typename T > | |
| void | copy_morph_element (MSGraph< T > vp, int x, int y, int z, MSGraph< T > xp) |
| template<typename T > | |
| MSGraph< T > | fat_object_morph (MSGraph< T > vp, MSGraph< T > xp, int cc) |
| template<typename T > | |
| bool | point_fat_object_morph (MSGraph< T > vp, int x, int y, int z, MSGraph< T > xp, int cc) |
| template<typename T > | |
| MSGraph< T > | make_element_morph (Parameter32 x) |
Definition in file Morph.h.
| #define OPENING 0 |
Definition at line 24 of file Morph.h.
Referenced by jbxl::Morphology().
| #define SPHERE_ELEMENT 1 |
Definition at line 28 of file Morph.h.
Referenced by jbxl::make_element_morph().
1.6.1