The source code for TensorClustering as described in the IEEE TPAMI 2019 paper: Large-scale Urban Reconstruction with Tensor Clustering and Global Boundary Refinement.
@article{poullis2019large, title={Large-scale Urban Reconstruction with Tensor Clustering and Global Boundary Refinement}, author={Poullis, Charalambos}, journal={IEEE transactions on pattern analysis and machine intelligence}, year={2019} }
./TensorClustering resampled_xyz_map.pfm
The input is a resampled XYZ map in PFM format. To generate such files from XYZ pointclouds (ASCII format) you can use StructurePointcloud available here: https://github.com/charalambos/StructurePointcloud
To compile and build you will need the following:
- ImageMagick > 7.x
- FFTW3
- OpenCV
- MPFR
- GMP
- CGAL
- GLEW
- OPENGL
- Boost_SYSTEM
- EXIV2
- Qt5::Widgets, Qt5::Core, Qt5::OpenGL
You will also need to download our research lab's "commons files" from theICTlab repository.