Method | Description | |
---|---|---|
GetCirclesByRelativeIntensity ( double minRelativeIntensity ) : Accord.Imaging.HoughCircle[] |
Get circles with relative intensity higher then specified value.
|
|
GetMostIntensiveCircles ( int count ) : Accord.Imaging.HoughCircle[] |
Get specified amount of circles with highest intensity.
|
|
HoughCircleTransformation ( int radiusToDetect ) : System |
Initializes a new instance of the HoughCircleTransformation class.
|
|
ProcessImage ( |
Process an image building Hough map.
|
|
ProcessImage ( |
Process an image building Hough map.
|
|
ProcessImage ( |
Process an image building Hough map.
|
|
ToBitmap ( ) : |
Ñonvert Hough map to bitmap.
|
Method | Description | |
---|---|---|
CollectCircles ( ) : void | ||
DrawHoughCircle ( int xCenter, int yCenter ) : void | ||
SetHoughCirclePoints ( int cx, int cy, int x, int y ) : void | ||
SetHoughPoint ( int x, int y ) : void |
public GetCirclesByRelativeIntensity ( double minRelativeIntensity ) : Accord.Imaging.HoughCircle[] | ||
minRelativeIntensity | double | Minimum relative intesity of circles. |
return | Accord.Imaging.HoughCircle[] |
public GetMostIntensiveCircles ( int count ) : Accord.Imaging.HoughCircle[] | ||
count | int | Amount of circles to get. |
return | Accord.Imaging.HoughCircle[] |
public HoughCircleTransformation ( int radiusToDetect ) : System | ||
radiusToDetect | int | Circles' radius to detect. |
return | System |
public ProcessImage ( |
||
image | Source image to process. | |
return | void |
public ProcessImage ( |
||
imageData | Source image data to process. | |
return | void |
public ProcessImage ( |
||
image | Source unmanaged image to process. | |
return | void |