FindLinesCommand Class |
|
Namespace: MediaCy.Addins.Hough
Public Class FindLinesCommand Inherits HoughCommand
The FindLinesCommand type exposes the following members.
| Name | Description | |
|---|---|---|
| FindLinesCommand | Initializes a new instance of the FindLinesCommand class | |
| FindLinesCommand(McCommand) | Initializes a new instance of the FindLinesCommand class |
| Name | Description | |
|---|---|---|
| CreateCaliper |
Use calipers detecting lines. When the option is True, the line start and end are detected using calipers.
When the option is false the lines crossing whole image are added.
| |
| FilterSize |
Smoothing filter size detecting spikes.
| |
| HoughImageWidth |
Width of the output Hough image corresponds to the number of angles used for the Hough transform.
The default value is 360 that corresponds to 1 degree step.
| |
| MinLineLength |
Minimum line length in pixels
| |
| ResultType |
Result type
|
| Name | Description | |
|---|---|---|
| FromOptions |