Skip to content

Commit

Permalink
Add voxelization algorithm from @kephale
Browse files Browse the repository at this point in the history
And improve the test to make varying the sphere radius simpler.

Migrated from imagej/imagej-ops#653.

See also imagej/imagej-ops#422.

Co-authored-by: Kyle Harrington <[email protected]>
  • Loading branch information
ctrueden and Kyle Harrington committed Sep 29, 2023
1 parent 8be6df0 commit f6270e3
Show file tree
Hide file tree
Showing 3 changed files with 550 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,11 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.imglib2</groupId>
<artifactId>imglib2-algorithm</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.imglib2</groupId>
<artifactId>imglib2-roi</artifactId>
Expand Down
Loading

0 comments on commit f6270e3

Please sign in to comment.