Name | Description | |
---|---|---|
![]() | BinarizeRequestParams | Initializes a new instance of the BinarizeRequestParams class. |
Name | Description | |
---|---|---|
![]() | BinarizeRequestParams | Initializes a new instance of the BinarizeRequestParams class. |
Name | Description | |
---|---|---|
![]() | binarizationMode | Gets or sets a binarization command applied to a not black-white images. |
![]() | changeSource | Gets or sets a value indicating whether the changes must be saved in the source file. (Inherited from ImageProcessingCommandWithSourceChangeRequestParams) |
![]() | convertToBlackLevel | Gets or sets the level to convert pixels with darker luminance to black for adaptive binarization mode. |
![]() | convertToWhiteLevel | Gets or sets the level to convert pixels with lighter luminance to white for adaptive binarization mode. |
![]() | decodingSettings | Gets or sets the decoding settings of image. (Inherited from WebExtendedImageInfoRequestParams) |
![]() | expandSupportedPixelFormats | Gets or sets a value indicating whether the processing command need to convert the processing image to the nearest pixel format without color loss if processing command does not support pixel format of the processing image (Inherited from BaseProcessingCommandRequestParams) |
![]() | imageInfo | Gets or sets an information about web image. (Inherited from WebImageInfoRequestParams) |
![]() | luminanceComputationMode | Gets or sets the luminance computation mode. |
![]() | maxLevelDifference | Gets or sets the sensibility of dark pixels in light regions for adaptive binarization mode. |
![]() | minLevelDifference | Gets or sets the sensibility of light pixels in dark regions for adaptive binarization mode. |
![]() | renderingSettings | Gets or sets the rendering settings of image. (Inherited from WebExtendedImageInfoRequestParams) |
![]() | requestId | Gets or sets the identifier of request. (Inherited from WebRequestParamsBase) |
![]() | restoreSourcePixelFormat | Gets or sets a value indicating whether the processing command need to restore source pixel format of processed image if source image pixel format was change during image processing. (Inherited from BaseProcessingCommandRequestParams) |
![]() | sessionId | Gets or sets the identifier of HTTP session. (Inherited from WebRequestParamsBase) |
![]() | threshold | Gets or sets the threshold for threshold binarization mode |
![]() | windowRadius | Gets or sets the radius of the local window for adaptive binarization mode. |