All Projects → yindaz → PanoBasic

yindaz / PanoBasic

Licence: other
Matlab Toolbox for Panorama Image Processing

Programming Languages

c
50402 projects - #5 most used programming language
PostScript
262 projects
matlab
3953 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to PanoBasic

Image360
Special view & controller to display 360° panoramic images
Stars: ✭ 42 (-48.15%)
Mutual labels:  panorama, panorama-image
marltoolbox
A toolbox with the goal of speeding up research on bargaining in MARL (cooperation problems in MARL).
Stars: ✭ 25 (-69.14%)
Mutual labels:  toolbox
Mss
Marine Systems Simulator (MSS)
Stars: ✭ 142 (+75.31%)
Mutual labels:  toolbox
Pydlt
PyTorch based Deep Learning Toolbox
Stars: ✭ 208 (+156.79%)
Mutual labels:  toolbox
Hottbox
HOTTBOX: Higher Order Tensors ToolBOX.
Stars: ✭ 153 (+88.89%)
Mutual labels:  toolbox
Fcm Toolbox
📲 Firebase Cloud Messaging toolbox
Stars: ✭ 217 (+167.9%)
Mutual labels:  toolbox
Python toolbox
A collection of useful Python tools
Stars: ✭ 131 (+61.73%)
Mutual labels:  toolbox
cn-series-deploy
A set of Terraform plans for deploying a Kubernetes cluster protected by a CN-Series containerize firewall
Stars: ✭ 12 (-85.19%)
Mutual labels:  panorama
MixedEmotions
Documentation for the MixedEmotions Toolbox
Stars: ✭ 44 (-45.68%)
Mutual labels:  toolbox
Tomopy
Tomographic Reconstruction in Python
Stars: ✭ 188 (+132.1%)
Mutual labels:  toolbox
Fast Ide
🕺Fast Integrated Development Environment 😻
Stars: ✭ 181 (+123.46%)
Mutual labels:  toolbox
Kitematic
Visual Docker Container Management on Mac & Windows
Stars: ✭ 12,252 (+15025.93%)
Mutual labels:  toolbox
Elastix
Official elastix repository
Stars: ✭ 222 (+174.07%)
Mutual labels:  toolbox
Low Rank Bilinear Pooling
Fine-grained classification via second order statistics in a compact end-to-end trainable model
Stars: ✭ 145 (+79.01%)
Mutual labels:  toolbox
dwl
The Dynamic Whole-body Locomotion library (DWL)
Stars: ✭ 70 (-13.58%)
Mutual labels:  toolbox
Fast Reid
SOTA Re-identification Methods and Toolbox
Stars: ✭ 2,287 (+2723.46%)
Mutual labels:  toolbox
Ui Stack
🔍 A Chrome extension that lets you inspect a website's framework and libraries
Stars: ✭ 178 (+119.75%)
Mutual labels:  toolbox
Tigre
TIGRE: Tomographic Iterative GPU-based Reconstruction Toolbox
Stars: ✭ 215 (+165.43%)
Mutual labels:  toolbox
Krypton-Toolkit-Suite-Extended-NET-5.470
An extension to the Krypton Toolkit suite of controls for .NET framework 4.7
Stars: ✭ 51 (-37.04%)
Mutual labels:  toolbox
TEAP
Toolbox for Emotion Analysis using Physiological signals
Stars: ✭ 50 (-38.27%)
Mutual labels:  toolbox

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].