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, setEnvironmentcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontext, getContext, setContextpublic 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.