doppia代码结构

代码地址:https://bitbucket.org/rodrigob/doppia/src

 

stereo_matching下的几个目录相当于这几篇论文中求stixel的几个步骤

cost_volume相当于

FastDisparityCostVolumeEstimator是实现的Fast stixels estimation for fast pedestrian detection这篇论文

DisparityCostVolumeEstimator是实现的Stixels estimation without depth map computation、Pedestrian detection at 100 frames per secon,这2篇论文的方法是一样的

DisparityCostVolumeFromDepthMap是实现的The Stixel World - A Compact Medium Level Representation of the 3D-World

这三个函数都继承了AbstractDisparityCostVolumeEstimator,可以把AbstractDisparityCostVolumeEstimator当做一个公共的类.AbstractDisparityCostVolumeEstimator引用了DisparityCostVolume,DisparityCostVolume又引用了CostVolume,所以这3个函数相当于都引用了这两个函数

DisparityCostVolumeEstimatorFactory应该就是一个工程类了,这个的cpp代码可以看出整个cost_volume的结构

 

 

 

 

 

ground_plane就是求freespace

GroundPlaneEstimator、FastGroundPlaneEstimator都继承BaseGroundPlaneEstimator

BaseGroundPlaneEstimator继承了AbstractGroundPlaneEstimator,并且同时引用了GroundPlaneMovingAverage

AbstractGroundPlaneEstimator引用了GroundPlane

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值