public class HogNamespace extends AbstractNamespace
Constructor and Description |
---|
HogNamespace() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
<T extends RealType<T>> |
hog(RandomAccessibleInterval<T> in,
int numOrientations,
int spanOfNeighborhood)
Executes the "hog" operation on the given arguments.
|
<T extends RealType<T>> |
hog(RandomAccessibleInterval<T> out,
RandomAccessibleInterval<T> in,
int numOrientatios,
int spanOfNeighborhood)
Executes the "hog" operation on the given arguments.
|
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>> RandomAccessibleInterval<T> hog(RandomAccessibleInterval<T> out, RandomAccessibleInterval<T> in, int numOrientatios, int spanOfNeighborhood)
public <T extends RealType<T>> RandomAccessibleInterval<T> hog(RandomAccessibleInterval<T> in, int numOrientations, int spanOfNeighborhood)
Copyright © 2014–2022 ImageJ. All rights reserved.