WIL説明書(C++)  3.0.0
FvLineHoughParam.h
[詳解]
1 // $Revision: 1.1 $
2 /*
3  @file FvLineHoughParam.h
4  @brief CFvLineHoughParam class interface
5  @author FAST Corporation
6 */
7 
8 #ifndef _FVLINEHOUGHPARAM_H_INCLUDED_
9 #define _FVLINEHOUGHPARAM_H_INCLUDED_
10 
11 #include "Data/FvDataObject.h"
12 #include "Data/FvAngle.h"
13 #include "Data/FvRectangle.h"
14 #include "FvHoughDefs.h"
15 
16 #pragma pack(push,_FVCL_PACKING)
17 
18 namespace FVCL
19 {
20 namespace Hough
21 {
22 
24 {
25 private:
26  void _Constructor();
27 
28 public:
31  virtual ~CFvLineHoughParam();
32 
33  enum { DataID = 1062 };
34 
35  virtual INT GetDataID() const;
36  virtual bool GetPointer( INT id, void** val ) const;
37 
38  bool SetRequestNum( INT number );
39  INT GetRequestNum() const;
40 
41  bool SetArea( const FVCL::Data::CFvRectangle& area );
42  const FVCL::Data::CFvRectangle& GetArea() const;
43 
44  bool SetAngleSt( const FVCL::Data::CFvAngle& angle );
45  const FVCL::Data::CFvAngle& GetAngleSt() const;
46 
47  bool SetAngleEd( const FVCL::Data::CFvAngle& angle );
48  const FVCL::Data::CFvAngle& GetAngleEd() const;
49 
50  bool SetVoteWidth( INT width );
51  INT GetVoteWidth() const;
52 
53  bool SetRegionR( INT region );
54  INT GetRegionR() const;
55 
56  bool SetRegionQ( INT region );
57  INT GetRegionQ() const;
58 
59  // operator overload
60  virtual CFvLineHoughParam& operator = ( const CFvLineHoughParam& src );
61  virtual bool operator == ( const CFvLineHoughParam& src ) const;
62  virtual bool operator != ( const CFvLineHoughParam& src ) const;
63 
64 protected:
72 };
73 
74 } // Hough
75 
76 } // FVCL
77 
78 
79 #pragma pack(pop)
80 
81 #endif // _FVLINEHOUGH_H_INCLUDED_
#define FVCL_API
DLLエクスポートマクロ
Definition: FvMacros.h:61
直線ハフ検出パラメータ構造クラス
Definition: FvLineHoughParam.h:23
INT m_RegionQ
θ方向極大値決定サイズ
Definition: FvLineHoughParam.h:71
FVCLのネームスペース
Definition: EVCbasicDeclare.txt:9
角度構造クラス
Definition: FvAngle.h:20
FVCL::Data::CFvAngle m_AngleEd
検出する直線の法線方向の角度(角度範囲の終点)
Definition: FvLineHoughParam.h:68
INT m_RegionR
ρ方向極大値決定サイズ
Definition: FvLineHoughParam.h:70
int INT
整数型(32ビット)
Definition: FvDefs.h:36
データオブジェクトの基本クラス
Definition: FvDataObject.h:20
矩形構造クラス
Definition: FvRectangle.h:37
ハフ関連定義
FVCL::Data::CFvAngle m_AngleSt
検出する直線の法線方向の角度(角度範囲の始点)
Definition: FvLineHoughParam.h:67
INT m_RequestNum
検出要求数
Definition: FvLineHoughParam.h:65
矩形構造クラスのインターフェース
FVCL::Data::CFvRectangle m_Area
投票するエッジ点列が存在する座標領域
Definition: FvLineHoughParam.h:66
INT m_VoteWidth
ハフ空間における投票の角度範囲の片幅
Definition: FvLineHoughParam.h:69
角度構造クラスのインターフェース
データオブジェクトの基本クラスのインターフェース

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