endrov.flowImageStats
Class EvOpKuwaharaFilter2D
java.lang.Object
endrov.flow.EvOpGeneral
endrov.flow.EvOpSlice1
endrov.flowImageStats.EvOpKuwaharaFilter2D
public class EvOpKuwaharaFilter2D
- extends EvOpSlice1
Kuwahara filter
http://www.ph.tn.tudelft.nl/Courses/FIP/noframes/fip-Smoothin.html#Heading88
pw=ph=0 corresponds to the identity operation
Complexity O(w*h)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EvOpKuwaharaFilter2D
public EvOpKuwaharaFilter2D(java.lang.Number pw,
java.lang.Number ph)
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)