-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: voxel connectivity graph to labeled image (#123)
* feat: add color connectivty graph for 4 and 6 connectivities * chore: whitespace * feat: add 6 and 8 color connectivity * feat: added colorization for 8-bit 8-connected * feat: add support for 8-connected * feat: add support for 26 connected vcg coloring * fix: start numbering from 1, iterate over z * test: check that 6-way color connectivity works * fix: handle different array sizes * fix: two recurring issues in 6 and 8 connected * test: check 4 and 8 connectivity for 4 connected logic * test: remove debugging statements * fix: mixed up uint8 and uint32 8-connected * fix: label incrementing for 6 and 26 connected * test: a basic test for 8-connected uint8 * test: basic test for 8-way uint32 * test: add check for 6-connectivity * test: 6-connected won't accept uint8 * fix: limit print out of DisjointSet to actual size * fix: incorrect limitation * fix: segmentation fault * fix: more segmentation faults * fix: segfault * test: check 26-connected supports 6-connected * test: check for simple 26-connectedness * test: check connecting center * perf: reduce memory usage for 26-connected * fix: segmentation fault * fix: segmentation fault * ensure self-contact is handled properly
- Loading branch information
1 parent
68c7047
commit 8ef3a11
Showing
4 changed files
with
851 additions
and
3 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
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.