lardemua / atom

Calibration tools for multi-sensor, multi-modal robotic systems
GNU General Public License v3.0
252 stars 26 forks source link

Unite chessboard and charuco visualization #170

Closed miguelriemoliveira closed 4 years ago

miguelriemoliveira commented 4 years ago

Must find a way to draw both correctly.

Also, line and point markers should be added overlaying the textured mesh, since those are more useful for assessing the objective function.

miguelriemoliveira commented 4 years ago

yes, right. I would say:

for each point in limit_points_detected_in_the_cloud:
    compute minimum distance to all the sampled points in the pattern frame
    use the minimum as the error for that point

with all the changes that I was making in the patterns I may have introduced some bug ,,, let me know if the optimizer is doing awkward stuff.

miguelriemoliveira commented 4 years ago

This discussion should be in the other issue ...