You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cv2.error: OpenCV(4.2.0) C:\Users\lix\AppData\Local\Temp\1\pip-req-build-wbmte9m7\opencv\modules\imgproc\src\lsd.cpp:143:
error: (-213:The function/feature is not implemented) Implementation has been removed due original
code license issues in function ‘cv::LineSegmentDetectorImpl::LineSegmentDetectorImpl’
在opencv 4.2.0.34版本下调用 lsd = cv2.createLineSegmentDetector(0) 运行报错
报源码许可证问题而删除了实现
在opencv contrib扩展中的ximgproc模块中给出了一个LineSegmentDetector类,来替代LSD算法。
该算法来自于2014年ICRA的一篇论文《Outdoor place recognition in urban environments using straight lines》
ref https://blog.csdn.net/Zhaoxi_Li/article/details/106844821
The text was updated successfully, but these errors were encountered: