-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如何在图像中同时显示点和线 #17
Comments
同问,你解决了么 |
他的line feature publish的数据有问题,只有undistorted, 你要自己到feature_tracker/src/linefeature_tracker_node.cpp这个里面的line 69 - line 80自己在channel 3 4 5 6发布distorted数据, 然后把config路径都改了 |
|
你可以看下我改完的这个 https://github.com/CorsairCat/PL-VINS 最后一个提交 |
成功解决了已经,谢谢! |
我在运行的时候只能在图像中显示特征点的跟踪,并不能像论文或者演示的视频里那样在图像中同时显示点和线的跟踪情况,请问这个需要修改代码中的哪一部分呢?
The text was updated successfully, but these errors were encountered: