LevMarqSparse::bundleAdjust

asked 2013-04-16 14:00:57 -0600

Maria gravatar image

Hello, I am using 2.4.5 version of opencv(unix), and I want to use bundleAdjust function, I see it takes two parameters that I can't understand what they are. 1. BundleAdjustCallBack 2.void* userData. I would be grateful if you can provide me some information about these 2 parameters.

Thanks, Maria

edit retag flag offensive close merge delete

Comments

2

Hi, What kind of application are you developing? I may recommend you to use SSBA (Simple Sparse Bundle Adjustment). In the book "Mastering OpenCV with Practical Computer Vision Projects" there is a free chapter (4) that explains 3D reconstruction using SSBA with OpenCV.

RaulPL gravatar imageRaulPL ( 2013-04-17 02:21:49 -0600 )edit