Package | Description |
---|---|
net.imglib2.roi.labeling | |
net.imglib2.roi.util.iterationcode |
Class and Description |
---|
IterationCodeListCursor
A
Cursor<Void> that visits all positions in the bitmask encoded by a
given list of IterationCode s. |
Class and Description |
---|
IterationCode
Iteration code encodes a bitmask as a set of intervals along dimension 0.
|
IterationCodeCursor
A
Cursor<Void> that visits all positions in the bitmask encoded by a
given IterationCode . |
IterationCodeIterator
Iterates all positions in the bitmask encoded by a given
IterationCode . |
IterationCodeListCursor
A
Cursor<Void> that visits all positions in the bitmask encoded by a
given list of IterationCode s. |
IterationCodeListIterator
Iterates a bitmask that is encoded by a list of
IterationCode s. |
Copyright © 2015–2022 ImgLib2. All rights reserved.