Josh Warner (Mac)
af59d06461
ENH: Simplify marching_cubes for maintainability.
...
This does not change execution time, but the entire algorithm
is much simpler to read and understand without the branching
Cython code paths for anisotropic inputs. Memory usage decreases
a minor amount.
2014-08-31 11:00:41 +01:00
Josh Warner (Mac)
5ac910b0b8
FIX: correct other instance of np.linalg.norm, clarify comments
2014-03-14 14:15:45 -05:00
Josh Warner (Mac)
48ca44bf16
FIX: Slight speed decrease for backwards compatibility
2014-03-14 00:08:47 -05:00
Josh Warner (Mac)
f2b13047f7
DOC: correct misspelling in comment
2014-02-09 15:41:50 -06:00
Josh Warner (Mac)
fe2edd5149
FEAT: Add function to correct mesh face orientations
2014-02-09 13:16:19 -06:00
Johannes Schönberger
bb1f7df444
Improve usage of doctest directives
2013-11-04 08:04:14 +01:00
Johannes Schönberger
099b428da2
Fix marching_cubes doctest
2013-11-03 23:47:24 +01:00
Stefan van der Walt
f5f8a2c289
Fix markup error in marching cubes docs.
2013-10-19 16:08:42 +02:00
François Boulogne
ca6ecf08e6
DOCTEST: fix
2013-10-14 16:28:53 +02: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)
d0d9fee36e
DOC: Minor documentation formatting fixes in marching cubes
2013-09-01 20:49:58 -05:00
Josh Warner (Mac)
b6f25906d6
DOCFIX: clarify docstrings and output vertex dimension ordering
2013-08-30 12:36:31 -05:00
Josh Warner (Mac)
164b416bd9
FIX: volume now directly cast, docfixes, C-contiguous ordering
2013-08-30 12:36:31 -05:00
JDWarner
44c04996c7
move unpack_unique_verts to Cython for speed
2013-08-30 12:36:31 -05:00
Josh Warner (Mac)
9a86aba226
rename files to conform with naming conventions
2013-08-30 12:36:31 -05:00