I've been using Crop_sequence_to_ROI but I have irregular polygon ROIs and it only crops to a rectangular bounding box surrounding the polygon ROI. I'd like to crop using Crop_sequence_to_ROI and then paste the original polygon ROI in place in the cropped image.
Outside of protocols you can do this by copying an ROIs and pasting it into a manually cropped image, then reposition it to pixel 0,0. I can't seem to replicate this functionality in protocols so I can iterate it over 100s of images with multiple ROIs.
Any ideas?
Thanks!!