Some question about Line features #1182
Unanswered
LeeLiang123
asked this question in
Q&A
Replies: 1 comment 4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Professor, thank you very much for providing such a useful open source code,but it's difficult for me to figure out the C++ code.So, I am having some question about visual servo using line features.
First is how to calculate the equation of a plane to which the line belongs?I tried to solve the equation using the information on the line detected by the Hough transform and converting the pixel coordinates to points in the camera frame to solve the equation, but it didn't seem to work.
Another question is which parameters are used to calculate the error? For example, four straight lines are detected, so the dimension of the error should be 4 times 6, is that correct?
Your reply will be of great help to me, thanks!
Beta Was this translation helpful? Give feedback.
All reactions