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

Function cvSobel from cvimages
Brief description

cvSobel(image:IplImage,aperture:int,dx:int,dy:int):IplImage

Computes the Sobel operator in the given image More ...

Function information
Name: cvSobel
Base:
Group: OpenCV plugins:Image filters
Icon: image.png
Color:
Authors:
Copyright:

Detailed description

Computes the Sobel operator in the given image

Input parameters
image: IplImage
Input image
aperture: int
Aperture size
dx: int
Derivative order in the horizontal direction
dy: int
Derivative order in the vertical direction

Return values
Default return value: IplImage