Modifier and Type | Class and Description |
---|---|
class |
CreateImgFromII<T extends NativeType<T>>
|
class |
CreateImgFromInterval
|
class |
CreateImgFromRAI<T extends NativeType<T>>
|
Modifier and Type | Class and Description |
---|---|
class |
CreateKernelGaussDoubleType
Creates a Gaussian kernel of type
DoubleType . |
class |
CreateKernelGaussSymmetricDoubleType
Creates a symmetric Gaussian kernel of type
DoubleType . |
Modifier and Type | Class and Description |
---|---|
class |
CreateKernelLogDoubleType
Creates a log kernel of type
DoubleType . |
class |
CreateKernelLogSymmetricDoubleType
Creates a symmetric log kernel of type
DoubleType . |
Modifier and Type | Class and Description |
---|---|
class |
CreateNativeTypeFromClass<T extends NativeType<T>>
Creates the
NativeType given by the input Class . |
Modifier and Type | Class and Description |
---|---|
class |
DoGVaryingSigmas<T extends NumericType<T> & NativeType<T>>
Difference of Gaussians (DoG) implementation where sigmas can vary by
dimension.
|
Modifier and Type | Class and Description |
---|---|
class |
NormalizeIIFunction<T extends RealType<T>>
Normalizes an
IterableInterval given its minimum and maximum to
another range defined by minimum and maximum. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultExtractHolesFunction<T extends BooleanType<T>> |
Modifier and Type | Class and Description |
---|---|
class |
UCViaUC<I extends DI,O extends DO,DI,DO>
Base class for
UnaryComputerOp s that delegate to other
UnaryComputerOp s. |
class |
UCViaUCAllSame<IO>
Base class for
UnaryComputerOp s that delegate to other
UnaryComputerOp s with all matching types (input same as output). |
class |
UCViaUCSameIO<I,O>
Base class for
UnaryComputerOp s that delegate to other
UnaryComputerOp s with the same input and output types. |
class |
UFViaUC<I extends DI,O extends DO,DI,DO>
Base class for
UnaryFunctionOp s that delegate to
UnaryComputerOp s. |
class |
UFViaUCAllSame<IO>
Base class for
UnaryFunctionOp s that delegate to
UnaryComputerOp s with all matching types (input same as output). |
class |
UFViaUCSameIO<I,O>
Base class for
UnaryFunctionOp s that delegate to
UnaryComputerOp s with the same input and output types. |
class |
UFViaUF<I extends DI,O,DI,DO extends O>
Base class for
UnaryFunctionOp s that delegate to other
UnaryFunctionOp s. |
class |
UFViaUFAllSame<IO>
Base class for
UnaryFunctionOp s that delegate to other
UnaryFunctionOp s with all matching types (input same as output). |
class |
UFViaUFSameIO<I,O>
Base class for
UnaryFunctionOp s that delegate to other
UnaryFunctionOp s with the same input and output types. |
class |
UHCFViaUC<I extends DI,O extends DO,DI,DO>
Base class for
UnaryHybridCF s that delegate to
UnaryComputerOp s. |
class |
UHCFViaUCAllSame<IO>
Base class for
UnaryHybridCF s that delegate to
UnaryComputerOp s with all matching types (input same as output). |
class |
UHCFViaUCSameIO<I,O>
Base class for
UnaryHybridCF s that delegate to
UnaryComputerOp s with the same input and output types. |
class |
UHCFViaUHCF<I extends DI,O,DI>
Base class for
UnaryHybridCF s that delegate to other
UnaryHybridCF s. |
class |
UHCFViaUHCFAllSame<IO>
Base class for
UnaryHybridCF s that delegate to other
UnaryHybridCF s with all matching types (input same as output). |
class |
UHCFViaUHCFSameIO<I,O>
Base class for
UnaryHybridCF s that delegate to other
UnaryHybridCF s with the same input and output types. |
class |
UIOViaUI<A extends DO,DI,DO extends DI>
Base class for
UnaryInplaceOnlyOp s that delegate to
UnaryInplaceOp s. |
class |
UIOViaUISame<A>
Base class for
UnaryInplaceOnlyOp s that delegate to
UnaryInplaceOp s with all matching types (input same as output). |
Copyright © 2014–2022 ImageJ. All rights reserved.