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

Function cvCameraExtrinsic from cvcalibration
Brief description

cvCameraExtrinsic(object:CvMat,image:CvMat,P:CvMat,D:CvMat):List

Finds the extrinsic parameters of the camera More ...

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

Detailed description

Finds the extrinsic parameters of the camera

Input parameters
object: CvMat
Object points
image: CvMat
Image points
P: CvMat
Projection matrix of the camera
D: CvMat
Distortion coefficients of the camera

Return values
Default return value: List
Rotation matrix and a translation vector