setUpperThreshold

open fun setUpperThreshold(@NonNull upper: Supplier<Scalar>)

Sets the upper scalar to use for thresholding. This is a required method to call.

Parameters

upper

the upper threshold in the colour space


open fun setUpperThreshold(@NonNull staticUpper: Scalar)

Sets the upper scalar to use for thresholding. This is a required method to call.

Parameters

staticUpper

the static upper threshold in the colour space