Name | Description | |
---|---|---|
![]() | Binarization | Gets or sets a binarization command applied to a not-black-white images. |
![]() | CanModifyImage | Gets a value indicating whether this command can modify an image. (Inherited from ProcessingCommandBase) |
![]() | Direction | Gets or sets the direction of lines. |
![]() | 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 (GetOutputPixelFormat(VintasoftImage)) if processing command does not support pixel format of the processing image (SupportedNativePixelFormats). (Inherited from ProcessingCommandBase) |
![]() | FillColor | Gets or sets a color for filling of lines. |
![]() | FillColorAutoDetection | Gets or sets a value indicating whether color for filling of lines is detected automatically. |
![]() | IsCanceled | Gets a value indicating whether a processing command is canceled. (Inherited from ProcessingCommandBase) |
![]() | IsNested | Gets or sets a value indicating whether this command is nested into another command. (Inherited from ProcessingCommandBase) |
![]() | LineEndsType | Gets or sets the type of lines ends. |
![]() | LinesType | Gets or sets the type of lines to remove. |
![]() | MaxCurvature | Gets or sets the maximum curvature of line. |
![]() | MaxDeviationAngle | Gets or sets the maximum angle, in degrees, of line deviation from the Direction. |
![]() | MaxGapLength | Gets or sets the maximum length of line gap. |
![]() | MaxLength | Gets or sets the maximum length of line. |
![]() | MaxWidth | Gets or sets the maximum width of line. |
![]() | MinConfidence | Gets or sets the minimum confidence of line. |
![]() | MinLength | Gets or sets the minimum length of line. |
![]() | MinSizeRatio | Gets or sets the minimum length-to-width ratio of line. |
![]() | MinWidth | Gets or sets the minimum width of line. |
![]() | Name | Gets the name of the command. |
![]() | ReconnectBrokenObjects | Gets or sets a value indicating whether the line removal process reconnects objects that are broken after removing of the intersecting lines. |
![]() | RegionOfInterest | Gets or sets the region of the image which should be processed by by the image processing command. (Inherited from ProcessingCommandWithRegion) |
![]() | 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 ProcessingCommandBase) |
![]() | Results | Gets the results of execution of this command after execution of the command. Sets the results of previously executed commands, current command can use results if necessary. (Inherited from ProcessingCommandBase) |
![]() | SupportedNativePixelFormats | Gets a list of supported native pixel formats for this processing command. |
![]() | SupportedPixelFormats | Gets a list of supported pixel formats for this processing command. (Inherited from ProcessingCommandBase) |