|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.DoGFilter
public class DoGFilter
Edge detection by difference of Gaussians.
| Constructor Summary | |
|---|---|
DoGFilter()
|
|
| Method Summary | |
|---|---|
BufferedImage |
filter(BufferedImage src,
BufferedImage dst)
|
boolean |
getInvert()
|
boolean |
getNormalize()
|
float |
getRadius1()
Get the radius of the kernel. |
float |
getRadius2()
Get the radius of the kernel. |
void |
setInvert(boolean invert)
|
void |
setNormalize(boolean normalize)
|
void |
setRadius1(float radius1)
Set the radius of the kernel, and hence the amount of blur. |
void |
setRadius2(float radius2)
Set the radius of the kernel, and hence the amount of blur. |
String |
toString()
|
| Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp |
|---|
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DoGFilter()
| Method Detail |
|---|
public void setRadius1(float radius1)
radius - the radius of the blur in pixels.#getRadiuspublic float getRadius1()
#setRadiuspublic void setRadius2(float radius2)
radius - the radius of the blur in pixels.#getRadiuspublic float getRadius2()
#setRadiuspublic void setNormalize(boolean normalize)
public boolean getNormalize()
public void setInvert(boolean invert)
public boolean getInvert()
public BufferedImage filter(BufferedImage src,
BufferedImage dst)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||