|
Bugzilla – Bug 408 |
Manual Tracking on 3D image doesn't increase Z |
Last modified: 2012-05-03 22:54:09 CDT |
| ⚠ |
NOTICE! This is a static HTML version of a legacy Fiji BugZilla bug. The Fiji project now uses GitHub Issues for issue tracking. Please file all new issues there. |
| Manual Tracking on 3D image doesn't increase Z | |
|
|
|
||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||
I just pushed a change to contrib (32e07d3d): Manual Tracking: re-add support for tracking in Z By default, the tracking is done in the time dimenension. However, if the image has only a single frame and more than one z slice, the plugin will do the tracking in the z dimension. To reduce the introduction of complexity, the access to information about the tracking dimension (current position, maximum) is factored out in separate methods. For now I did not add a choice for the user, but let the plugin decide (condition like suggested by Johannes). If wanted I can add the choice for the user as well. I just didn't add it because the user interface is already full of options and I didn't know if it was needed.