|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectj2d.edge.LoGSobelProcessor
public class LoGSobelProcessor
Constructor Summary | |
---|---|
LoGSobelProcessor(int _kernelWidth,
double _sigma,
int _thresh,
boolean _isThresh,
boolean _isSobel)
|
Method Summary | |
---|---|
ImageProcessorInterface |
getProcessor(int i)
get a parameterized image processor. |
java.awt.Image |
process(java.awt.Image img)
a basic garbage in, garbage out processor. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoGSobelProcessor(int _kernelWidth, double _sigma, int _thresh, boolean _isThresh, boolean _isSobel)
Method Detail |
---|
public ImageProcessorInterface getProcessor(int i)
ImageProcessorFactory
getProcessor
in interface ImageProcessorFactory
i
- some integer parameter used to create the image processor
ImageProcessor
instance.public java.awt.Image process(java.awt.Image img)
ImageProcessorInterface
process
in interface ImageProcessorInterface
img
- input image
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |