|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.meltingice.caman.CamanFilter
com.meltingice.caman.filters.GaussianBlur
public class GaussianBlur
Applies a gaussian blur to the image.
Constructor Summary | |
---|---|
GaussianBlur()
|
Method Summary | |
---|---|
double[] |
getKernel()
If making a filter that requires image convolution, this returns the kernel that will be applied to the image. |
void |
precomputeParams()
Allows the filter to precompute any required values before CamanFilter.process(int[]) is executed. |
Methods inherited from class com.meltingice.caman.CamanFilter |
---|
getParamDouble, getParamInt, process, set, set, type |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GaussianBlur()
Method Detail |
---|
public void precomputeParams()
CamanFilter
CamanFilter.process(int[])
is executed. This helps with speed so
that arguments don't have to be recomputed for every pixel.
precomputeParams
in class CamanFilter
public double[] getKernel()
CamanFilter
getKernel
in class CamanFilter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |