Uses of Interface
org.anchoranalysis.image.voxel.buffer.ProjectableBuffer
Packages that use ProjectableBuffer
Package
Description
Classes for calculating differnet kind of projections of voxel values across multiple buffers.
Classes for performing both a Maximum Intensity
Projection and a minimum projection.
Implementations of
ConvertChannelTo and ConvertChannelToWithHistogram.-
Uses of ProjectableBuffer in org.anchoranalysis.image.voxel.projection
Classes in org.anchoranalysis.image.voxel.projection that implement ProjectableBufferModifier and TypeClassDescriptionclassA projectable buffer that also keeps track of the number of voxels in it.Methods in org.anchoranalysis.image.voxel.projection that return ProjectableBufferModifier and TypeMethodDescription<T> ProjectableBuffer<T> Projection.create(VoxelDataType dataType, Extent extent) Creates a buffer for the projection for a particular voxel-type and size (extent).MeanIntensityProjection.createFloat(Extent extent) abstract ProjectableBuffer<FloatBuffer> Projection.createFloat(Extent extent) Creates a buffer for a maximum-intensity projection for float voxels.StandardDeviationIntensityProjection.createFloat(Extent extent) MeanIntensityProjection.createUnsignedByte(Extent extent) abstract ProjectableBuffer<UnsignedByteBuffer> Projection.createUnsignedByte(Extent extent) Creates a buffer for a maximum-intensity projection for unsigned byte voxels.StandardDeviationIntensityProjection.createUnsignedByte(Extent extent) MeanIntensityProjection.createUnsignedInt(Extent extent) abstract ProjectableBuffer<UnsignedIntBuffer> Projection.createUnsignedInt(Extent extent) Creates a buffer for a maximum-intensity projection for unsigned int voxels.StandardDeviationIntensityProjection.createUnsignedInt(Extent extent) MeanIntensityProjection.createUnsignedShort(Extent extent) abstract ProjectableBuffer<UnsignedShortBuffer> Projection.createUnsignedShort(Extent extent) Creates a buffer for a maximum-intensity projection for unsigned short voxels.StandardDeviationIntensityProjection.createUnsignedShort(Extent extent) -
Uses of ProjectableBuffer in org.anchoranalysis.image.voxel.projection.extrema
Methods in org.anchoranalysis.image.voxel.projection.extrema that return ProjectableBufferModifier and TypeMethodDescriptionComparisonProjection.createFloat(Extent extent) ComparisonProjection.createUnsignedByte(Extent extent) ComparisonProjection.createUnsignedInt(Extent extent) ComparisonProjection.createUnsignedShort(Extent extent) -
Uses of ProjectableBuffer in org.anchoranalysis.plugin.image.bean.channel.aggregator
Methods in org.anchoranalysis.plugin.image.bean.channel.aggregator that return ProjectableBufferModifier and TypeMethodDescriptionprotected ProjectableBuffer<T> MaxProjection.create(VoxelDataType dataType, Extent extent) protected ProjectableBuffer<T> MeanProjection.create(VoxelDataType dataType, Extent extent) protected ProjectableBuffer<T> MinProjection.create(VoxelDataType dataType, Extent extent) protected abstract ProjectableBuffer<T> ProjectableBufferAggregator.create(VoxelDataType dataType, Extent extent) Creates theProjectableBufferused for aggregation.protected ProjectableBuffer<T> StandardDeviationProjection.create(VoxelDataType dataType, Extent extent)