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 检测器的标准方法返回的结果很差。(我更喜欢 openCV API,但任何想法都会有所帮助)
您可以使用霍夫线检测来检测垂直线
您应该应用水平过滤(例如 Sobel – cvSobel() ),它将仅检测垂直边缘。