endrov.flowImageStats
Class EvOpBilateralFilter2D
java.lang.Object
endrov.flow.EvOpGeneral
endrov.flow.EvOpSlice1
endrov.flowImageStats.EvOpBilateralFilter2D
public class EvOpBilateralFilter2D
- extends EvOpSlice1
Local average, but only average using pixels within threshold of current pixel value. This improves edge conservation
O(w*h*pw*ph)
http://www.roborealm.com/help/Bilateral.php
Constructor Summary |
EvOpBilateralFilter2D(java.lang.Number pw,
java.lang.Number ph,
java.lang.Number threshold)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EvOpBilateralFilter2D
public EvOpBilateralFilter2D(java.lang.Number pw,
java.lang.Number ph,
java.lang.Number threshold)
exec1
public EvPixels exec1(ProgressHandle progh,
EvPixels... p)
- Description copied from class:
EvOpGeneral
- Apply given several image planes, returns only the first image plane
- Specified by:
exec1
in class EvOpGeneral
apply
public static EvPixels apply(ProgressHandle progh,
EvPixels in,
int pw,
int ph,
double threshold)