Export Citations
Efficient solutions to polynomial equation systems is an important topic in modern geometric computer vision. The importance stems from the fact that many minimal problems (problems that use the fewest possible number of constraints) have been formulated as polynomial systems in recent years. Minimal problems are extremely important in geometric computer vision because they guarantee the highest probability of rejecting outliers when used with robust estimation frameworks such as RANSAC. However, since many instances of the same minimal problem have to be solved in a typical live vision system, efficient solutions are paramount to reaping full benefit from their solutions. The goal of this work is to solve new and useful minimal geometry problems as well as advance the theory behind the solution methods. New solutions to two such minimal problems are offered and a new development in optimizing solutions for a class of problems using the so-called "action matrix" method is also presented. The first minimal problem that is solved is the structure from motion with a directional correspondence, where image projections of three 3D points in two cameras are combined with a common direction or a point at infinity to solve for camera motion. This algorithm can be solved in closed form or using algebraic geometry and becomes a foundation of a visual odometry algorithm that uses a four-point RANSAC hypothesis to estimate motion instead of the traditional five. The second minimal problem uses 3D point to plane correspondences to establish the motion between two coordinate systems and targets the problem of LIDAR to camera calibration. A set of six correspondence of image line (a plane in 3D) to LIDAR points is sufficient to estimate the relative pose of the devices, including scale. This problem can be solved in closed form using the Macaulay resultant, and becomes the basis for construction of automatic calibration software. The proposed optimization to the action matrix method leads to an improvement in performance and numerical stability of existing algorithms, such as uncalibrated image stitching and three-view triangulation.
Recommendations
Semi-dense Visual Odometry for a Monocular Camera
ICCV '13: Proceedings of the 2013 IEEE International Conference on Computer VisionWe propose a fundamentally novel approach to real-time visual odometry for a monocular camera. It allows to benefit from the simplicity and accuracy of dense tracking - which does not depend on visual features - while running in real-time on a CPU. The ...
Real-time Quadrifocal Visual Odometry
In this paper we describe a new image-based approach to tracking the six-degree-of-freedom trajectory of a stereo camera pair. The proposed technique estimates the pose and subsequently the dense pixel matching between temporal image pairs in a sequence ...
Visual odometry with a single-camera stereo omnidirectional system
AbstractThis paper presents the advantages of a single-camera stereo omnidirectional system (SOS) in estimating egomotion in real-world environments. The challenge of applying omnidirectional stereo vision via a single camera is what separates our work ...