public class ZernikeNamespace extends AbstractNamespace
Constructor and Description |
---|
ZernikeNamespace() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
<T extends RealType<T>,O extends RealType<O>> |
magnitude(IterableInterval<T> in,
int order,
int repitition) |
<T extends RealType<T>,O extends RealType<O>> |
magnitude(O out,
IterableInterval<T> in,
int order,
int repitition) |
<T extends RealType<T>,O extends RealType<O>> |
phase(IterableInterval<T> in,
int order,
int repitition) |
<T extends RealType<T>,O extends RealType<O>> |
phase(O out,
IterableInterval<T> in,
int order,
int repitition) |
ops, setEnvironment
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
context, getContext, setContext
public String getName()
public <T extends RealType<T>,O extends RealType<O>> O phase(IterableInterval<T> in, int order, int repitition)
public <T extends RealType<T>,O extends RealType<O>> O phase(O out, IterableInterval<T> in, int order, int repitition)
public <T extends RealType<T>,O extends RealType<O>> O magnitude(IterableInterval<T> in, int order, int repitition)
public <T extends RealType<T>,O extends RealType<O>> O magnitude(O out, IterableInterval<T> in, int order, int repitition)
Copyright © 2014–2022 ImageJ. All rights reserved.