IvLabs / autonomous-delivery-robot

Repository for Autonomous Delivery Robot project of IvLabs, VNIT
http://www.ivlabs.in/autonomous-driving-platform.html
68 stars 18 forks source link

Orthographic View of Segmented Image #14

Closed akshaykulkarni07 closed 2 years ago

akshaykulkarni07 commented 4 years ago

Orthographic view of each segmented image is required for local planning to find the free routes. Since camera is fixed to the bot (height from ground is also fixed), it's rotation and translation w.r.t ground will also be fixed (assuming flat ground i.e. no slope). Then, we can use a perspective transform to get the orthographic view. Tasks:

Update: The outputs obtained currently seem to be fine. So, not doing the estimation of R and T from multiple images to get a better homography matrix.

Some outputs can be seen here. Output can be improved by getting a better estimate of the homography matrix (will be done soon).

@aj161198 Add your ideas about possibility of SLAM/stitching and other things in this thread (and correct any statements mentioned above if necessary).

patilunmesh commented 4 years ago

@aj161198