WIL説明書(C++)  3.0.0
FvMorphology.h
[詳解]
1 // $Revision: 1.1 $
2 /*
3  @file FvMorphology.h
4  @brief CFvMorphology class interface
5  @author FAST Corporation
6 */
7 
8 #ifndef _FVMORPHOLOGY_H_INCLUDED_
9 #define _FVMORPHOLOGY_H_INCLUDED_
10 
11 #include "FvImageParser.h"
12 #include "FvMorphologyDefs.h"
13 #include "FvStructureElement.h"
14 #include "MultiData/FvArray.h"
15 
16 #pragma pack(push,_FVCL_PACKING)
17 
18 namespace FVCL
19 {
20 namespace Morphology
21 {
22 
24 {
25 public:
26  CFvMorphology();
27  virtual ~CFvMorphology();
28 
29  bool SetStructureElement( INT index, CFvStructureElement* se );
30  CFvStructureElement* GetStructureElement( INT index ) const;
31  INT GetStructureElementCount() const;
32 
33  // compatible
34  bool SetStructureElement( CFvStructureElement* se );
35  CFvStructureElement* GetStructureElement() const;
36 
37  virtual CFvMorphology& operator = ( const CFvMorphology& src );
38  virtual bool operator == ( const CFvMorphology& src ) const;
39  virtual bool operator != ( const CFvMorphology& src ) const;
40 
41 protected:
43 
44  // caution: in-compatible
45  //CFvStructureElement m_se;
46 };
47 
48 } // Morphology
49 } // FVCL
50 
51 #pragma pack(pop)
52 
53 #endif // _FVMORPHOLOGY_H_INCLUDED_
#define FVCL_API
DLLエクスポートマクロ
Definition: FvMacros.h:61
モルフォロジ基本クラス
Definition: FvMorphology.h:23
FVCLのネームスペース
Definition: EVCbasicDeclare.txt:9
配列テンプレートクラス(連続型)
Definition: FvArray.h:33
int INT
整数型(32ビット)
Definition: FvDefs.h:36
配列テンプレートクラス(連続型)
モルフォロジ関連定義
画像解析クラスの基本クラスのインターフェース
モルフォロジ構造要素クラス
Definition: FvStructureElement.h:24
モルフォロジ構造要素クラスのインターフェース
CFvArray< CFvStructureElement * > m_StructureElements
構造要素配列
Definition: FvMorphology.h:42
画像解析クラスの基本クラス
Definition: FvImageParser.h:33

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