博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
OpenCV stereo matching BM 算法
阅读量:7008 次
发布时间:2019-06-28

本文共 414 字,大约阅读时间需要 1 分钟。

 

一直找不到opencv stereo matching的根据和原理出处,下面这个文章贴了个链接,有时间看看:

 

 

Basically OpenCV provides 2 methods to calculate a dense disparity map:

:
 
Fast
 
(can process several images per second), but if parameters not tuned then the
 
results are poor
.
:
 
Really Slow
 
(takes several seconds, even minutes per image), but gets
 very accurate results
.

In this post I willfocus on cvFindStereoCorrespondenceBM, this method is based on .

 

参考:

转载地址:http://zrntl.baihongyu.com/

你可能感兴趣的文章