paper-with-me

홈 › Papers

Using Sparse Elimination for Solving Minimal Problems in Computer Vision

2017-10-01 · ICCV 2017 10 · Janne Heikkila

Finding a closed form solution to a system of polynomial equations is a common problem in computer vision as well as in many other areas of engineering and science. Groebner basis techniques are often employed to provide the solution, but implementing an efficient Groebner basis solver to a given problem requires strong expertise in algebraic geometry. One can also convert the equations to a polynomial eigenvalue problem (PEP) and solve it using linear algebra, which is a more accessible approach for those who are not so familiar with algebraic geometry. In previous works PEP has been successfully applied for solving some relative pose problems in computer vision, but its wider exploitation is limited by the problem of finding a compact monomial basis. In this paper, we propose a new algorithm for selecting the basis that is in general more compact than the basis obtained with a state-of-the-art algorithm making PEP a more viable option for solving polynomial equations. Another contribution is that we present two minimal problems for camera self-calibration based on homography, and demonstrate experimentally using synthetic and real data that our algorithm can provide a numerically stable solution to the camera focal length from two homographies of unknown planar scene.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Computing stable resultant-based minimal solvers by hiding a variable

2020-07-17 · Snehal Bhayani, Zuzana Kukelova, Janne Heikkilä

Many computer vision applications require robust and efficient estimation of camera geometry. The robust estimation is usually based on solving camera geometry problems from a minimal number of input data measurements, i…

Optimizing Elimination Templates by Greedy Parameter Search

2022-03-28 · CVPR 2022 1 · Evgeniy Martyushev, Jana Vrablikova, Tomas Pajdla

We propose a new method for constructing elimination templates for efficient polynomial system solving of minimal problems in structure from motion, image matching, and camera tracking. We first construct a particular af…

Pose Estimation

GPU-Based Homotopy Continuation for Minimal Problems in Computer Vision

2021-12-07 · CVPR 2022 1 · Chiang-Heng Chien, Hongyi Fan, Ahmad Abdelfattah, Elias Tsigaridas 외

Systems of polynomial equations arise frequently in computer vision, especially in multiview geometry problems. Traditional methods for solving these systems typically aim to eliminate variables to reach a univariate pol…

GPUPose Estimation

A sparse resultant based method for efficient minimal solvers

2019-12-21 · CVPR 2020 6 · Snehal Bhayani, Zuzana Kukelova, Janne Heikkilä

Many computer vision applications require robust and efficient estimation of camera geometry. The robust estimation is usually based on solving camera geometry problems from a minimal number of input data measurements, i…

Efficient Solvers for Minimal Problems by Syzygy-Based Reduction

2017-07-01 · CVPR 2017 7 · Viktor Larsson, Kalle Astrom, Magnus Oskarsson

In this paper we study the problem of automatically generating polynomial solvers for minimal problems. The main contribution is a new method for finding small elimination templates by making use of the syzygies (i.e. th…