コンストラクタ

Namespace: FVIL.Edge
Assembly: FVILforms (in FVILforms.dll) Version: 3.1.0.0 (3.1.0.9)

Syntax

C#
public CFviEdgeConnecting(
	double weight,
	double threshold1,
	double threshold2,
	int area_size,
	int area_overlap,
	int min_clust_elem,
	int mode
)
Visual Basic
Public Sub New ( 
	weight As Double,
	threshold1 As Double,
	threshold2 As Double,
	area_size As Integer,
	area_overlap As Integer,
	min_clust_elem As Integer,
	mode As Integer
)

Parameters

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

See Also