Class WhiteBlackPointFilter

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public final class WhiteBlackPointFilter
    extends ParametricFilter implements Parcelable
                        

    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.