モード [0:グレイ、1:2値]

Namespace: FVIL.Video
Assembly: FVILdevice (in FVILdevice.dll) Version: 3.1.0.0 (3.1.0.5)

Syntax

C#
public uint Mode { get; set; }
Visual Basic
Public Property Mode As UInteger
	Get
	Set

Return Value

Type: UInt32

2値化設定の取得または設定を行います。

許容値:

意味
0グレイモードに設定します。
1 2値化取り込みモードに設定します。 閾値(Threshold)の設定も必要です。

See Also