Function cvFundamental from cvstereo
Brief description
cvFundamental(previous:CvMat,current:CvMat):CvMat
Computes the fundamental matrix from point correspondences More ...
Function information
| Name: | cvFundamental |
| Base: | |
| Group: | OpenCV plugins:Multiview geometry |
| Icon: | opencv.png |
| Color: | blue |
| Authors: | Aless Lasaruk |
| Copyright: | (c) 2010 Aless Lasaruk |
Detailed description
Computes the fundamental matrix from point correspondences
Input parameters
-
previous:
CvMat
- Features in the previous image
-
current:
CvMat
- Features in the current image
Return values
-
Default return value:
CvMat
- Fundamental matrix
