Functions not exposed to Python (Bug #3019)
Description
There are several functions not exposed to Python, such as findEssentialMat or LevMarqSparse.
Associated revisions
Merge pull request #3019 from alalek:ocl_fix_pyrUp_test
History
Updated by abid rahman almost 11 years ago
findEssentialMat is already available in master branch
In [9]: cv2.findEssentialMat? Type: builtin_function_or_method String Form:<built-in function findEssentialMat> Docstring: findEssentialMat(points1, points2[, focal[, pp[, method[, prob[, threshold[, mask]]]]]]) -> retval, mask
Updated by Vladislav Vinogradov almost 11 years ago
Hi Yuki Inoue,
Thank you for the bug report.
If you can prepare a pull request with fix it will help us a lot. Here you can find all necessary information: http://www.code.opencv.org/projects/opencv/wiki/How_to_contribute
- HW Platform set to Any
- Operating System set to Any
- Affected version changed from branch 'master' (2.4.9) to branch 'master' (3.0-dev)
Updated by Alexander Smorkalov almost 11 years ago
LevMarqSparse is not wrapped.
- Assignee changed from Vadim Pisarevsky to abid rahman
Updated by Alexander Smorkalov almost 11 years ago
LevMarqSparse is a legacy class and as Vadim Pisarevsky said it can be exclude from OpenCV 3.0. In such case we can postpone it.
- Status changed from Open to Done