Skip to content

Commit 8e0827f

Browse files
Update README.md
1 parent 9a6e6aa commit 8e0827f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Circular-Hough-Transform-using-MATLAB
22

3-
The circular Hough Transform (CHT) is a basic feature extraction technique used in digital image processing for detecting circles in imperfect images.
3+
The circular Hough Transform (CHT) is a basic feature extraction technique in digital image processing that detects circles in imperfect images.
44
The circle candidates are produced by “voting” in the Hough parameter space and then selecting local maxima in an accumulator matrix.
55

6-
CHT is used to transform a set of edge points in the image space into a set of accumulated votes in a parameter space.
6+
CHT transforms a set of edge points in the image space into a set of accumulated votes in a parameter space.
77
For each edge point, votes are accumulated in an accumulator array for all parameter combinations.
8-
The array elements that contain the highest number of votes indicate the presence of the shape.
8+
The array of elements that contain the highest number of votes indicates the presence of the shape.
99

10-
So here three ways of representing the CHT is presented . The codes are implemented in MATLAB. The mesh plots are also plotted which shows the highest number of votes or we can say the intersection points between actual and assumed circle.
10+
So here, three ways of representing the CHT are presented. The codes are implemented in MATLAB. The mesh plots are also plotted, which show the highest number of votes, or, we can say, the intersection points between the actual and assumed circles.
1111
The three cases with their plots are as follows:
1212

1313
# Having Greater Radius

0 commit comments

Comments
 (0)