Package org.ptolemy.opencv
Class ComputerVision.Dilate
- java.lang.Object
 - 
- com.jhlabs.image.AbstractBufferedImageOp
 - 
- org.ptolemy.opencv.ComputerVision.Dilate
 
 
 
- 
- All Implemented Interfaces:
 java.awt.image.BufferedImageOp,java.lang.Cloneable
- Enclosing class:
 - ComputerVision
 
public class ComputerVision.Dilate extends AbstractBufferedImageOp
A filter that dilates the image. 
- 
- 
Constructor Summary
Constructors Constructor Description Dilate() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.image.BufferedImagefilter(java.awt.image.BufferedImage source, java.awt.image.BufferedImage destination)Dilate the source image.- 
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB, stringToColor 
 - 
 
 -