 | HologramComputeContrast Method (Int32, Int32, Int32, Int32) |
Computes the contrast in the specified region.
Namespace:
LynceeTec.Imaging
Assembly:
LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntaxpublic float ComputeContrast(
int left,
int top,
int width,
int height
)
public:
float ComputeContrast(
int left,
int top,
int width,
int height
)
Parameters
- left
- Type: SystemInt32
Top left corner coordinate in the X direction. - top
- Type: SystemInt32
Top left corner coordinate in the Y direction. - width
- Type: SystemInt32
Rectangle width. - height
- Type: SystemInt32
Rectangle height.
Return Value
Type:
SingleThe contrast value.
See Also