Actions
Feature #402
closedremove multiple selections from roi manager
Start date:
07/04/2012
Due date:
08/31/2012
% Done:
100%
Estimated time:
Description
Select and remove multiple selections from the roi-manager.
make a polyline selection, all selections touched are removed from the roi manager
Updated by Volker Baecker over 12 years ago
macro 'deleteROI - [F1]' {
roiManager("Delete");
}
installing the above macro allows to click on rois in the image one by one and to delete them using F1
Updated by Volker Baecker over 12 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Actions