Ask Your Question
0

soft POSIT implementation

asked 2013-01-08 15:39:07 -0600

HSV gravatar image

I was wondering if anyone has implemented the softPosit routine in c++ or python, and if so would share with me what they’ve done. I’m using windows 7 and python bindings, but any c++ code would be helpful.

the softposit routine does "for determining the pose of a 3D object from a single 2D image when correspondences between object points and image points are not known".

I have exactly that problem. I know the 3d locations of some targets. I then can use only 1 image of the object. From that image I find the targets, or most of them, sometimes targets are blocked from view. I then need a way to automatically calculate the pose. I can't use the Posit in opencv, because the 3d/2d lists must be same size, and in the same order. I don’t know the order without having to do some sort of manual picking. That is not acceptable any longer for my problem. Hence, softPosit, it can deal with 1st the correspondence problem, then the posit problem.
Thanks John

ref: http://www.umiacs.umd.edu/~ramani/pubs/softposit.pdf

edit retag flag offensive close merge delete

Comments

hello John . I have the same problems,Can we talk about it? My e-mail is [email protected]? what is your e-mail? thanks John.

ytduan gravatar imageytduan ( 2017-05-13 08:40:56 -0600 )edit

1 answer

Sort by » oldest newest most voted
0

answered 2017-08-15 14:53:35 -0600

HSV gravatar image

I found this implementation of osoftposit, https://github.com/hanshuo/softposit there are matlab fortran source files. I haven't had any luck getting those files to work, if anyone else does please post process! thanks.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-01-08 15:39:07 -0600

Seen: 1,104 times

Last updated: Jan 08 '13