Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADD Cuda MultiplyWithStream #1141

Closed
wants to merge 2 commits into from
Closed

ADD Cuda MultiplyWithStream #1141

wants to merge 2 commits into from

Conversation

dwchoo
Copy link
Contributor

@dwchoo dwchoo commented Jan 11, 2024

I wanted to use Multiply in Cuda. However, MultiplyWithStream was not available. OpenCV had Stream ready(cuda/arithm.cpp, cuda/arithm.h and opencv mutliply), but GoCV did not have MultiplyWithStream.
So I added the function and confirmed that it works well. It would be nice if MultiplyWithStream were available.
And I fixed the multiply opencv link because it was incorrect.
link in code : https://docs.opencv.org/master/d8/d34/group__cudaarithm__elem.html#ga124315aa226260841e25cc0b9ea99dc3
correct link : https://docs.opencv.org/4.x/d8/d34/group__cudaarithm__elem.html#ga497cc0615bf717e1e615143b56f00591

@dwchoo dwchoo closed this Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant