WIL説明書(C++)  3.0.0
FvPerspective.h
[詳解]
1 // $Revision: 1.2 $
2 /*
3  @file FvPerspective.h
4  @brief CFvPerspective class interface
5  @author FAST Corporation
6 */
7 
8 #ifndef _FVPERSPECTIVE_H_INCLUDED_
9 #define _FVPERSPECTIVE_H_INCLUDED_
10 
11 #include "FvGeoTrans.h"
12 
13 #pragma pack(push,_FVCL_PACKING)
14 
15 namespace FVCL
16 {
17 namespace GeoTrans
18 {
19 
21 {
22 private:
23  void _Constructor();
24 
25 public:
28  virtual ~CFvPerspective();
29 
30  enum
31  {
32  SrcImageCount = 1,
33  DstImageCount = 2
34  };
35 
36  virtual bool Execute();
37  virtual bool IsValid() const;
38  virtual bool Validate( INT option = 0 ) const;
39  virtual FVCL::ImageSize GetValidSize( INT index, INT option = 0 ) const;
40  static INT CheckValidity( const FVCL::Data::CFvImage& src );
41 
42  bool SetClearBackMode( bool mode );
43  bool GetClearBackMode() const;
44 
45  bool SetSamplingMode( INT mode );
46  INT GetSamplingMode() const;
47 
48  virtual CFvPerspective& operator = ( const CFvPerspective& src );
49  virtual bool operator == ( const CFvPerspective& src ) const;
50  virtual bool operator != ( const CFvPerspective& src ) const;
51 
52 public:
54 
55 protected:
58 };
59 
60 } // GeoTrans
61 } // FVCL
62 
63 #pragma pack(pop)
64 
65 #endif // _FVPERSPECTIVE_H_INCLUDED_
#define FVCL_API
DLLエクスポートマクロ
Definition: FvMacros.h:61
幾何変換基本クラスのインターフェース
画像サイズ情報クラス
Definition: ImageSize.h:21
FVCLのネームスペース
Definition: EVCbasicDeclare.txt:9
INT m_SamplingMode
濃度補間方法
Definition: FvPerspective.h:57
int INT
整数型(32ビット)
Definition: FvDefs.h:36
行列クラス
Definition: FvMatrix.h:32
幾何変換基本クラス
Definition: FvGeoTrans.h:22
画像射影変換クラス
Definition: FvPerspective.h:20
FVCL::Data::CFvMatrix m_matrix
幾何変換の同次行列
Definition: FvPerspective.h:53
画像オブジェクト
Definition: FvImage.h:64
bool m_ClearBackMode
領域外画素の処理方法
Definition: FvPerspective.h:56

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