CogTrevistaCommonImageParams Constructor (Double, Double)Cognex VisionPro 9.23
Construct a CogTrevistaCommonImageParams object with the supplied values. Enabled defaults to true and ImageType defaults to UInt8.

Namespace: Cognex.VisionPro.Trevista
Assembly: Cognex.VisionPro.Trevista (in Cognex.VisionPro.Trevista.dll) Version: 91.0.0.0
Syntax

public CogTrevistaCommonImageParams(
	double blackLevel,
	double whiteLevel
)

Parameters

blackLevel
Type: System Double

Internal floating point pixels with this value will be mapped to black in VisionPro output images. See BlackLevel for details.

whiteLevel
Type: System Double

Internal floating point pixels with this value will be mapped to white in VisionPro output images. See WhiteLevel for details.

See Also