Name | Description | |
---|---|---|
![]() | LineRecognitionCommand Constructor | Initializes a new instance of the LineRecognitionCommand class. |
The following tables list the members exposed by LineRecognitionCommand.
Name | Description | |
---|---|---|
![]() | LineRecognitionCommand Constructor | Initializes a new instance of the LineRecognitionCommand class. |
Name | Description | |
---|---|---|
![]() | Binarization | Gets or sets a binarization command applied to a not-black-white images. |
![]() | CanModifyImage | Overridden. Gets the value indicating whether this command modifies image. |
![]() | 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 (Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase.GetOutputPixelFormat) if processing command does not support pixel format of the processing image (Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase.SupportedNativePixelFormats). (Inherited from Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase) |
![]() | IsCanceled | Gets a value indicating whether a processing command is canceled. (Inherited from Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase) |
![]() | IsNested | Gets or sets a value indicating whether this command is nested into another command. (Inherited from Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase) |
![]() | LineEndsType | Gets or sets the type of lines ends. |
![]() | Lines | Gets the collection of recognized lines. |
![]() | LinesType | Gets or sets the type of lines to recognize. |
![]() | 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 | Overridden. Gets the name of the command. |
![]() | ReconnectBrokenObjects | Gets or sets the value indicating whether a recognized line must be divided into several lines if line intersects other lines or objects. |
![]() | RegionOfInterest | Gets or sets the region of the image which should be processed by by the image processing command. (Inherited from Vintasoft.Imaging.ImageProcessing.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 Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase) |
![]() | Results | Sets the results of previously executed commands, current command can use results if necessary. Gets the results of execution of this command after execution of the command. (Inherited from Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase) |
![]() | SupportedNativePixelFormats | Overridden. 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 Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase) |
Name | Description | |
---|---|---|
![]() | IsImagePixelFormatChanged | Gets or sets a value indicating whether the pixel format of source image was changed before image processing because command natively did not supported the source image pixel format. (Inherited from Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase) |
![]() | PixelFormatExpandingMethod | Gets or sets the method, which defines how to expand the supported pixel formats when native pixel formats must be expanded. (Inherited from Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase) |
![]() | RestoreSourcePalette | Gets or sets a value indicating whether the processing command should restore the source palette of processed image if source image palette was changed during image processing. (Inherited from Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase) |
Name | Description | |
---|---|---|
![]() | Clone | Overridden. Creates a new LineRecognitionCommand that is a copy of the current instance. |
![]() | CopyTo | Overridden. Copies the state of the current command to the target command. |
![]() | Execute | Overloaded. Executes the image processing command. (Inherited from Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase) |
![]() | ExecuteInPlace | Executes the image processing command in-place. (Inherited from Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase) |
![]() | GetOutputPixelFormat | Overloaded. Overridden. Returns the pixel format of output image (image after processing) for input image with specified pixel format. |
![]() | GetRegionOptimalDecomposition | Returns an array of rectangles, which represent optimal decomposition of the specified rectangle. (Inherited from Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase) |
![]() | IsNativePixelFormatSupported | Returns a value indicating whether specified native pixel format is supported by this processing command. (Inherited from Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase) |
![]() | IsPixelFormatSupported | Returns a value indicating whether specified pixel format is supported by this processing command. (Inherited from Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase) |
![]() | ToString | Returns the name of this image processing command. (Inherited from Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase) |
Name | Description | |
---|---|---|
![]() | GetExpandedPixelFormat | Returns the image pixel format, which will have the processed image if command natively does not support pixel format of source image. (Inherited from Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase) |
![]() | GetSafeRegionOfInterest | Overloaded. Gets the safe region of interest (region of interest inside the image). (Inherited from Vintasoft.Imaging.ImageProcessing.ProcessingCommandWithRegion) |
![]() | ProcessImage | Overloaded. Processes the image and returns the processed image. (Inherited from Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase) |
![]() | ProcessImageInPlace | Overridden. Processes the image in-place. |
![]() | RaiseProgress | Raises the Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase.Progress event. (Inherited from Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase) |
Name | Description | |
---|---|---|
![]() | Canceled | Occurs if image processing was aborted by user. (Inherited from Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase) |
![]() | Finished | Occurs at the end of the image processing. (Inherited from Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase) |
![]() | Progress | Occurs during the image processing, to provide status on the progress of the command. (Inherited from Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase) |
![]() | Started | Occurs at the beginning of the image processing. (Inherited from Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase) |