Uses of Class
imagingbook.common.util.bits.BitMap
Packages that use BitMap
-
Uses of BitMap in imagingbook.common.ij
Methods in imagingbook.common.ij that return BitMapModifier and TypeMethodDescriptionstatic BitMap
IjUtils.convertToBitMap
(ByteProcessor bp) Converts the specifiedByteProcessor
to aBitMap
of the same size, with all zero values set to 0 and non-zero values set to 1.Methods in imagingbook.common.ij with parameters of type BitMapModifier and TypeMethodDescriptionstatic ByteProcessor
IjUtils.convertToByteProcessor
(BitMap bitmap) Converts the specifiedBitMap
to aByteProcessor
of the same size, with all zero values set to 0 and non-zero values set to 1. -
Uses of BitMap in imagingbook.common.util.bits
Methods in imagingbook.common.util.bits that return BitMap