0
17kviews
Explain the method of edge linking using hough transform.
1 Answer
6
1.4kviews

Hough transform can be used for pixel linking and curve detection. The straight line represented by y=mx+c can be expressed in polar coordinate system as,

ρ = xcos(θ)+ ysin(θ) …………………..(i)

Where ρ,θ defines a vector from the origin to the nearest pointon the straight line y=mx+c. this vector will be …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.