Functions not exposed to Python (Bug #3019)


Added by Yuki Inoue almost 12 years ago. Updated almost 11 years ago.


Status:Done Start date:2013-05-12
Priority:Normal Due date:
Assignee:abid rahman % Done:

0%

Category:python bindings
Target version:-
Affected version:branch 'master' (3.0-dev) Operating System:Any
Difficulty: HW Platform:Any
Pull request:

Description

There are several functions not exposed to Python, such as findEssentialMat or LevMarqSparse.


Associated revisions

Revision bab826a3
Added by Alexander Alekhin over 10 years ago

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

Also available in: Atom PDF