isis-group / isis

The ISIS project aims to provide a framework to access a large variety of image processing libraries written in different programming languages and environments.
GNU General Public License v3.0
18 stars 14 forks source link

add set() and get() methods to python image.iterator object to access voxels #61

Closed Rollmops closed 12 years ago

Rollmops commented 12 years ago

allows you to do stuff like:

for vox in image: print vox.get() vox.set(10)

Rollmops commented 12 years ago

python is not part of the isis repo anymore