setLowerThreshold

open fun setLowerThreshold(@NonNull lower: Supplier<Scalar>)

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

Parameters

lower

the lower threshold in the colour space


open fun setLowerThreshold(@NonNull staticLower: Scalar)

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

Parameters

staticLower

the static lower threshold in the colour space