public class LaplaceFilter extends Object implements Descriptor
Descriptor.Supports
DOES_ALL
Constructor and Description |
---|
LaplaceFilter()
Constructs default Laplace Edge Filter
|
LaplaceFilter(int kernelDimensions)
Contructs Laplace Egde Filter
|
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a change listener to this descriptor.
|
void |
run(ij.process.ImageProcessor ip)
Start processing of this algorithm on the given image processor.
|
EnumSet<Descriptor.Supports> |
supports()
Determine the capabilities of this algorithm.
|
public LaplaceFilter()
public LaplaceFilter(int kernelDimensions)
kernelDimensions
- Choose the dimension of laplacian kernel: 1, 3, 5 or 7public EnumSet<Descriptor.Supports> supports()
Descriptor
supports
in interface Descriptor
public void run(ij.process.ImageProcessor ip)
Descriptor
run
in interface Descriptor
public void addPropertyChangeListener(PropertyChangeListener listener)
Descriptor
addPropertyChangeListener
in interface Descriptor
Copyright © 2013. All Rights Reserved.