ConvertConfig.SetExposureMaskThreshold Method

Definition

Namespace: P1.ImageSdk

Threshold for exposure mask

public ConvertConfig SetExposureMaskThreshold(float overExposureThreshold, float underExposureThreshold);

The masking image is return as outputMaskImage

Parameters:

overExposureThreshold

Over exposure threshold, range 0.0 to 1.0

underExposureThreshold

Under exposure threshold, range 0.0 to 1.0

Returns: