Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
USTC3DVer
/
Lite3DReg
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Lite3DReg
/
cpp
/
pch.h
duanbotu123
Initial commit: add index.html
f6dd1c2
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
524 Bytes
#
pragma
once
#
include
<Eigen/Dense>
#
include
<vector>
#
include
<utility>
#
include
<iostream>
#
include
<string>
#
include
<nanoflann.hpp>
#
include
"nanoflann.h"
#
include
<unsupported/Eigen/MatrixFunctions>
#
include
<limits>
#
include
<type_traits>
#
include
<time.h>
#
include
<fstream>
#
include
<algorithm>
#
include
<Eigen/Sparse>
#
include
<OpenMesh/Core/Geometry/VectorT.hh>
#
include
<OpenMesh/Core/Mesh/TriMesh_ArrayKernelT.hh>
#
include
<OpenMesh/Core/IO/MeshIO.hh>
#
include
<cmath>
#
include
"Types.h"
#
include
"OmpHelper.h"