The CFviEdgeConnecting type exposes the following members.

Constructors

Methods

NameDescription
Public methodClone
クローンの生成
Public methodCopyFrom
インスタンスの複製
Public methodEquals
インスタンスの比較
(Overrides Object..::..Equals(Object).)
Public methodExecute(CFviEdgeResultD64)
実行
Public methodExecute(F_DEDGE_PTR, Int32)
実行
Protected methodFinalize
Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。
(Inherited from Object.)
Public methodGetHashCode
ハッシュコードの取得
(Overrides Object..::..GetHashCode()()()().)
Public methodGetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Protected methodMemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Public methodToString
現在の Object を表す String を返します。
(Inherited from Object.)

Properties

NameDescription
Public propertyAreaOverlap
連結用局所領域の重なり(画素) [初期値:3、範囲:area_overlap≦area_size/2]
Public propertyAreaSize
正方連結用局所領域のサイズ(画素) [初期値:10、範囲:3≦area_size≦20]
Public propertyMinClustElem
クラスタに属するエッジ点の個数の最小値 [初期値:3、範囲:2≦min_clust_elem]
Public propertyMode
再連結処理 [初期値:1、範囲:0=無効/0以外=有効]
Public propertyThreshold1
評価閾値1:連結用 [初期値:2.0、範囲:0<threshold1]
Public propertyThreshold2
評価閾値2:再連結用 [初期値:4.0、範囲:threshold1<threshold2]
Public propertyWeight
エッジ勾配方向の重み weight エッジ勾配方向のなす角の重み)[初期値:0.07、範囲:0≦weight≦1]

See Also