ContRap
The symbolic tool for control-flow based rapid prototyping.

Function cvErode from cvimages
Brief description

cvErode(image:IplImage,kernel:IplConvKernel,iterations:int):IplImage

Erodes the image with the given kernel More ...

Function information
Name: cvErode
Base:
Group: OpenCV plugins:Morphological operations
Icon: opencv.png
Color:
Authors:
Copyright:

Detailed description

Erodes the image with the given kernel

Input parameters
image: IplImage
Input image
kernel: IplConvKernel
Erosion kernel
iterations: int
Number of iterations

Return values
Default return value: IplImage