Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add calibration to Marching cubes mesh #623

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add Javadoc to test class
rimadoma committed Apr 25, 2020
commit d8706c103b6c0318d3f56fcf0e3dc8425ce487c4
6 changes: 6 additions & 0 deletions src/test/java/net/imagej/ops/geom/MeshFeatureTests.java
Original file line number Diff line number Diff line change
@@ -64,6 +64,12 @@
import org.junit.BeforeClass;
import org.junit.Test;

/**
* Tests for mesh related ops
*
* @author Tim-Oliver Buchholz (University of Konstanz)
* @author Richard Domander
*/
public class MeshFeatureTests extends AbstractFeatureTest {
private static final double EPSILON = 10e-12;
private static LabelRegion<String> ROI;