- Mastering OpenCV 4
- Roy Shilkrot David Millán Escrivá
- 207字
- 2021-07-02 14:47:42
Implementing SfM in OpenCV
OpenCV has an abundance of tools to implement a full-fledged SfM pipeline from first principles. However, such a task is very demanding and beyond the scope of this chapter. The former edition of this book presented just a small taste of what building such a system will entail, but luckily now we have at our disposal a tried and tested technique integrated right into OpenCV's API. Although the sfm module allows us to get away with simply providing a non-parametric function with a list of images to crunch and receive a fully reconstructed scene with a sparse point cloud and camera poses, we will not take that route. Instead, we will see in this section some useful methods that will allow us to have much more control over the reconstruction and exemplify some of the topics we discussed in the last section, as well as be more robust to noise.
This section will begin with the very basics of SfM: matching images using key points and feature descriptors. We will then advance to finding tracks, and multiple views of similar features through the image set, using a match graph. We proceed with 3D reconstruction, 3D visualization, and finally MVS with OpenMVS.
- SQL Server 從入門到項目實踐(超值版)
- Rust編程:入門、實戰與進階
- CentOS 7 Server Deployment Cookbook
- Python從菜鳥到高手(第2版)
- Xcode 7 Essentials(Second Edition)
- INSTANT MinGW Starter
- Linux網絡程序設計:基于龍芯平臺
- C++程序設計基礎教程
- JavaScript 程序設計案例教程
- C++面向對象程序設計習題解答與上機指導(第三版)
- 51單片機C語言開發教程
- Arduino計算機視覺編程
- Vue.js 3應用開發與核心源碼解析
- Web前端開發精品課:HTML5 Canvas開發詳解
- Python Business Intelligence Cookbook