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

Library cvcalibration
Overview

This library is undocumented

Non-class functions

Here you will find the list of all functions, which are defined outside the scope of a class.

cvBackProject(image:IplImage,P:CvMat,D:CvMat):CvMat
Computes the ray
cvCalibrateCameraExtrinsic(object:CvMat,image:CvMat,counts:CvMat,size:CvSize,guess:CvMat):List
Calibrates a camera using the OpenCV calibration method
cvCalibrateCamera(object:CvMat,image:CvMat,counts:CvMat,size:CvSize,guess:CvMat):List
Calibrates a camera using the OpenCV calibration method
cvCameraExtrinsic(object:CvMat,image:CvMat,P:CvMat,D:CvMat):List
Finds the extrinsic parameters of the camera
cvFindChessboard(image:IplImage,size:CvSize):std::vector<CvPoint2D32f>
Detects chessboard corners in an image
cvMakePrototype(size:CvSize,h:double,v:double):CvMat
Creates a chessboard prototype matrix with a given size
cvUndistort(image:IplImage,P:CvMat,D:CvMat):IplImage
Undistorts the image to compensate for lens distortion