You are here: Start » AVL.NET » HoughCircle Class
HoughCircle Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Aggregates detected circle with its score.
Constructors
| Constructor | Description | |
|---|---|---|
| HoughCircle(Circle2D) | ||
| HoughCircle(Circle2D, Point2D, Single) | ||
| HoughCircle() |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Center | AvlNet.Point2D | ||
| Circle | AvlNet.Circle2D | ||
| Score | System.Single |
Methods
| Name | Description | |
|---|---|---|
| Equals(AvlNet.HoughCircle) | ||
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.HoughCircle, AvlNet.HoughCircle) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
