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, 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>> ArrayList<LongType> lbp2D(RandomAccessibleInterval<T> in, int distance, int histogramSize)
Copyright © 2014–2022 ImageJ. All rights reserved.