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 BitMapIjUtils.convertToBitMap(ByteProcessor bp) Converts the specifiedByteProcessorto aBitMapof 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 ByteProcessorIjUtils.convertToByteProcessor(BitMap bitmap) Converts the specifiedBitMapto aByteProcessorof 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