T
- type of inputpublic class CreateKernelSobel<T extends ComplexType<T>> extends AbstractNullaryFunctionOp<RandomAccessibleInterval<T>> implements Ops.Create.KernelSobel
SpecialOp.Flavor
NAME
Constructor and Description |
---|
CreateKernelSobel() |
Modifier and Type | Method and Description |
---|---|
RandomAccessibleInterval<T> |
calculate()
Calculates the output value.
|
void |
initialize()
Initializes the object.
|
out, run
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ops, setEnvironment
getIndependentInstance, run
candidates, filterArity, op
public void initialize()
Initializable
initialize
in interface Initializable
public RandomAccessibleInterval<T> calculate()
NullaryFunctionOp
calculate
in interface NullaryFunctionOp<RandomAccessibleInterval<T extends ComplexType<T>>>
Copyright © 2014–2022 ImageJ. All rights reserved.