You are here: Start » AVL.NET » HoughCircle Constructor
HoughCircle Constructor
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Syntax
public HoughCircle( AvlNet.Point2D circleCenter, float circleRadius, float centerX, float centerY, float score )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| circleCenter | AvlNet.Point2D | ||||
| circleRadius | float | ||||
| centerX | float | ||||
| centerY | float | ||||
| score | float |
