Plane pose estimation via Intel Realsense D435i camera
-
Hi Mohammad B The link below has some useful research leads for obtaining pose of objects, such as tracking by the object's color.
-
Hi MartyG, Thanks for your prompt answer. Actually I am not going to track the pose of an object. The objects in my scene (particulalry the table) is stationary and I'd like to find the 6D pose of its surface. Could you please help me with that?
-
If you are able to use ROS, there is a project called AUBOi5-D435-ROS-DOPE that is compatible with D435 and states that it can obtain the 6DOF pose of recognized objects.
https://github.com/avinashsen707/AUBOi5-D435-ROS-DOPE
A simpler ROS 6DOF project for RealSense and Nvidia is here:
https://github.com/pauloabelha/Deep_Object_Pose
If you would prefer to use OpenCV, pose can be detected using a technique called a SolvePNP algorithm. For more details of this, I recommend googling for the term opencv pose solvepnp 6dof
You could also investigate the subject of obtaining pose through a plane fit:
https://support.intelrealsense.com/hc/en-us/community/posts/360050894154-plane-detection
Please sign in to leave a comment.
Comments
3 comments