Modifier and Type | Method and Description |
---|---|
default <EI,EO> IterableInterval<EO> |
OpEnvironment.map(IterableInterval<EO> out,
RandomAccessibleInterval<EI> in,
Shape shape,
CenterAwareComputerOp<EI,EO> func)
Executes the "map" operation on the given arguments.
|
Modifier and Type | Method and Description |
---|---|
protected abstract CenterAwareComputerOp<I,O> |
AbstractCenterAwareNeighborhoodBasedFilter.unaryComputer(I inType,
O outType) |
Modifier and Type | Method and Description |
---|---|
protected CenterAwareComputerOp<T,V> |
DefaultSigmaFilter.unaryComputer(T inType,
V outType) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCenterAwareComputerOp<I,O>
Abstract superclass for
CenterAwareComputerOp implementations. |
Modifier and Type | Class and Description |
---|---|
class |
LocalThresholdMethod<T extends RealType<T>>
AbstractCenterAwareComputerOp for use in LocalThreshold s. |
class |
LocalThresholdMethodHistogram<T extends RealType<T>,O extends BooleanType<O>>
AbstractCenterAwareComputerOp for use in LocalThreshold s. |
Modifier and Type | Method and Description |
---|---|
protected CenterAwareComputerOp<T,BitType> |
ApplyThresholdMethodLocal.LocalHuangThreshold.unaryComputer(T inClass,
BitType outClass) |
protected CenterAwareComputerOp<T,BitType> |
ApplyThresholdMethodLocal.LocalIJ1Threshold.unaryComputer(T inClass,
BitType outClass) |
protected CenterAwareComputerOp<T,BitType> |
ApplyThresholdMethodLocal.LocalIntermodesThreshold.unaryComputer(T inClass,
BitType outClass) |
protected CenterAwareComputerOp<T,BitType> |
ApplyThresholdMethodLocal.LocalIsoDataThreshold.unaryComputer(T inClass,
BitType outClass) |
protected CenterAwareComputerOp<T,BitType> |
ApplyThresholdMethodLocal.LocalLiThreshold.unaryComputer(T inClass,
BitType outClass) |
protected CenterAwareComputerOp<T,BitType> |
ApplyThresholdMethodLocal.LocalMaxEntropyThreshold.unaryComputer(T inClass,
BitType outClass) |
protected CenterAwareComputerOp<T,BitType> |
ApplyThresholdMethodLocal.LocalMaxLikelihoodThreshold.unaryComputer(T inClass,
BitType outClass) |
protected CenterAwareComputerOp<T,BitType> |
ApplyThresholdMethodLocal.LocalMinErrorThreshold.unaryComputer(T inClass,
BitType outClass) |
protected CenterAwareComputerOp<T,BitType> |
ApplyThresholdMethodLocal.LocalMinimumThreshold.unaryComputer(T inClass,
BitType outClass) |
protected CenterAwareComputerOp<T,BitType> |
ApplyThresholdMethodLocal.LocalMomentsThreshold.unaryComputer(T inClass,
BitType outClass) |
protected CenterAwareComputerOp<T,BitType> |
ApplyThresholdMethodLocal.LocalOtsuThreshold.unaryComputer(T inClass,
BitType outClass) |
protected CenterAwareComputerOp<T,BitType> |
ApplyThresholdMethodLocal.LocalPercentileThreshold.unaryComputer(T inClass,
BitType outClass) |
protected CenterAwareComputerOp<T,BitType> |
ApplyThresholdMethodLocal.LocalRenyiEntropyThreshold.unaryComputer(T inClass,
BitType outClass) |
protected CenterAwareComputerOp<T,BitType> |
ApplyThresholdMethodLocal.LocalRosinThreshold.unaryComputer(T inClass,
BitType outClass) |
protected CenterAwareComputerOp<T,BitType> |
ApplyThresholdMethodLocal.LocalShanbhagThreshold.unaryComputer(T inClass,
BitType outClass) |
protected CenterAwareComputerOp<T,BitType> |
ApplyThresholdMethodLocal.LocalTriangleThreshold.unaryComputer(T inClass,
BitType outClass) |
protected CenterAwareComputerOp<T,BitType> |
ApplyThresholdMethodLocal.LocalYenThreshold.unaryComputer(T inClass,
BitType outClass) |
Modifier and Type | Method and Description |
---|---|
protected CenterAwareComputerOp<T,BitType> |
LocalBernsenThreshold.unaryComputer(T inClass,
BitType outClass) |
Modifier and Type | Method and Description |
---|---|
protected CenterAwareComputerOp<T,BitType> |
LocalContrastThreshold.unaryComputer(T inClass,
BitType outClass) |
Modifier and Type | Method and Description |
---|---|
protected CenterAwareComputerOp<T,BitType> |
LocalMeanThreshold.unaryComputer(T inClass,
BitType outClass) |
Modifier and Type | Method and Description |
---|---|
protected CenterAwareComputerOp<T,BitType> |
LocalMedianThreshold.unaryComputer(T inClass,
BitType outClass) |
Modifier and Type | Method and Description |
---|---|
protected CenterAwareComputerOp<T,BitType> |
LocalMidGreyThreshold.unaryComputer(T inClass,
BitType outClass) |
Modifier and Type | Method and Description |
---|---|
protected CenterAwareComputerOp<T,BitType> |
LocalNiblackThreshold.unaryComputer(T inClass,
BitType outClass) |
Modifier and Type | Method and Description |
---|---|
protected CenterAwareComputerOp<T,BitType> |
LocalPhansalkarThreshold.unaryComputer(T inClass,
BitType outClass) |
Modifier and Type | Method and Description |
---|---|
protected CenterAwareComputerOp<T,BitType> |
LocalSauvolaThreshold.unaryComputer(T inClass,
BitType outClass) |
Copyright © 2014–2022 ImageJ. All rights reserved.