Name | Description | |
---|---|---|
![]() | WebImageSegmentationCommandJS | Initializes a new instance of the WebImageSegmentationCommandJS class. |
Name | Description | |
---|---|---|
![]() | WebImageSegmentationCommandJS | Initializes a new instance of the WebImageSegmentationCommandJS class. |
Name | Description | |
---|---|---|
![]() | checkCommandParams | Checks command parameters before command execution. Throws an exception if parameters are NOT correct. (Inherited from WebImageProcessingCommandBaseJS) |
![]() | execute | Overloaded. Executes the image processing command. |
![]() | get_ActionName | Gets action name. |
![]() | get_CanModifyImage | Gets a value indicating whether this command can modify an image. (Inherited from WebImageProcessingCommandBaseJS) |
![]() | get_ColorHighThreshold | Gets the maximum allowable difference between colors for image region in the source document image. |
![]() | get_ColorLowThreshold | Gets the minimum allowable difference between colors for image region in the source document image. |
![]() | get_ExpandSupportedPixelFormats | Gets a value indicating whether the command needs to convert an image to the nearest pixel format (WebImageProcessingCommandBaseJS.get_SupportedNativePixelFormats) without color loss if command does not support pixel format of image. (Inherited from WebImageProcessingCommandBaseJS) |
![]() | get_MinimumRegionArea | Gets the minimum region area. |
![]() | get_NoiseRemovalWindowSize | Gets the window size for noise removal algorithm. |
![]() | get_RectangleAccuracy | Gets the accuracy of approximating image region using rectangles. |
![]() | get_RestoreSourcePixelFormat | Gets 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 WebImageProcessingCommandBaseJS) |
![]() | get_Sensitivity | Gets the sensitivity of the command. |
![]() | get_SupportedNativePixelFormats | Gets an array of supported native pixel formats for this processing command. (Inherited from WebImageProcessingCommandBaseJS) |
![]() | get_SupportedPixelFormats | Gets an array of supported pixel formats for this processing command. (Inherited from WebImageProcessingCommandBaseJS) |
![]() | get_WindowSize | Gets a window size of the command. |
![]() | getParams | Returns command parameters as object. |
![]() | set_ColorHighThreshold | Sets the maximum allowable difference between colors for image region in the source document image. |
![]() | set_ColorLowThreshold | Sets the minimum allowable difference between colors for image region in the source document image. |
![]() | set_ExpandSupportedPixelFormats | Sets a value indicating whether the command needs to convert an image to the nearest pixel format (WebImageProcessingCommandBaseJS.get_SupportedNativePixelFormats) without color loss if command does not support pixel format of image. (Inherited from WebImageProcessingCommandBaseJS) |
![]() | set_MinimumRegionArea | Sets the minimum region area. |
![]() | set_NoiseRemovalWindowSize | Sets the window size for noise removal algorithm. |
![]() | set_RectangleAccuracy | Sets the accuracy of approximating image region using rectangles. |
![]() | set_RestoreSourcePixelFormat | 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 WebImageProcessingCommandBaseJS) |
![]() | set_Sensitivity | Sets the sensitivity of the command. |
![]() | set_WindowSize | Sets a window size of the command. |
WebImageSegmentationCommandJS Class
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace