- 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.
- 一步一步學Spring Boot 2:微服務項目實戰(zhàn)
- C#完全自學教程
- Instant Typeahead.js
- Java Web程序設計
- Ext JS 4 Web Application Development Cookbook
- 全棧自動化測試實戰(zhàn):基于TestNG、HttpClient、Selenium和Appium
- SQL Server從入門到精通(第3版)
- Getting Started with Laravel 4
- 低代碼平臺開發(fā)實踐:基于React
- 自學Python:編程基礎、科學計算及數(shù)據(jù)分析(第2版)
- 遠方:兩位持續(xù)創(chuàng)業(yè)者的點滴思考
- Building Slack Bots
- ASP.NET求職寶典
- Python Web自動化測試設計與實現(xiàn)
- HTML5+CSS3+jQuery Mobile+Bootstrap開發(fā)APP從入門到精通(視頻教學版)