Version 1.0.1.0 Released
addisonElliott
released this
06 Feb 23:50
·
52 commits
to master
since this release
Changelog
- Switched from storing list of points per axial slice to a 3D binary matrix.
- Removed smoothing points algorithm since it is much more difficult with a 3D binary matrix (order of points added is not known)
- Added eraser functionality that allows for erasing drawn traces. The eraser is a rectangle and has 5 sizes (1px, 2px, 4px, 6px, 8px).
- Added timing functionality to the program. The amount of time spent per fat layer for each slice is recorded and outputted along with the tracing data now.