WIL説明書(C++)  3.0.0
FvPolarTransFunction.h
[詳解]
1 // $Revision: 1.1 $
2 /*
3  @file FvPolarTransFunction.h
4  @brief PolarTrans function Interface
5  @author FAST Corporation
6 */
7 
8 #ifndef _FVPOLARTRANSFUNCTION_H_INCLUDED_
9 #define _FVPOLARTRANSFUNCTION_H_INCLUDED_
10 
11 #include "FvMacros.h"
12 #include "FvDefs.h"
13 #include "FvDebug.h"
14 #include "FvErrors.h"
15 #include "Data/FvImage.h"
16 #include "Data/FvPoint.h"
17 #include "MultiData/FvMultiData.h"
18 
21 
22 namespace FVCL
23 {
24 namespace PolarTrans
25 {
26 
27 // ============================================================
28 // PROTOTYPE
29 
31  const FVCL::Data::CFvImage& src,
34  bool invert = false,
35  bool clearback = true,
37 );
38 
43  bool invert = false
44 );
45 
46 } // PolarTrans
47 } // FVCL
48 
49 #endif // _FVPOLARTRANSFUNCTION_H_INCLUDED_
#define FVCL_API
DLLエクスポートマクロ
Definition: FvMacros.h:61
画像オブジェクトのインターフェース
極座標変換パラメータ構造クラス
Definition: FvPolarTransParam.h:23
FVCL_API INT Transform(const FVCL::Data::CFvImage &src, FVCL::Data::CFvImage *dst, const FVCL::PolarTrans::CFvPolarTransParam &param, bool invert=false, bool clearback=true, INT sampling_mode=FVCL::PolarTrans::SamplingMode::NearestNeighbor)
画像の極座標変換
FVCLのネームスペース
Definition: EVCbasicDeclare.txt:9
const INT NearestNeighbor
最近傍法
Definition: FvPolarTransDefs.h:39
int INT
整数型(32ビット)
Definition: FvDefs.h:36
配列テンプレートクラスの基本クラス
マクロ定義
極座標変換パラメータ構造クラスのインターフェース
点構造クラスのインターフェース
エラーコード定義
極座標変換関連定義
画像オブジェクト
Definition: FvImage.h:64
変数型と定数の定義
デバッグ用関数のインターフェース

Documentation copyright © 2007 FAST Corporation. [B-001864]
Generated on 2023年11月02日(木) 10時12分53秒 for WIL説明書(C++) by doxygen 1.8.11