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
2 people authored and gselzer committed Jun 17, 2024
1 parent 6e77970 commit abb1917
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 @@ -158,6 +158,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 abb1917

Please sign in to comment.