| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectj2d.edge.CannyProcessor
public class CannyProcessor
| Constructor Summary | |
|---|---|
| CannyProcessor(int thresh1,
               int thresh2,
               int thresh,
               int kw,
               float sigma) | |
| Method Summary | |
|---|---|
|  ImageProcessorInterface | getProcessor(int i)get a parameterized image processor. | 
|  java.awt.Image | process(java.awt.Image _sourceImage)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 CannyProcessor(int thresh1,
                      int thresh2,
                      int thresh,
                      int kw,
                      float 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 _sourceImage)
ImageProcessorInterface
process in interface ImageProcessorInterface_sourceImage - input image
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||