The CFviLineHough type exposes the following members.

Constructors

NameDescription
Public methodCFviLineHough
FVCLクラス指定コンストラクタ

Methods

NameDescription
Protected method_Deserialize
ISerializable の実装: 逆シリアル化時のコンストラクタ代替え関数
(Overrides CFviImageParser..::.._Deserialize(SerializationInfo, StreamingContext).)
Protected method_free_body
FVCL インスタンスの解放
(Inherited from CFviObject.)
Public methodClone
インスタンスのクローンの生成
(Inherited from CFviImageParser.)
Public methodCopyFrom
インスタンスの複製
(Overrides CFviImageParser..::..CopyFrom(Object).)
Public methodDispose()()()()
リソースの解放
(Inherited from CFviObject.)
Protected methodDispose(Boolean)
インスタンスの破棄
(Overrides CFviImageParser..::..Dispose(Boolean).)
Public methodEquals
インスタンスの比較
(Overrides CFviImageParser..::..Equals(Object).)
Public methodExecute
画像処理の実行
(Inherited from CFviImageParser.)
Protected methodFinalize
ファイナライザ
(Inherited from CFviObject.)
Public methodGetHashCode
ハッシュコードの取得
(Overrides CFviImageParser..::..GetHashCode()()()().)
Public methodGetObjectData
ISerializable の実装: SerializationInfo に、オブジェクトをシリアル化するために必要なデータを設定します。
(Overrides CFviImageParser..::..GetObjectData(SerializationInfo, StreamingContext).)
Public methodGetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Public methodGetValidSize(Int32)
出力画像の有効サイズの取得
(Inherited from CFviImageParser.)
Public methodGetValidSize(Int32, Int32)
出力画像の有効サイズの取得
(Inherited from CFviImageParser.)
Public methodIsValid
画像の整合性の検査
(Inherited from CFviImageParser.)
Public methodLoadFromBody
FVCLクラスのインスタンスからの反映
(Overrides CFviImageParser..::..LoadFromBody()()()().)
Protected methodMemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Protected methodResizeDstImages
出力画像コレクションの要素数変更
(Inherited from CFviImageParser.)
Protected methodResizeSrcImages
入力画像コレクションの要素数変更
(Inherited from CFviImageParser.)
Public methodSaveToBody
FVCLクラスのインスタンスへの反映
(Overrides CFviImageParser..::..SaveToBody()()()().)
Public methodToString
現在の Object を表す String を返します。
(Inherited from Object.)
Public methodValidate()()()()
出力画像の有効化
(Inherited from CFviImageParser.)
Public methodValidate(Int32)
出力画像の有効化
(Inherited from CFviImageParser.)

Operators

NameDescription
Public operatorStatic memberEquality
インスタンスの比較(等価)
Public operatorStatic memberInequality
インスタンスの比較(不等価)

Fields

NameDescription
Protected fieldm_Body
FVCL インスタンス
(Inherited from CFviObject.)
Protected fieldm_DenyDisposeBody
FVCLクラスのインスタンスの自動解放禁止
(Inherited from CFviObject.)
Protected fieldm_DstImages
出力画像コレクション
(Inherited from CFviImageParser.)
Protected fieldm_Param
直線抽出ハフパラメータのインスタンス
Protected fieldm_Result
直線抽出ハフ結果クラスのインスタンス
Protected fieldm_SrcImages
入力画像コレクション
(Inherited from CFviImageParser.)

Properties

NameDescription
Public propertyAllocateOption
画像領域確保時のオプション [初期値:0、範囲:0=既定の動作,1=DIB を使用しない]
(Inherited from CFviObject.)
Public propertyBody
FVCLクラスのインスタンス
(Inherited from CFviObject.)
Public propertyDenyDisposeBody
FVCLクラスのインスタンスの自動解放禁止 [初期値:false、範囲:false=自動解放する,true=自動解放しない]
(Inherited from CFviObject.)
Public propertyDstImages
出力画像コレクション [初期値:各要素は null に初期化されています。] ※要素数は予め設定されていますので変更しないでください。
(Inherited from CFviImageParser.)
Public propertyErrorCode
エラーコード
(Inherited from CFviObject.)
Public propertyErrQ
θ方向許容誤差(再計算パラメータ) [初期値:10、範囲:0~]
Public propertyErrR
ρ方向許容誤差(再計算パラメータ) [初期値:10、範囲:0~]
Public propertyHandle
直線ハフ検出ハンドル [初期値:IntPtr.Zero] (※インスタンス差し替えは不可)
Public propertyParam
直線ハフ検出パラメータ格納用オブジェクト(インスタンス参照) (※インスタンス差し替えは不可)
Public propertyRefineFlag
再計算フラグ [初期値:Refine、範囲:RefineFlag のいずれか]
Public propertyResult
直線ハフ検出結果格納用オブジェクト(インスタンス参照)
Public propertySrcImages
入力画像コレクション [初期値:各要素は null に初期化されています。] ※要素数は予め設定されていますので変更しないでください。
(Inherited from CFviImageParser.)

See Also