Module org.scijava.ops.image
Class DefaultLBP2D<I extends RealType<I>>
- java.lang.Object
-
- org.scijava.ops.image.features.lbp2d.DefaultLBP2D<I>
-
- Type Parameters:
I-
- All Implemented Interfaces:
Functions.Arity3<RandomAccessibleInterval<I>,Integer,Integer,ArrayList<LongType>>
public class DefaultLBP2D<I extends RealType<I>> extends Object implements Functions.Arity3<RandomAccessibleInterval<I>,Integer,Integer,ArrayList<LongType>>
Default implementation of 2d local binary patterns- Author:
- Andreas Graumann (University of Konstanz)
- Implementation Note:
- op names='features.lbp2d'
-
-
Constructor Summary
Constructors Constructor Description DefaultLBP2D()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayList<LongType>apply(RandomAccessibleInterval<I> input, Integer distance, Integer histogramSize)TODO-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.scijava.function.Functions.Arity3
andThen
-
-
-
-
Method Detail
-
apply
public ArrayList<LongType> apply(RandomAccessibleInterval<I> input, Integer distance, Integer histogramSize)
TODO- Specified by:
applyin interfaceFunctions.Arity3<RandomAccessibleInterval<I extends RealType<I>>,Integer,Integer,ArrayList<LongType>>- Parameters:
input-distance-histogramSize-- Returns:
- the output
-
-