Any OpenCV Function Similar to helperFind3Dto2DCorrespondences() function of MATLAB ?

asked 2018-04-08 16:55:13 -0600

SAKhan gravatar image

updated 2018-04-08 16:57:05 -0600

Is there any OpenCV Function that could generate same output as compared to the following function in MATLAB?

[worldPoints, imagePoints] = helperFind3Dto2DCorrespondences(vSet,...
                cameraParams, indexPairs, currPoints);
edit retag flag offensive close merge delete