| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectj2d.edge.LoGProcessor
public class LoGProcessor
| Constructor Summary | |
|---|---|
| LoGProcessor(int _kernelWidth,
             double _sigma) | |
| 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 LoGProcessor(int _kernelWidth,
                    double _sigma)
| Method Detail | 
|---|
public ImageProcessorInterface getProcessor(int i)
ImageProcessorFactory
getProcessor in interface ImageProcessorFactoryi - some integer parameter used to create the image processor
ImageProcessor instance.public java.awt.Image process(java.awt.Image img)
ImageProcessorInterface
process in interface ImageProcessorInterfaceimg - input image
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||