円の検出スコア [初期値:0、範囲:0~100]

Namespace: FVIL.Hough
Assembly: FVILbasic (in FVILbasic.dll) Version: 3.1.0.0 (3.1.0.17)

Syntax

C#
public virtual int Score { get; set; }
Visual Basic
Public Overridable Property Score As Integer
	Get
	Set

Return Value

Type: Int32

円の検出スコアの取得または設定を行います。 円周上のエッジ点数と同じ意味です。

See Also