lioqio / Panoramix

Code of my CVPR'16 paper: "Efficient 3D Room Shape Recovery From a Single Panorama."

Home Page:http://cgcad.thss.tsinghua.edu.cn/yanghao/3droom/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Panoramix

Code of the paper: Hao Yang and Hui Zhang. "Efficient 3D Room Shape Recovery From a Single Panorama." Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. 2016.

Build

Requirements

  • Only Visual Studio 2015 is supported currently.
  • OpenCV is installed;
  • Qt5 is installed;
  • MATLAB is installed;
  • CVX is installed;
  • The MATLABTools repo is downloaded, the CVX path is set in file startup.m;
  • CMake is installed.

Build with CMake

  • Set OpenCV_DIR to the path of OpenCV;
  • Set Qt_DIR to the path of Qt;
  • Set MATLAB_CODE_DIR to the path of MATLABTools;
  • Build.

Set the Environment Variables

  • Add Qt/OpenCV/MATLAB bin paths to PATH;
  • Set QT_QPA_PLATFORM_PLUGIN_PATH=$(Qt_DIR)/plugins/platforms.

Citation

@inproceedings{YangHao_CVPR2016_3DRoom,
  title={Efficient 3D Room Shape Recovery from a Single Panorama},
  author={Yang, Hao and Zhang, Hui},
  booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
  pages={5422--5430},
  year={2016}
}

About

Code of my CVPR'16 paper: "Efficient 3D Room Shape Recovery From a Single Panorama."

http://cgcad.thss.tsinghua.edu.cn/yanghao/3droom/


Languages

Language:C++ 97.0%Language:CMake 3.0%Language:CSS 0.1%