ImageGearJava Project > com.accusoft.imagegear.processing Package > ImGearBitonalReductionOptions Class : threshold Field |
If the value of a pixel, as calculated by one of the reduction methods, is less than Threshold, the pixels will be set to black; if it is greater than or equal to Threshold, the pixels will be set to white. So, a smaller value for Threshold will make the output appear more black, while a larger value will make the output appear more white.
public int threshold |