This is an archive of the old MediaWiki-based ImageJ wiki. The current website can be found at imagej.net.
ROI Conversions
This page collects examples of various conversions between different ROI and label representations:
- 8-bit "binary" image masks
-
ij.gui.Roi
(ImageJ 1.x ROIs) -
net.imglib2.roi.Mask
-
net.imglib2.roi.labeling.LabelingType<T>
-
Iterable<BitType>
-