Stixel World

版本 1.0.0.0 (3.9 KB) 作者: Johnny Chien
Build stixel representation of a disparity map.
102.0 次下载
更新时间 2017/12/8

查看许可证

stx = DP2STX(dp) builds stixel representation stx from disparity map dp following Badino et. al's paper "The Stixel World" published in 2009. The built stx is stored an array of structure that comes with feilds x, y, width, height, and d (disparity of stixel). When the disparity-depth ratio is known, use stx = DP2STX(dp,bf) to get more accurate results where bf is the product of the length of stereo baseline and focal length of the rectified left virtual camera.

引用格式

Johnny Chien (2024). Stixel World (https://www.mathworks.com/matlabcentral/fileexchange/65347-stixel-world), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2008b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Added the cover image.