Almar Klein
7686105129
MC: python2 compat
2016-07-26 13:19:23 +02:00
Almar Klein
01a1e5e4b7
MC: small tweaks from reviewer comments
2016-07-26 11:31:48 +02:00
Almar Klein
a90f875d15
Rename MC algs to make lewiner the default
2016-07-25 12:26:28 +02:00
Almar Klein
49237ff473
better testing for python 3+
2016-07-25 12:26:28 +02:00
Almar Klein
72ba10d896
fix for legacy py
2016-07-25 12:26:28 +02:00
Almar Klein
ededdfaf56
improve docs and acks related to new MC alg
2016-07-25 12:26:28 +02:00
Almar Klein
41857a0736
address Stefans comments
2016-07-25 12:26:28 +02:00
Almar Klein
f4f05107e7
add gradient_direction arg to lewiner mc algorithm
2016-07-25 12:26:28 +02:00
Almar Klein
9f843fa619
marching cubes tests
2016-07-25 12:26:28 +02:00
Josh Warner
29725068ce
Guarantee correct mesh orientation from marching cubes
2015-12-06 00:28:18 -06:00
Josh Warner (Mac)
e9ac84b77c
TST: Add unit test for mesh orientation correction.
2014-03-13 23:34:46 -05:00
Josh Warner (Mac)
a229d19eb0
DOC: Change sampling to spacing in skimage.draw.ellipsoid and tests
2013-10-13 13:11:11 -05:00
Josh Warner (Mac)
1de6d93850
DOC: Change sampling kwarg name to spacing in marching_cubes
...
The preference is to follow VTK's convention for anisotropic
rectangularly sampled data, using the keyword `spacing` rather
than `sampling`. This change converts the last remaining use of
`sampling` in scikit-image to `spacing`.
2013-10-13 13:00:40 -05:00
Josh Warner (Mac)
1174d6fbc5
FIX: Errors in unit tests
2013-09-01 22:05:39 -05:00
Josh Warner (Mac)
14a0685838
MAINT: Refactor ellipsoid generator into skimage.draw
2013-09-01 20:51:20 -05:00
Josh Warner (Mac)
997339beae
FEAT: add tests for marching cubes and mesh surface area
2013-08-30 12:36:32 -05:00