Users may have their data as image stacks in which case converting to a directory of frames is awkward and time consuming.
This change would necessitate a change to the API of frame_features.
It could either be:
- An additional argument
frame_stack, and both this and frame_folder are optional but one must be provided
- Change
frame_folder to frames, which can handle either a directory or a stack
The first would preserve backwards compatibility so it will be used.
Users may have their data as image stacks in which case converting to a directory of frames is awkward and time consuming.
This change would necessitate a change to the API of
frame_features.It could either be:
frame_stack, and both this andframe_folderare optional but one must be providedframe_foldertoframes, which can handle either a directory or a stackThe first would preserve backwards compatibility so it will be used.