Uses of Class
biopb.image.Pixels
Packages that use Pixels
-
Uses of Pixels in biopb.image
Methods in biopb.image that return PixelsModifier and TypeMethodDescriptionPixels.Builder.build()Pixels.Builder.buildPartial()static PixelsPixels.getDefaultInstance()Pixels.Builder.getDefaultInstanceForType()Pixels.getDefaultInstanceForType()ImageData.Builder.getPixels()Deprecated.biopb.image.ImageData.pixels is deprecated.ImageData.getPixels()Deprecated.biopb.image.ImageData.pixels is deprecated.ImageDataOrBuilder.getPixels()Deprecated.biopb.image.ImageData.pixels is deprecated.static PixelsPixels.parseDelimitedFrom(InputStream input) static PixelsPixels.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PixelsPixels.parseFrom(byte[] data) static PixelsPixels.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PixelsPixels.parseFrom(com.google.protobuf.ByteString data) static PixelsPixels.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PixelsPixels.parseFrom(com.google.protobuf.CodedInputStream input) static PixelsPixels.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PixelsPixels.parseFrom(InputStream input) static PixelsPixels.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PixelsPixels.parseFrom(ByteBuffer data) static PixelsPixels.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static <T extends net.imglib2.type.numeric.RealType<T> & net.imglib2.type.NativeType<T>>
PixelsUtils.SerializeFromInterval(net.imglib2.RandomAccessibleInterval<T> crop) Deprecated.UseUtils.serializeFromIntervalToImageData(RandomAccessibleInterval)instead to get ImageData protobuf which supports both eager and lazy data.static <T extends net.imglib2.type.numeric.RealType<T> & net.imglib2.type.NativeType<T>>
PixelsUtils.SerializeFromInterval(net.imglib2.RandomAccessibleInterval<T> crop, String dimensionOrder) Deprecated.UseUtils.serializeFromIntervalToImageData(RandomAccessibleInterval)instead to get ImageData protobuf which supports both eager and lazy data.static <T extends net.imglib2.type.numeric.RealType<T> & net.imglib2.type.NativeType<T>>
PixelsUtils.SerializeFromInterval(net.imglib2.RandomAccessibleInterval<T> crop, String dimensionOrder, String imglibIndexOrder) Deprecated.UseUtils.serializeFromIntervalToImageData(RandomAccessibleInterval, java.util.List)instead to get ImageData protobuf which supports both eager and lazy data with dimension labels.Methods in biopb.image that return types with arguments of type PixelsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Pixels>Pixels.getParserForType()static com.google.protobuf.Parser<Pixels>Pixels.parser()Methods in biopb.image with parameters of type PixelsModifier and TypeMethodDescriptionstatic net.imglib2.RandomAccessibleInterval<?>Utils.DeserializeToInterval(Pixels pixels) Deprecated.UseUtils.deserializeImageData(ImageData)instead which handles both eager and lazy data representations.static net.imglib2.RandomAccessibleInterval<?>Utils.DeserializeToInterval(Pixels pixels, String outputIndexOrder) Deprecated.UseUtils.deserializeImageData(ImageData)instead which handles both eager and lazy data representations.ImageData.Builder.mergePixels(Pixels value) Deprecated.static Pixels.BuilderPixels.newBuilder(Pixels prototype) Deprecated.