| Package | Description |
|---|---|
| boofcv.abst.filter.derivative | |
| boofcv.factory.filter.derivative |
| Modifier and Type | Class and Description |
|---|---|
class |
ImageHessian_Reflection<Output extends ImageSingleBand>
Generic implementation which uses reflections to call hessian functions
|
| Modifier and Type | Method and Description |
|---|---|
static <D extends ImageSingleBand> |
FactoryDerivative.hessian(Class<?> gradientType,
Class<D> derivType) |
static <D extends ImageSingleBand> |
FactoryDerivative.hessianPrewitt(Class<D> derivType) |
static <D extends ImageSingleBand> |
FactoryDerivative.hessianSobel(Class<D> derivType) |
static <D extends ImageSingleBand> |
FactoryDerivative.hessianThree(Class<D> derivType) |
Copyright © 2013. All Rights Reserved.