JunkBox_Lib++ (for Windows) 1.10.1
|
モルフォリジーライブラリ More...
#include "Gdata.h"
Go to the source code of this file.
Namespaces | |
namespace | jbxl |
Macros | |
#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) |
#define OPENING 0 |
Definition at line 20 of file Morph.h.
Referenced by jbxl::Morphology().
#define SPHERE_ELEMENT 1 |
Definition at line 24 of file Morph.h.
Referenced by jbxl::make_element_morph().