- Building Computer Vision Projects with OpenCV 4 and C++
- David Millán Escrivá Prateek Joshi Vinícius G. Mendon?a Roy Shilkrot
- 126字
- 2021-07-02 12:28:28
3D reconstruction
3D reconstruction is an important topic in computer vision. Given a set of 2D images, we can reconstruct the 3D scene using relevant algorithms. OpenCV provides algorithms that can find the relationship between various objects in those 2D images to compute their 3D positions in its calib3d module.
This module can also handle camera calibration, which is essential for estimating the parameters of the camera. These parameters define how the camera sees the scene in front of it. We need to know these parameters to design algorithms, or else we might get unexpected results.
Let's consider the following diagram:

As we can see here, the same object is captured from multiple positions. Our job is to reconstruct the original object using these 2D images.
- 云數(shù)據(jù)中心基礎(chǔ)
- Test-Driven Development with Mockito
- Voice Application Development for Android
- SQL Server 2008數(shù)據(jù)庫(kù)應(yīng)用技術(shù)(第二版)
- Learning Spring Boot
- 新型數(shù)據(jù)庫(kù)系統(tǒng):原理、架構(gòu)與實(shí)踐
- R數(shù)據(jù)科學(xué)實(shí)戰(zhàn):工具詳解與案例分析(鮮讀版)
- Dependency Injection with AngularJS
- 基于Apache CXF構(gòu)建SOA應(yīng)用
- 數(shù)據(jù)庫(kù)原理與應(yīng)用(Oracle版)
- MATLAB Graphics and Data Visualization Cookbook
- 云原生數(shù)據(jù)中臺(tái):架構(gòu)、方法論與實(shí)踐
- Python數(shù)據(jù)分析與挖掘?qū)崙?zhàn)(第3版)
- 科研統(tǒng)計(jì)思維與方法:SPSS實(shí)戰(zhàn)
- INSTANT Android Fragmentation Management How-to