Skip to content

Commit a7dea2a

Browse files
ctruedenKyle Harrington
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 159f958 commit a7dea2a

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
@@ -162,6 +162,11 @@
162162
<artifactId>junit</artifactId>
163163
<scope>test</scope>
164164
</dependency>
165+
<dependency>
166+
<groupId>net.imglib2</groupId>
167+
<artifactId>imglib2-algorithm</artifactId>
168+
<scope>test</scope>
169+
</dependency>
165170
<dependency>
166171
<groupId>net.imglib2</groupId>
167172
<artifactId>imglib2-roi</artifactId>

0 commit comments

Comments
 (0)