Module org.scijava.ops.image
Class HessianRAI<T extends RealType<T>>
- java.lang.Object
-
- org.scijava.ops.image.filter.hessian.HessianRAI<T>
-
- Type Parameters:
T- type of input
- All Implemented Interfaces:
Function<RandomAccessibleInterval<T>,CompositeIntervalView<T,RealComposite<T>>>
public class HessianRAI<T extends RealType<T>> extends Object implements Function<RandomAccessibleInterval<T>,CompositeIntervalView<T,RealComposite<T>>>
Hessian filter using the sobel filter with separated kernel.- Author:
- Eike Heinz, University of Konstanz
- Implementation Note:
- op names='filter.hessian'
-
-
Constructor Summary
Constructors Constructor Description HessianRAI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompositeIntervalView<T,RealComposite<T>>apply(RandomAccessibleInterval<T> input)TODO
-
-
-
Method Detail
-
apply
public CompositeIntervalView<T,RealComposite<T>> apply(RandomAccessibleInterval<T> input)
TODO- Specified by:
applyin interfaceFunction<RandomAccessibleInterval<T extends RealType<T>>,CompositeIntervalView<T extends RealType<T>,RealComposite<T extends RealType<T>>>>- Parameters:
input-- Returns:
- the output
-
-