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

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

Syntax

C#
public static F_MEASURE_PARAMS init(
	uint max_runs,
	uint max_blobs,
	int max_rows,
	f_measure_color_mode color_mode,
	uint neighborhood,
	f_measure_feature_flag precalc_features,
	bool keep_results_after_overflow
)
Visual Basic
Public Shared Function init ( 
	max_runs As UInteger,
	max_blobs As UInteger,
	max_rows As Integer,
	color_mode As f_measure_color_mode,
	neighborhood As UInteger,
	precalc_features As f_measure_feature_flag,
	keep_results_after_overflow As Boolean
) As F_MEASURE_PARAMS

Parameters

max_runs
Type: System..::..UInt32
最大ラン数
max_blobs
Type: System..::..UInt32
最大ブローブ数
max_rows
Type: System..::..Int32
最大行数
color_mode
Type: fvalgcli..::..f_measure_color_mode
対象色モード
neighborhood
Type: System..::..UInt32
連結モード (4:4連結, 8:8連結)
precalc_features
Type: fvalgcli..::..f_measure_feature_flag
事前計算特徴量指定
keep_results_after_overflow
Type: System..::..Boolean
オーバーフローエラー発生時の結果維持オプション

Return Value

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

See Also