Class SliceThresholderWithoutMask
Object
SliceThresholder
SliceThresholderWithoutMask
A slice thresholder that applies thresholding to the entire image without using a mask.
-
Constructor Summary
ConstructorsConstructorDescriptionSliceThresholderWithoutMask(BinaryValuesByte binaryValues) Creates a newSliceThresholderWithoutMask. -
Method Summary
Modifier and TypeMethodDescriptionvoidsegmentAll(Voxels<?> voxelsIn, Voxels<?> voxelsThreshold, Voxels<UnsignedByteBuffer> voxelsOut) Segments all slices in the input voxels.Methods inherited from class org.anchoranalysis.plugin.image.segment.thresholder.slice.SliceThresholder
writeOffByte, writeThresholdedByte
-
Constructor Details
-
SliceThresholderWithoutMask
Creates a newSliceThresholderWithoutMask.- Parameters:
binaryValues- theBinaryValuesByteto use for output
-
-
Method Details
-
segmentAll
public void segmentAll(Voxels<?> voxelsIn, Voxels<?> voxelsThreshold, Voxels<UnsignedByteBuffer> voxelsOut) Description copied from class:SliceThresholderSegments all slices in the input voxels.- Specified by:
segmentAllin classSliceThresholder- Parameters:
voxelsIn- the inputVoxelsvoxelsThreshold- the thresholdVoxelsvoxelsOut- the outputVoxels
-