Skip to content

Apply point cloud from realsense into OpenCV Surface matching algorithm #13689

Answered by MartyG-RealSense
anewworl asked this question in Q&A
Discussion options

You must be logged in to vote

If #4391 is not suitable for your requirements for calculating roll-pitch-yaw with Python code then the official OpenCV documentation does provide a Python pose estimation tutorial that makes use of an OpenCV SolvePNP algorithm to obtain pose.

https://docs.opencv.org/4.x/d7/d53/tutorial_py_pose.html

If ROS is an option for you then you could consider the DOPE method. Such a system uses an RGB image to recognize the object as a box and then calculates its 6 Degrees of Freedom (6DOF) pose. A couple of RealSense-compatible example projects of this type are in the links below.

https://github.com/pauloabelha/Deep_Object_Pose
https://github.com/avinashsen707/AUBOi5-D435-ROS-DOPE

Another way to …

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@anewworl
Comment options

Comment options

You must be logged in to vote
1 reply
@anewworl
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by anewworl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment