public class FactoryDerivativeSparse extends Object
| Constructor and Description |
|---|
FactoryDerivativeSparse() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageSingleBand> |
createLaplacian(Class<T> imageType,
ImageBorder<T> border)
Creates a sparse Laplacian filter.
|
public static <T extends ImageSingleBand> ImageFunctionSparse<T> createLaplacian(Class<T> imageType, ImageBorder<T> border)
imageType - The type of image which is to be processed.border - How the border should be handled. If null BorderType.EXTENDED will be used.Copyright © 2013. All Rights Reserved.