Any OpenCV Function Similar to helperFind3Dto2DCorrespondences() function of MATLAB ?
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);