forked from pfmephisto/ReUseX
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Polygonal Surface reconstruction using CGAL * Initial methods to convert point clouds to Speckle objects. Untested * Added Gurobi Solver * Initial clustering * Changed progress bar * Working Embree-based ray tracing. * Implementation of Markov Clustering in C++ using Eigen. * Added ray visualisation Changed plane origin * Removing Python dependency in clustering * Reenabeling OpenMP Update MC params Flipping of normal vectors Clamped point cloud * Renaming files to use C++ file extension * Updating file references * Adding PCL to CMake * Adding HDF5 and H5pp as well as downgrading to C++17 * Fixing Eigen3 dependency inclusion. * Dataset class added * Intermediate Image projection * Added Normal construction * Custom depth to 3d function * Initial registration pipeline * Registering point cloud * Updates to IPC * Updated Progress bar * Updated Display Function * Fixed Transformation Inversion * Added Size method to Dataset class * Fixed inverse transformation * Setting height, width and dense fields * Updated interface * Initial neural net support * Yolo v8 Implementation * Yolo v8 Model export file * Viewer, Progressbar * Added simple path constructor to Dataset class for use in Python * Restructured Yolo in to pre-, main and post-process * Updated refine and fit plane methods * Downsampling, Regin growing, restructured Yolo pipeline * Added Surface Mesh class and display method * Custom accumulators * Octree-based merging of point clouds * Save and load methods * Region growing * Updated Total time formatting * Filter method * Updated crop plate with Surface Mesh support * Surfacemesh reconstruction * Added functions * Added new PointCloud class and methods * Changed PCL path * updated test file
- Loading branch information
1 parent
b3834e1
commit 205162b
Showing
108 changed files
with
21,174 additions
and
3,492 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,3 +55,9 @@ | |
[submodule "extern/pcl"] | ||
path = extern/pcl | ||
url = [email protected]:PointCloudLibrary/pcl.git | ||
[submodule "extern/fmt"] | ||
path = extern/fmt | ||
url = [email protected]:fmtlib/fmt.git | ||
[submodule "extern/nexus"] | ||
path = extern/nexus | ||
url = [email protected]:project-arcana/nexus.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.