Click or drag to resize

HologramComputeContrast(Int32, Int32, Int32, Int32) Method

Computes the contrast in the specified region.

Namespace: LynceeTec.Imaging
Assembly: LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntax
public float ComputeContrast(
	int left,
	int top,
	int width,
	int height
)

Parameters

left  Int32
Top left corner coordinate in the X direction.
top  Int32
Top left corner coordinate in the Y direction.
width  Int32
Rectangle width.
height  Int32
Rectangle height.

Return Value

Single
The contrast value.
See Also