medical-shape

A torchio extension for shape processing

Downloads
179
Stars
3
Committers
3
medical-shape - ToOrientation Fix Latest Release

Published by justusschock about 2 years ago

This Release fixes the ToOrientation transform for shapes, adds a ton of tests and fixes some other misc stuff

What's Changed

New Contributors

Full Changelog: https://github.com/justusschock/medical-shape/compare/v0.1.1...v0.1.2

medical-shape - ToOrientation

Published by justusschock over 2 years ago

The ToOrientation Transform now correctly handles transformations to all possible orientations.

It can be instantiated by an orientation axcode like ("R", "A", "S") or an affine as target orientation. It can now also handle images and for transforming shapes it does require at least one image to be present in the subject as well to properly handle the origin transformation.

medical-shape - First major release

Published by justusschock over 2 years ago

medical-shape - Bugfix: Saving point descriptions

Published by justusschock over 2 years ago

Due to a typo, the save function from the Shape class would error out. This is fixed now.

medical-shape - Point Descriptions

Published by justusschock over 2 years ago

This release adds the option to have point descriptions to the Shape class and the .mjson file specification.

medical-shape - Move Package to medical_shape

Published by justusschock over 2 years ago

Change all imports from

from shape import X
import shape
shape.X

to

from medical_shape import X
import medical_shape
medical_shape.X
medical-shape - First Real Release

Published by justusschock over 2 years ago

This first release contains a working shape-extension as well as some transforms for these shapes. More details will follow with the next releases.