WIL説明書(C++)  3.0.0
FvHistogramNormalization.h
[詳解]
1 // $Revision: 1.2 $
2 /*
3  @file FvHistogramNormalization.h
4  @brief CFvHistogramNormalization class interface
5  @author FAST Corporation
6 */
7 
8 #pragma once
9 
10 #include "FvImageParser.h"
11 
12 #pragma pack(push,_FVCL_PACKING)
13 
14 namespace FVCL
15 {
16 namespace Enhance
17 {
18 
20 {
21 private:
22  void _Constructor();
23 
24 public:
27  CFvHistogramNormalization( const FVCL::Data::CFvImage* src, FVCL::Data::CFvImage* dst, INT threshold, INT min, INT max );
28  virtual ~CFvHistogramNormalization();
29 
30  enum
31  {
32  SrcImageCount = 1,
33  DstImageCount = 1
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  virtual CFvHistogramNormalization& operator = ( const CFvHistogramNormalization& src );
43  virtual bool operator == ( const CFvHistogramNormalization& src ) const;
44  virtual bool operator != ( const CFvHistogramNormalization& src ) const;
45 
46  virtual bool SetThreshold( INT value );
47  virtual INT GetThreshold() const;
48 
49  virtual bool SetMin( INT value );
50  virtual INT GetMin() const;
51 
52  virtual bool SetMax( INT value );
53  virtual INT GetMax() const;
54 
55 protected:
59 };
60 
61 } // Enhance
62 } // FVCL
63 
64 #pragma pack(pop)
#define FVCL_API
DLLエクスポートマクロ
Definition: FvMacros.h:61
画像サイズ情報クラス
Definition: ImageSize.h:21
FVCLのネームスペース
Definition: EVCbasicDeclare.txt:9
ヒストグラムの正規化
Definition: FvHistogramNormalization.h:19
int INT
整数型(32ビット)
Definition: FvDefs.h:36
画像解析クラスの基本クラスのインターフェース
INT m_Max
入力画像の最大濃度値
Definition: FvHistogramNormalization.h:58
INT m_Min
入力画像の最小濃度値
Definition: FvHistogramNormalization.h:57
画像解析クラスの基本クラス
Definition: FvImageParser.h:33
INT m_Threshold
入力画像の最小ヒストグラム頻度値
Definition: FvHistogramNormalization.h:56
画像オブジェクト
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