kallaballa
1387c63fa3
added html file for many_cubes-demo
2 years ago
kallaballa
0a323a1044
cosmetiques
2 years ago
kallaballa
099a46e250
update docs with notes on GPU support
2 years ago
kallaballa
0d7b862ee1
relinking pages
2 years ago
kallaballa
bbaf15f025
added docs for new demo: many_cubes-demo
2 years ago
kallaballa
9bed4183df
renaming
2 years ago
kallaballa
54a2ba38be
write video in demo with sink
2 years ago
kallaballa
72bf109f95
optimize cl-gl sharing code for nvidia
2 years ago
kallaballa
6a872963d7
added new example
2 years ago
Amir Hassan
255fc68265
Merge branch 'opencv:4.x' into 4.x
2 years ago
Jack Chan
9279b23cc5
Merge pull request #3555 from Jack-Chan-2001:4.x
...
Fix typing error
### Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [x] There is a reference to the original bug report and related work
- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
2 years ago
Alexander Smorkalov
9e13469931
Merge pull request #3549 from kkawabat:added_no_face_error_handling_to_landmarks_demo
...
small improvement to landmarks_demo.py
2 years ago
kan kawabata
26a7ebb610
the landmarks_demo.py fails with an obscure error when no faces are detected in the input image. Added some error handling so that it's more transparent.
2 years ago
kallaballa
57a25d526d
remove obsolete file
2 years ago
kallaballa
cfcb89e5fe
don't clear frame after swap
2 years ago
kallaballa
c02bb65341
use floating point for mouse coordinates
2 years ago
kallaballa
6e62bc860d
enable emscripten GL debugging in WASM debug builds
2 years ago
kallaballa
692d07a1bb
implemented mouse button event
2 years ago
kallaballa
e8503a9918
cleanup
2 years ago
kallaballa
f68c1a9695
implemented time tracker
2 years ago
Alexander Smorkalov
daaf645151
Merge pull request #3533 from asmorkalov:as/dnn_superres_java
...
Added Java bindings for dnn_superres module
2 years ago
Alexander Smorkalov
179021fea7
Merge pull request #3534 from VadimLevin:dev/vlevin/remove-using-namespace-public-cudacodec-header
...
fix: remove using namespace cuda from public header
2 years ago
Vadim Levin
68c708d833
fix: remove using namespace cuda from public header
2 years ago
Alexander Smorkalov
4899bee6db
Merge pull request #3535 from asmorkalov:as/cuda_pytest_stabilization
...
Fixed several test failures in Python tests for CUDA modules
2 years ago
Alexander Smorkalov
a06aecea95
Fixed several test failures in Python tests for CUDA modules.
2 years ago
Alexander Smorkalov
9dfe233020
Merge pull request #3477 from cudawarped:cudacodec_add_luma_hist
...
`cudacodec::VideoReader` return luma hist from `nextFrame` if requested
2 years ago
cudawarped
c49a4202e0
cudacodec: return luma hist from VideoReader::nextFrame if requested
2 years ago
Alexander Smorkalov
0fe30d84d0
Added Java bindings for dnn_superres module.
2 years ago
kallaballa
49619e65a9
simplified beauty-demo
2 years ago
kallaballa
ca9722c66a
added fetch as a counter-part to feed to V4D
2 years ago
Alexander Smorkalov
d89b2b9bd8
Merge pull request #3524 from asmorkalov:as/ci-ubuntu-2204
...
Add Ubuntu 22.04 to CI.
2 years ago
Alexander Smorkalov
c944ec5f52
Add Ubuntu 22.04 to CI.
2 years ago
Alexander Smorkalov
cfa540ec68
Merge pull request #3522 from asmorkalov:as/gcc_11_warning_fix
...
Wstringop-overflow warning fix in bio inspired module
2 years ago
Alexander Smorkalov
e963ec2e10
Wstringop-overflow warning fix in bio inspired module.
2 years ago
kallaballa
aa2a1660f7
updated build instructions
2 years ago
kallaballa
c7855c0c81
glob module sources
2 years ago
kallaballa
21beb3fc15
explicitly set the LINKER_LANGUAGE
2 years ago
kallaballa
6f674d2194
tidyed CMakeLists.txt
2 years ago
kallaballa
70f6a33e72
restructured CMakeLists.txt
2 years ago
kallaballa
679f3951de
fixed header includes
2 years ago
kallaballa
b40e4625bb
Merge branch '4.x' of github.com:kallaballa/opencv_contrib into 4.x
2 years ago
kallaballa
54e3037467
added package building instructions to the docs
2 years ago
kallaballa
0be2485288
restructured the v4d cmake files
2 years ago
kallaballa
87752588af
Implemented adhoc creation of multiple state-independent gl-contexts
2 years ago
kallaballa
5e3fa29596
guard cl-gl interop and disable it if it fails
2 years ago
kallaballa
56f35f3a95
Merge branch '4.x' of github.com:kallaballa/opencv_contrib into 4.x
2 years ago
kallaballa
853c8bc6c8
guard cl-gl interop and disable it if it fails
2 years ago
kallaballa
c919a75ec6
use native context creation api
2 years ago
kallaballa
f339ec3b41
exit on glfwIinit error
2 years ago
kallaballa
37d90c0301
re-enable add_exec in add_binary_sample
2 years ago