-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Image fusion backend optimization problem #337
Comments
You would need to provide the graph here to have a look into the problem. |
VERTEX_SE2 0 0 0 0 The above is my pose-graph information, where the constraint between the edges is the transformation matrix between the two images, and the node information is the pose of the image. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days. |
This issue was closed because it has been stalled for 14 days with no activity. |
I have multiple images, and I can get the transformation matrix (odometer constraint) and closed loop constraint between the two images. I opened this g2o file with g2o_viewer and optimized it. The node information obtained through optimization cannot fusion many pictures very well. Why?
The text was updated successfully, but these errors were encountered: