recursive roi
rg314 opened this issue · 2 comments
rg314 commented
Currently, the input for an ROI is a single boundary. However, the user might have multiple x,y boundaries or want to input the boundary as a tuple. The get ROI function should recursively get the ROIs. There should also be a setting to set the ROI as the noisy region.
rg314 commented
It might actually be good to store the roi as an object with a standard format along with parsers for reading in different structures.
rg314 commented
The standard structure of the multi ROI using ImageJ ROI manager is a zip folder that contains .roi files. I simply added a zip reader and ensured that the number of files in the zip matches the number of frames in the .tif