WhiteBlackPointFilter
data class WhiteBlackPointFilter(var blackPoint: Double = 0.0, var whitePoint: Double = 1.0) : ParametricFilter
Maps image value channel so that all the pixels darker than the black point are set to 0, all the pixels brighter than the white point are set to 255, and the pixels in between are linearly scaled.