在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 深度估计软件DERS6.1

深度估计软件DERS6.1

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:2.49M
  • 下载次数:2
  • 浏览次数:126
  • 发布时间:2021-11-16
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
深度估计公共测试软件,相比DERS5.1增加了对16bit深度图的支持,并且支持2视点深度估计。
【实例截图】
【核心代码】
16359647351422916006.rar
└── DERS-6.1
├── bin
├── camera_parameter_files
│   ├── cam_param_ak.txt
│   ├── cam_param_balloons.txt
│   ├── cam_param_book_reg.txt
│   ├── cam_param_book.txt
│   ├── cam_param_champagne.txt
│   ├── cam_param_champ.txt
│   ├── cam_param_dog.txt
│   ├── cam_param_doorflowers_reg.txt
│   ├── cam_param_kendo.txt
│   ├── cam_param_laptop_reg.txt
│   ├── cam_param_lovebird1_original.txt
│   ├── cam_param_lovebird1.txt
│   ├── cam_param_lovebird2_original.txt
│   ├── cam_param_lovebird2.txt
│   ├── cam_param_news_orig.txt
│   ├── cam_param_news.txt
│   ├── cam_param_outdoor_reg.txt
│   ├── cam_param_pantomime.txt
│   ├── cam_param_poznan_carpark.txt
│   ├── cam_param_poznan_hall1.txt
│   ├── cam_param_poznan_hall2.txt
│   ├── cam_param_poznan_street.txt
│   ├── cam_param_ptm.txt
│   └── cam_param_rena.txt
├── CommonLibStatic
│   ├── CommonLibStaticVC10.vcxproj
│   ├── CommonLibStaticVC10.vcxproj.user
│   ├── CommonLibStaticVC11.vcxproj
│   ├── CommonLibStaticVC6.dsp
│   ├── CommonLibStaticVC7.vcproj
│   ├── include
│   │   ├── ParameterBase.h
│   │   ├── upsample.h
│   │   └── yuv.h
│   ├── makefile
│   ├── Release
│   └── src
│   ├── ParameterBase.cpp
│   ├── upsample.cpp
│   └── yuv.cpp
├── configuration_files
│   ├── DepthEstimation_altmoabit.cfg
│   ├── DepthEstimation_book_10.cfg
│   ├── DepthEstimation_book_8.cfg
│   ├── DepthEstimation_book.cfg
│   ├── DepthEstimation.cfg
│   ├── DepthEstimation_champagne39.cfg
│   ├── DepthEstimation_champagne41.cfg
│   ├── DepthEstimation_champagne.cfg
│   ├── DepthEstimation_dog.cfg
│   ├── DepthEstimation_doorflowers.cfg
│   ├── DepthEstimation_laptop.cfg
│   ├── DepthEstimation_lovebird1_6.cfg
│   ├── DepthEstimation_lovebird1_8.cfg
│   ├── DepthEstimation_lovebird1.cfg
│   ├── DepthEstimation_lovebird2.cfg
│   ├── DepthEstimation_news_4.cfg
│   ├── DepthEstimation_news_6.cfg
│   ├── DepthEstimation_news.cfg
│   ├── DepthEstimation_pantomime_39.cfg
│   ├── DepthEstimation_pantomime_41.cfg
│   └── DepthEstimation_pantomime.cfg
├── DepthEst
│   ├── Debug
│   │   └── DepthEstVC10.vcxprojResolveAssemblyReference.cache
│   ├── DepthEstVC10.vcxproj
│   ├── DepthEstVC10.vcxproj.user
│   ├── DepthEstVC11.vcxproj
│   ├── DepthEstVC6.dsp
│   ├── DepthEstVC7.vcproj
│   ├── include
│   ├── makefile
│   └── src
│   ├── DepthEst.cpp
│   └── make_me_de
├── DepthEstLibStatic
│   ├── Debug
│   ├── DepthEstLibStaticVC10.vcxproj
│   ├── DepthEstLibStaticVC10.vcxproj.user
│   ├── DepthEstLibStaticVC11.vcxproj
│   ├── DepthEstLibStaticVC6.dsp
│   ├── DepthEstLibStaticVC7.vcproj
│   ├── include
│   │   ├── block.h
│   │   ├── Estimation.h
│   │   ├── graph.h
│   │   ├── ParameterDepthEstimation.h
│   │   ├── PostProcessing.h
│   │   └── version.h
│   ├── makefile
│   └── src
│   ├── Estimation.cpp
│   ├── graph.cpp
│   ├── maxflow.cpp
│   ├── ParameterDepthEstimation.cpp
│   └── PostProcessing.cpp
├── doc
│   ├── ders_changes.txt
│   ├── LICENSE-2.txt
│   ├── LICENSE.TXT
│   └── README_maxflow.TXT
├── linux
│   ├── makefile
│   └── makefile.base
├── semi_automatic_input
│   ├── BookArrival_10MDM000.png
│   ├── BookArrival_10MEM000.png
│   ├── BookArrival_10MSM000.png
│   ├── BookArrival_8MDM000.png
│   ├── BookArrival_8MEM000.png
│   ├── BookArrival_8MSM000.png
│   ├── champagne_39MDM000.png
│   ├── champagne_39MDM085.png
│   ├── champagne_39MEM000.png
│   ├── champagne_39MEM085.png
│   ├── champagne_39MSM000.png
│   ├── champagne_39MSM085.png
│   ├── champagne_41MDM000.png
│   ├── champagne_41MDM085.png
│   ├── champagne_41MEM000.png
│   ├── champagne_41MEM085.png
│   ├── champagne_41MSM000.png
│   ├── champagne_41MSM085.png
│   ├── lovebird1_6MDM000.png
│   ├── lovebird1_6MEM000.png
│   ├── lovebird1_6MSM000.png
│   ├── lovebird1_8MDM000.png
│   ├── lovebird1_8MEM000.png
│   ├── lovebird1_8MSM000.png
│   ├── newspaper_4MDM000.png
│   ├── newspaper_4MEM000.png
│   ├── newspaper_4MSM000.png
│   ├── newspaper_6MDM000.png
│   ├── newspaper_6MEM000.png
│   ├── newspaper_6MSM000.png
│   ├── pantomime_39MDM000.png
│   ├── pantomime_39MEM000.png
│   ├── pantomime_39MSM000.png
│   ├── pantomime_41MDM000.png
│   ├── pantomime_41MEM000.png
│   └── pantomime_41MSM000.png
├── tools
│   └── PUT_Denoiser
│   ├── Doc
│   │   ├── m17612_denoise.pdf
│   │   ├── Parameters.xls
│   │   └── SoftwareManualPUTDenoiser.doc
│   ├── Example
│   │   ├── Denoise_BookArrival.bat
│   │   └── Denoise_PoznanStreet.bat
│   └── Make
│   ├── PUT_Denoiser_VC8.sln
│   ├── PUT_Denoiser_VC8.vcproj
│   └── src
│   ├── AVutils.cpp
│   ├── AVutils.h
│   ├── Denoiser.cpp
│   ├── Denoiser.h
│   └── main.cpp
└── windows
├── DERSVC10.sdf
├── DERSVC10.sln
├── DERSVC10.suo
├── DERSVC11.sln
├── DERSVC6.dsw
├── DERSVC7.sln
└── x64

27 directories, 143 files

标签:

实例下载地址

深度估计软件DERS6.1

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警