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

MSGraph用 数学ライブラリ ヘッダ in Graph Library. More...

#include "Gdata.h"
Include dependency graph for Gmt.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 FILTER_NON   0
 何もしない
 
#define FILTER_ABS   1
 絶対値
 
#define FILTER_MINMAX   2
 元のデータの範囲に限定
 
#define FILTER_NORM   3
 元のデータの範囲に伸張
 

Functions

template<typename R , typename T >
MSGraph< R > Laplacian (MSGraph< T > vp, int mode=0)
 
template<typename R , typename T >
MSGraph< R > xSobel (MSGraph< T > vp)
 
template<typename R , typename T >
MSGraph< R > ySobel (MSGraph< T > vp)
 
template<typename R , typename T >
MSGraph< R > zSobel (MSGraph< T > vp)
 
template<typename R , typename T >
MSGraph< R > xxSobel (MSGraph< T > vp)
 
template<typename R , typename T >
MSGraph< R > yySobel (MSGraph< T > vp)
 
template<typename R , typename T >
MSGraph< R > zzSobel (MSGraph< T > vp)
 
template<typename R , typename T >
MSGraph< Vector< R > > vNabla (MSGraph< T > vp)
 
template<typename R , typename T >
MSGraph< R > Nabla (MSGraph< T > vp)
 
template<typename R , typename T >
MSGraph< R > edgeEnhance (MSGraph< T > gd, int mode=0)
 
template<typename T >
MSGraph< T > medianFilter (MSGraph< T > xp, int ms=3)
 
template<typename T >
MSGraph< int > euclidDistance (MSGraph< T > vp, int bc, int &rr)
 
template<typename R , typename T >
MSGraph< R > MSMaskFilter (MSGraph< R > vp, MSGraph< T > filter, int mode=FILTER_NON)
 

Detailed Description

Author
Fumi.Iseki (C)

Definition in file Gmt.h.

Macro Definition Documentation

◆ FILTER_ABS

#define FILTER_ABS   1

Definition at line 980 of file Gmt.h.

Referenced by jbxl::MSMaskFilter().

◆ FILTER_MINMAX

#define FILTER_MINMAX   2

Definition at line 981 of file Gmt.h.

Referenced by jbxl::MSMaskFilter().

◆ FILTER_NON

#define FILTER_NON   0

Definition at line 979 of file Gmt.h.

◆ FILTER_NORM

#define FILTER_NORM   3

Definition at line 982 of file Gmt.h.

Referenced by jbxl::MSMaskFilter().