2024-11-10
4.3k words
24 mins
用原生opencv代码实现霍夫变换(Tough-Transform)
基本要求
Hough transform is a very classic and useful method for the detection of curves or lines. It uses the transformation of two coordinate spaces (the image space and the Hough space) to map curves or straight lines to points in another coordinate space to vote and form peaks, thus transforming the