seung-lab / zmesh

Marching Cubes & Mesh Simplification on multi-label 3D images.
GNU General Public License v3.0
58 stars 8 forks source link

feat: return Mesh object #5

Closed william-silversmith closed 5 years ago

william-silversmith commented 5 years ago

The Mesh object is already transformed into numpy arrays in the correct data types and spatial relations. This makes things easier to use.

william-silversmith commented 5 years ago

Resolves #3

xiuliren commented 5 years ago

@william-silversmith I think this design is better for general usage. adding a function to export neuroglancer binary format for Mesh class would be better for us?

manuel-castro commented 5 years ago

Looks good to me