Function cvDilate from cvimages
Brief description
cvDilate(image:IplImage,kernel:IplConvKernel,iterations:int):IplImage
Dilates the image with the given kernel More ...
Function information
| Name: | cvDilate |
| Base: | |
| Group: | OpenCV plugins:Morphological operations |
| Icon: | opencv.png |
| Color: | |
| Authors: | |
| Copyright: |
Detailed description
Dilates the image with the given kernel
Input parameters
-
image:
IplImage
- Input image
-
kernel:
IplConvKernel
- Dilation kernel
-
iterations:
int
- Number of iterations
Return values
-
Default return value:
IplImage
