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 TypeMethodDescriptionvoid
segmentAll
(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
- theBinaryValuesByte
to use for output
-
-
Method Details
-
segmentAll
public void segmentAll(Voxels<?> voxelsIn, Voxels<?> voxelsThreshold, Voxels<UnsignedByteBuffer> voxelsOut) Description copied from class:SliceThresholder
Segments all slices in the input voxels.- Specified by:
segmentAll
in classSliceThresholder
- Parameters:
voxelsIn
- the inputVoxels
voxelsThreshold
- the thresholdVoxels
voxelsOut
- the outputVoxels
-