Function cvBackProject from cvcalibration
Brief description
cvBackProject(image:IplImage,P:CvMat,D:CvMat):CvMat
Computes the ray More ...
Function information
Name: | cvBackProject |
Base: | |
Group: | OpenCV plugins:Camera mappings |
Icon: | calibrate.png |
Color: | blue |
Authors: | |
Copyright: |
Detailed description
Computes the ray
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:
CvMat
- Direction of the ray in space starting from the principal point of the matrix