Метод | Описание | |
---|---|---|
GetLinesByRelativeIntensity ( double minRelativeIntensity ) : AForge.Imaging.HoughLine[] |
Get lines with
|
|
GetMostIntensiveLines ( int count ) : AForge.Imaging.HoughLine[] |
Get specified amount of lines with highest
|
|
HoughLineTransformation ( ) : System |
Initializes a new instance of the HoughLineTransformation class.
|
|
ProcessImage ( |
Process an image building Hough map.
|
|
ProcessImage ( |
Process an image building Hough map.
|
|
ProcessImage ( |
Process an image building Hough map.
|
|
ProcessImage ( |
Process an image building Hough map.
|
|
ProcessImage ( |
Process an image building Hough map.
|
|
ProcessImage ( |
Process an image building Hough map.
|
|
ToBitmap ( ) : |
Convert Hough map to bitmap.
|
Метод | Описание | |
---|---|---|
CollectLines ( ) : void |
public GetLinesByRelativeIntensity ( double minRelativeIntensity ) : AForge.Imaging.HoughLine[] | ||
minRelativeIntensity | double | Minimum relative intesity of lines. |
Результат | AForge.Imaging.HoughLine[] |
public GetMostIntensiveLines ( int count ) : AForge.Imaging.HoughLine[] | ||
count | int | Amount of lines to get. |
Результат | AForge.Imaging.HoughLine[] |
public HoughLineTransformation ( ) : System | ||
Результат | System |
public ProcessImage ( |
||
image | Source image to process. | |
Результат | void |
public ProcessImage ( |
||
image | Source image to process. | |
rect | Image's rectangle to process. | |
Результат | void |
public ProcessImage ( |
||
imageData | Source image data to process. | |
Результат | void |
public ProcessImage ( |
||
imageData | Source image data to process. | |
rect | Image's rectangle to process. | |
Результат | void |
public ProcessImage ( |
||
image | Source unmanaged image to process. | |
Результат | void |
public ProcessImage ( |
||
image | Source unmanaged image to process. | |
rect | Image's rectangle to process. | |
Результат | void |