Package | Description |
---|---|
net.imagej.ops.create.img | |
net.imagej.ops.create.kernelGauss | |
net.imagej.ops.create.kernelLog | |
net.imagej.ops.create.nativeType | |
net.imagej.ops.special.chain |
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 |
UFViaUFAllSame<IO>
Base class for
UnaryFunctionOp s that delegate to other
UnaryFunctionOp s with all matching types (input same as output). |
Copyright © 2014–2022 ImageJ. All rights reserved.