1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Merge pull request #15595 from frastlin:rodrigues

* Added Rodrigues to the JS embindgen.py and a unittest in test_calib3d.js on 3.4 base
This commit is contained in:
Brandon
2019-09-27 03:06:07 -07:00
committed by Alexander Alekhin
parent 7ce9428e96
commit 25dee8383c
2 changed files with 25 additions and 1 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ features2d = {'Feature2D': ['detect', 'compute', 'detectAndCompute', 'descriptor
'BFMatcher': ['isMaskSupported', 'create'],
'': ['drawKeypoints', 'drawMatches', 'drawMatchesKnn']}
calib3d = {'': ['findHomography']}
calib3d = {'': ['findHomography', 'Rodrigues']}
def makeWhiteList(module_list):
wl = {}