Skip to content

Commit abb1917

Browse files
ctruedenKyle Harrington
authored andcommitted
Add voxelization algorithm from @kephale
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]>
1 parent 6e77970 commit abb1917

File tree

3 files changed

+550
-0
lines changed

3 files changed

+550
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,11 @@
158158
<artifactId>junit</artifactId>
159159
<scope>test</scope>
160160
</dependency>
161+
<dependency>
162+
<groupId>net.imglib2</groupId>
163+
<artifactId>imglib2-algorithm</artifactId>
164+
<scope>test</scope>
165+
</dependency>
161166
<dependency>
162167
<groupId>net.imglib2</groupId>
163168
<artifactId>imglib2-roi</artifactId>

0 commit comments

Comments
 (0)