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

Function cvUndistort from cvcalibration
Brief description

cvUndistort(image:IplImage,P:CvMat,D:CvMat):IplImage

Undistorts the image to compensate for lens distortion More ...

Function information
Name: cvUndistort
Base:
Group: OpenCV plugins:Camera mappings
Icon: calibrate.png
Color: blue
Authors:
Copyright:

Detailed description

Undistorts the image to compensate for lens distortion

Input parameters
image: IplImage
Image point to project
P: CvMat
Projection matrix of the camera
D: CvMat
Distortion coefficients of the camera

Return values
Default return value: IplImage
Undistorted image