1 Star 0 Fork 0

李梦凡/PanoBasic

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT
# Toolbox for panorama image processing This toolbox provides useful functions to process panorama images. Please see **Quick start** below for details. If using this code as parts of your project, please cite: Y. Zhang, S. Song, P. Tan, and J. Xiao PanoContext: A Whole-room 3D Context Model for Panoramic Scene Understanding Proceedings of the 13th European Conference on Computer Vision (ECCV2014) @article{zhang2014panocontext, title={Panocontext: A whole-room 3d context model for panoramic scene understanding}, author={Zhang, Yinda and Song, Shuran and Tan, Ping and Xiao, Jianxiong}, booktitle={European Conference on Computer Vision}, pages={668--686}, year={2014}, organization={Springer} } If you have any question about the code, please feel free to contact: Yinda Zhang, yindaz at gmail. ## Quick start: Run `demo_full.m` to see an "almost" complete list of functions in this toolbox. Some (not all) featured functions are: - Combine perspective images to a panorama. - Project a region on panorama to a perspective image. - Line segment detection. - Color segmentation. - Find vanishing point. - Reconstruct 3D cuboid. For a full list of functions, please see `instruction.pdf`. ## Matterport3D support: Run `demo_matterport.m` to see how to stitch panorama for Matterport3D dataset. Note that: - If you wish to have seamless good looking color panorama, you should stitch skybox images. - If you wish to have aligned color and depth panorama, you should stitch undistorted_color/depth_images. If you stitch from undistorted_color/depth_images: - The color panorama from undistorted_color_images may contain visible artifacts near stitching boundaries because of different exposure between images. - The demo only takes the 6 horizontal views as example, and assumes 60 degrees between each pair of adjacent views. This may not be true in practice, and a perfectly accurate panorama stitching requires accurate calculation of (vx,vy) from camera extrinsic matrices. - Given more accurate (vx/vy) calculated for upward/downward looking views, you may stitch 18 views together for a more complete panorama. ## FAQ: Q: Windows users will get an error when calling function "lsdWrap.m". A: The Windows command line does not support '/'. Please change all '/' in commands line to '\\' before sending them to "system" function in Matlab. ## License: This toolbox is under the MIT License: http://opensource.org/licenses/MIT.

简介

Matlab Toolbox for Panorama Image Processing 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/vanlemon/PanoBasic.git
git@gitee.com:vanlemon/PanoBasic.git
vanlemon
PanoBasic
PanoBasic
master

搜索帮助