ImageGear for Java
threshold Field
This option sets the threshold value for converting pixels to black or white.

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.

Integer in the range 0-255.

Syntax
public int threshold

Return Value

Integer in the range 0-255.
See Also

Reference

ImGearBitonalReductionOptions Class
ImGearBitonalReductionOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback