Added Rodrigues to the JS embindgen.py and a unittest in test_calib3d…#15595
Merged
alalek merged 2 commits intoopencv:3.4from Sep 27, 2019
Merged
Added Rodrigues to the JS embindgen.py and a unittest in test_calib3d…#15595alalek merged 2 commits intoopencv:3.4from
alalek merged 2 commits intoopencv:3.4from
Conversation
alalek
reviewed
Sep 26, 2019
modules/js/src/embindgen.py
Outdated
| return wl | ||
|
|
||
| white_list = makeWhiteList([core, imgproc, objdetect, video, dnn, features2d, calib3d]) | ||
| white_list = makeWhiteList([core, imgproc, objdetect, video, dnn, features2d, photo, aruco, calib3d]) |
Member
There was a problem hiding this comment.
Please remove unrelated changes (they are from the master branch only)
…the function list
Contributor
Author
|
OK, I fixed it, and pushed to my PR branch on my fork, will it update here like it says, or do I need to do anything else? |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I did something wrong and PR #15585 closed. This PR is on 3.4 and has the changes.
Resolves #15584
This pullrequest changes
Adds the Rodrigues function to the Calib3D module and adds a unittest in the js/tests folder.