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
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
Alexander Smorkalov
f10c84d48b
Merge pull request #3515 from asmorkalov:as/find_ellipses_memory
...
Fixed memory leak in EllipseDetector and Mat addressing
2 years ago
Alexander Smorkalov
d545bab378
Fixed memory leak in EllipseDetector and Mat addressing.
2 years ago
Alexander Smorkalov
4f66f8677b
Merge pull request #3475 from cudawarped:cuda_fix_unaligned_hist
...
Modified histogram kernels to work with non aligned data
2 years ago
Alexander Smorkalov
70f870600a
Merge pull request #3514 from asmorkalov:as/ffmpeg_update_4.x
...
FFmpeg/4.x: update FFmpeg wrapper 2023.6
2 years ago
Alexander Smorkalov
3d242a6181
Merge pull request #3513 from cudawarped:fix_cudacodec_cudart_defines
...
`cudacodec::VideoReader` - fix CUDART_VERSION tests
2 years ago
Alexander Smorkalov
b677ac8910
FFmpeg/4.x: update FFmpeg wrapper 2023.6
2 years ago
Alexander Smorkalov
9c10a6d8c0
Merge pull request #3488 from cudawarped:fix_cudacodec_codec_resolution
...
`cudacodec::VideoReader` FORCC update with main #23540
2 years ago
cudawarped
cc5c276008
cudacodec::VideoReader - fix cudart defines
2 years ago
cudawarped
72080b8957
cudacodec::VideoReader - amend FFmpeg codec resolution
2 years ago
Alexander Smorkalov
813967b5b8
Merge pull request #3486 from cudawarped:cudacodec_force_valid_format
...
`cudacodec::VideoReader` - ensure `FormatInfo.valid == true` on return from constructor
2 years ago
cudawarped
10e29b2683
cuda: fix bug in histogram kernels when source memory is not aligned to 4 bytes
2 years ago
cudawarped
d4b55f7e6e
cudacodec::VideoReader - ensure FormatInfo is valid before returning from createVideoReader
2 years ago
Alexander Smorkalov
7a4c0dfa86
Merge pull request #3497 from mshabunin:barcode-move
...
Moved barcode module to opencv/objdetect
2 years ago
Maksim Shabunin
14ac6c5c1f
Removed barcode mention from README
2 years ago
Alexander Smorkalov
353e37e91f
Merge pull request #3453 from cudawarped:cudacodec_add_reconfigure_decoder
...
`cudacodec::VideoReader` add reconfigure decoder functionality
2 years ago
cudawarped
045a9b07ed
cudacodec: add capacity to reconfigure decoder on resolution change
2 years ago
Alexander Smorkalov
ea988b1cd6
Merge pull request #3502 from dkurt:java_without_ant
...
Add missed parameters descriptions
2 years ago
Dmitry Kurtaev
d3dd415746
Add missed parameters descriptions
2 years ago
Maksim Shabunin
518e184ed1
Moved barcode module to opencv/objdetect
2 years ago
Maksim Shabunin
8dfeed73b9
Merge pull request #3496 from mshabunin:add-editorconfig
2 years ago
Maxim Milashchenko
82cb030950
barcode perf tests ( #3482 )
...
---------
Co-authored-by: Maksim Milaschenko <m.milaschenko@yadro.com>
Co-authored-by: Maksim Shabunin <maksim.shabunin@gmail.com>
2 years ago
Alexander Smorkalov
deb225554f
Merge pull request #3464 from vovka643:4.x_generate_charuco
...
moved aruco_dict_utils.cpp from opencv_contrib to opencv
2 years ago
Alexander Smorkalov
e59b737b9b
Merge pull request #3485 from asmorkalov:as/cuda_codec_get
...
Promote cv::VideoCapture properties in VideoReader
2 years ago
Alexander Smorkalov
3a2ed1ce0d
Merge pull request #3483 from SinM9:wechat_qrcode_perf_tests
...
Wechat qrcode perfomance tests
2 years ago
Mariya Sinitsina
be0850bab5
fix data path
2 years ago
Alexander Smorkalov
d4f7f5fe9d
Promote cv::VideoCapture properties in VideoReader.
2 years ago
Mariya Sinitsina
2cab657042
fixes
2 years ago
Alexander Smorkalov
c07438cb2f
Merge pull request #3410 from stopmosk:fix-aruco-charuco-calib-tutorials-and-faq
...
Update aruco and charuco calibration tutorials and faq
2 years ago
Alexander Smorkalov
21c9dd0d92
Code review fixes.
2 years ago
Alexander Smorkalov
ec406fa474
Merge pull request #3484 from Konano:patch-2
...
fix(wechat_qrcode): fixed memory leaks
2 years ago
Nano
2b62ff6181
fix(wechat_qrcode): fixed memory leaks
2 years ago
Mariya Sinitsina
e05c63acd2
add perfomance tests for wechat qrcode
2 years ago
Nano
ccc277247a
fix(wechat_qrcode): Init nBytes after the count value is determined ( #3480 )
...
* fix(wechat_qrcode): Initialize nBytes after the count value is determined
* fix(wechat_qrcode): Incorrect count data repair
* chore: format expr
* fix(wechat_qrcode): Avoid null pointer exception
* fix(wechat_qrcode): return when bytes_ is empty
* test(wechat_qrcode): add test case
---------
Co-authored-by: GZTime <Time.GZ@outlook.com>
2 years ago
Alexander Smorkalov
960b3f685f
Merge remote-tracking branch 'origin/3.4' into merge-3.4
2 years ago
Alexander Smorkalov
f852576142
Merge pull request #3462 from Kumataro:3.4-fixc3457
...
text: change default char_whitelist parameter.
2 years ago
Alexander Smorkalov
298fc7be95
Merge pull request #3470 from cudawarped:cudacodec_fix_display_size
...
`cudacodec::VideoReader`: force output frame resolution to be display not coded size
2 years ago
Alexander Smorkalov
bd546fa91d
Merge pull request #3468 from cudawarped:cudacodec_fix_colour_conversion
...
`cudacodec::VideoReader`: fix nv12 to bgr/bgra/grey conversion
2 years ago
cudawarped
d9967922ce
cudacodec: fix nv12 to bgr/bgra conversion
2 years ago