初期値指定コンストラクタ

Namespace: fvalgcli
Assembly: fvalgcli (in fvalgcli.dll) Version: 3.1.0.0 (3.1.0.11)

Syntax

C#
public static HCD_CIRCLE_T init(
	double xc,
	double yc,
	double r,
	int score
)
Visual Basic
Public Shared Function init ( 
	xc As Double,
	yc As Double,
	r As Double,
	score As Integer
) As HCD_CIRCLE_T

Parameters

xc
Type: System..::..Double
X座標
yc
Type: System..::..Double
Y座標
r
Type: System..::..Double
円の半径
score
Type: System..::..Int32
円の検出スコア、円周上のエッジ点数と同じ意味

Return Value

Type: HCD_CIRCLE_T
指定された値で構築されたインスタンスを返します。

See Also