 | HologramComputeContrast(Int32, Int32, Int32, Int32) Method |
Computes the contrast in the specified region.
Namespace: LynceeTec.ImagingAssembly: 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 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
SingleThe contrast value.
See Also