JunkBox_Lib++ (for Windows) 1.10.1
Loading...
Searching...
No Matches
Morph.h File Reference

モルフォリジーライブラリ More...

#include "Gdata.h"
Include dependency graph for Morph.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Author
Fumi.Iseki (C)
Date
2004 8/31
Attention
このライブラリは,チェックと見直しが必要 '04 8/31

Definition in file Morph.h.

Macro Definition Documentation

◆ CLOSING

#define CLOSING   1

Definition at line 21 of file Morph.h.

◆ DILATION

#define DILATION   2

Definition at line 22 of file Morph.h.

◆ OPENING

#define OPENING   0

Definition at line 20 of file Morph.h.

Referenced by jbxl::Morphology().

◆ SPHERE_ELEMENT

#define SPHERE_ELEMENT   1

Definition at line 24 of file Morph.h.

Referenced by jbxl::make_element_morph().