当前位置:网站首页>Summary and effect analysis of methods for calculating binocular parallax
Summary and effect analysis of methods for calculating binocular parallax
2022-04-23 20:37:00 【Zhongai0049】
Summary and effect analysis of methods for calculating binocular parallax
This is what I tried in the process of calculating binocular parallax , Want to record . It would be better if it were helpful to everyone ! If there are mistakes or improvements , Welcome to correct !!
- matlab Self contained disparity function (BM Method ) Binocular parallax
disparityRange = [-16 112];
disparityMap = disparity(left,right,‘BlockSize’,…
5,‘DisparityRange’,disparityRange,‘UniquenessThreshold’,3);
The renderings are as follows :
Original picture 1
Parallax map 1( Up for BM Algorithm , for SGM Algorithm )
PS: The effect is OK , On the whole , A large part of the effect presented follows disparityRange Change by change . It is important to choose the appropriate range of parallax . You can start with matlab With APP Choose from Image viewer, Roughly check the parallax range of the two images . An example is shown below :
Original picture 2
Parallax map 2
Parallax range in the figure above [0,64], The effect is not obvious
Parallax range in the figure above [0,32], The effect is relatively obvious , But it's not very good .
Infer from the second attempt , When the scene in the image is complex ,disparity The calculation accuracy of the function is relatively low .
- NCC Measure
The renderings are as follows :
Original picture
Parallax map
3. Block matching to calculate binocular parallax
Original picture :
Parallax map :
4.ELAS Method to calculate binocular parallax
Original picture :
Parallax map :
Different algorithms , Different effects , But in the calculation of binocular parallax , Parameter setting is particularly important . If the appropriate parameters are not selected , The effect is unspeakable ... alas
It's recorded here for the time being , If you encounter again in the future , Add again ...
版权声明
本文为[Zhongai0049]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204210547163024.html
边栏推荐
- Parsing methods of JSON data in C - jar and jobobject: error reading jar from jsonreader Current JsonReader item
- bounding box iou
- Matlab analytic hierarchy process to quickly calculate the weight
- Go zero framework database avoidance Guide
- Syntaxerror: unexpected token r in JSON at position 0
- Implementation of mypromise
- go-zero框架数据库方面避坑指南
- [stack and queue topics] - sliding window
- Unity solves Z-fighting
- Commit and rollback in DCL of 16 MySQL
猜你喜欢
Preliminary understanding of cache elimination algorithm (LRU and LFU)
Scripy tutorial - (2) write a simple crawler
Modeling based on catiav6
[stack and queue topics] - sliding window
Development of Matlab GUI bridge auxiliary Designer (functional introduction)
Three. Based on ply format point cloud voxel model JS upload interface writing
Leetcode 74. Search two-dimensional matrix
Imitation Baidu map realizes the three buttons to switch the map mode by automatically shrinking the bottom
"Meta function" of tidb 6.0: what is placement rules in SQL?
Scrapy教程 - (2)寫一個簡單爬蟲
随机推荐
[PTA] l1-006 continuity factor
Devaxpress report replay: complete the drawing of conventional two-dimensional report + histogram + pie chart
【PTA】L2-011 玩转二叉树
Operation of numpy array
On BIM data redundancy theory
Bash script learning -- for loop traversal
Go zero framework database avoidance Guide
Shanghai responded that "flour official website is an illegal website": neglect of operation and maintenance has been "hacked", and the police have filed a case
[PTA] l1-002 printing hourglass
MySQL 存储过程和函数
Scripy tutorial - (2) write a simple crawler
How to use PM2 management application? Come in and see
How to do after winning the new debt? Is it safe to open an account online
2021-09-02 unity project uses rider to build hot change project failure record of ilruntime
How to protect ECs from hacker attacks?
Leetcode 994, rotten orange
Solution: NPM err! code ELIFECYCLE npm ERR! errno 1
SQL Server Connectors By Thread Pool | DTSQLServerTP plugin instructions
The ODB model calculates the data and outputs it to excel
LeetCode 20、有效的括号