Hello, I am beginner in OpenCV. I want to estimate Pose of circular object using stereo camera and pick it. My object looks like this.. I can detect circle in image using Hough circle or also with blob detector. But how can I proceed further to estimate Pose? I have CAD model available for this object?
Thanks.