There's no reason not to model lens distortion and run bundle adjustment. This will allow some form of multi-view stereo to become feasible.
bundle adjustment will let us correct for errors in calibration target (finally!)
It should be relatively easy to create a simple MRF for depth estimation. Likelihood: nearest reprojected distance. prior: first or second order markove in 1-dimension. Look into MRF solvers (is kolmogorov's code available? TRW?).
alternative: keypoint matching and gap-filling. think pmvs, but with 2 dof instead of 3
alternative:
greedily pick pairs to merge, using DTW to match points and branching gaussian process to perform marginal likleihood. compare against mcmc
future papers could add branching and background rejection.
maximum posterior
compare against hand-picked correspondences
compare against bundler + pmvs.
**Alternarive initial depth estimate: sift keypoint matching for seeding multi-view stereo. use background model to mask-out background keypoints.
ceres-solver for nonlinear least squares task.
evaluate sensitivity to poor calibration. which methods deteriorate fastest?
Posted by Kyle Simek