|
Algorithm 3: CalculatingHCT(img, dp, minDist, param1, param2, minRadius, maxRadius,
) |
| //Detecting a circle to calculate the center of both CA and FA using HCT |
| Input |
| (1) : an input image
|
| (2)
|
| (3)
|
| (4)
|
| (5)
|
| (6)
|
| (7)
|
| Output |
| (8)
|
| (9)
|
| (10)
|
| Begin |
| 1.
|
| 2.
|
| 3.
|
| 4.
|
| 5.
|
| 6.
|
| 7.
|
| 8.
|
| 9.
|
| 10.
|
| 11.
|
| 12.
|
| 13.
|
| 14.
|
| 15.
|
| 16.
|
| 17.
|
| 18.
|
| 19.
|
| END |