LevMarqSparse::bundleAdjust
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
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.