Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种简单的算法来查找图像上的直线。不一定很快,只是一个工作概念。我已经完成了我的作业,并且已经找到了解决问题的几种方法(例如Canny和 Hough 变换或LSD的组合),但找不到任何相对容易实现的方法。
我的输入数据是灰度 8 bpp 图像。
霍夫变换是一种很好的方法。还可以尝试对异常值更稳健的 RANSAC 算法。