public class LBPNamespace extends AbstractNamespace
| Constructor and Description |
|---|
LBPNamespace() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
<T extends RealType<T>> |
lbp2D(ArrayList<LongType> out,
RandomAccessibleInterval<T> in,
int distance,
int histogramSize) |
<T extends RealType<T>> |
lbp2D(RandomAccessibleInterval<T> in,
int distance,
int histogramSize) |
ops, setEnvironmentcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontext, getContext, setContextpublic String getName()
public <T extends RealType<T>> ArrayList<LongType> lbp2D(RandomAccessibleInterval<T> in, int distance, int histogramSize)
Copyright © 2014–2022 ImageJ. All rights reserved.