Skip to content

G-API: Added an arbitrary-argument version of cv::gapi::combine#16077

Merged
opencv-pushbot merged 1 commit intoopencv:masterfrom
dmatveev:dm/gapi_narg_combine
Dec 6, 2019
Merged

G-API: Added an arbitrary-argument version of cv::gapi::combine#16077
opencv-pushbot merged 1 commit intoopencv:masterfrom
dmatveev:dm/gapi_narg_combine

Conversation

@dmatveev
Copy link
Copy Markdown
Contributor

@dmatveev dmatveev commented Dec 6, 2019

  • Now user doesn't need to do combine(x, combine(y, combine(z, zz))) but
    just combine(x, y, z, zz)

- Now user doesn't need to do `combine(x, combine(y, combine(z, zz)))` but
  just `combine(x, y, z, zz)`
@dmatveev dmatveev added this to the 4.x milestone Dec 6, 2019
@dmatveev
Copy link
Copy Markdown
Contributor Author

dmatveev commented Dec 6, 2019

@TolyaTalamanov please review

@TolyaTalamanov
Copy link
Copy Markdown
Contributor

TolyaTalamanov commented Dec 6, 2019

LGTM 👍

@dmatveev
Copy link
Copy Markdown
Contributor Author

dmatveev commented Dec 6, 2019

@TolyaTalamanov thanks! @alalek can we merge this?

@dmatveev
Copy link
Copy Markdown
Contributor Author

dmatveev commented Dec 6, 2019

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants