org.novyon.noise.filter
Class ThermalErodeFilter
java.lang.Object
org.novyon.noise.filter.AbstractFilter
org.novyon.noise.filter.ThermalErodeFilter
- All Implemented Interfaces:
- Filter
public class ThermalErodeFilter
- extends AbstractFilter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThermalErodeFilter
public ThermalErodeFilter()
setC
public ThermalErodeFilter setC(float c)
setTalus
public ThermalErodeFilter setTalus(float talus)
getMargin
public int getMargin(int size,
int margin)
- Specified by:
getMargin
in interface Filter
- Overrides:
getMargin
in class AbstractFilter
filter
public FloatBuffer filter(float sx,
float sy,
float base,
FloatBuffer buffer,
int workSize)
- Specified by:
filter
in class AbstractFilter
Copyright © 2011. All Rights Reserved.