Add feature #2615 : ocl::imshow display oclMat using cl_khr_gl_sharing extension#837
Closed
wenju-he wants to merge 7 commits intoopencv:masterfrom
wenju-he:master
Closed
Add feature #2615 : ocl::imshow display oclMat using cl_khr_gl_sharing extension#837wenju-he wants to merge 7 commits intoopencv:masterfrom wenju-he:master
wenju-he wants to merge 7 commits intoopencv:masterfrom
wenju-he:master
Conversation
Contributor
|
👍 |
Contributor
|
👍 |
Contributor
|
We should merge these modifications to the repository. Andrey, could you please do it? |
Contributor
|
the patch can not be merged for some reason, probably, it became incompatible with the latest opencv. |
Contributor
Author
|
thanks, i will modify and submit later |
savuor
pushed a commit
to nickyu-zhu/opencv
that referenced
this pull request
Oct 27, 2023
zachlowry
pushed a commit
to zachlowry/opencv
that referenced
this pull request
Oct 21, 2024
fixes opencv#836 i.e. - ability to build untagged commits manually using pip wheel (ensuring the version conforms to PEP 440, and to our actual documentation, by using + instead of .) - ability to compile against current OpenCV on Python 3.8 (using numpy 1.17.5 instead of 1.17.3 which does not compile anymore)
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.
Add new function ocl::imshow( const String& winname, const oclMat& _img ) to ocl.hpp
A hidden window is created to generate OpenGL context, from which the OpenCL context is created. Only Windows system is supported.