Alexander Smorkalov
c4027ab7f9
Merge pull request #3336 from berak:xphoto_fix_inpaint_fsr
...
xphoto fix inpaint fsr
3 years ago
Your Name
4057993c1a
xphoto fix inpaint fsr
3 years ago
Alexander Smorkalov
07c6760310
Merge pull request #3349 from sturkmen72:patch-3
...
fix for a bug in edge_drawing.py
3 years ago
Alexander Smorkalov
cef97245bd
Merge pull request #3351 from bit1002lst:decode_multi_qrcodes
...
fix the bug that cannot detect multi qrcode when use_nn_detector is false
3 years ago
Alexander Smorkalov
94d15ee5c6
Merge pull request #3339 from cudawarped:cudacodec_fix_memory_leak
...
Fix memory leak in cudacodec
3 years ago
Alexander Smorkalov
18b98a51fe
Merge pull request #3357 from berak/patch-2
...
Update xfeatures2d.hpp
3 years ago
Your Name
6fb484c07d
adding python smoke test for MSDDetector
3 years ago
Your Name
f9d92f2bb5
adding python smoke test for MSDDetector
3 years ago
Alexander Smorkalov
74fce7f71f
Merge pull request #3355 from cudawarped:cudacodec_add_resize_crop
...
Add scaling and cropping options to `cudacodec::VideoReader`
3 years ago
James Bowley
58e7e307e3
Add other missing target.
3 years ago
AleksandrPanov
a3afb879ca
add return for nn_detector
3 years ago
AleksandrPanov
cfcfd5f411
add multi detect test
3 years ago
AleksandrPanov
14157b140e
fixed duplicate corners and style
3 years ago
James Bowley
1b92ec7a5d
Add missing cmake target.
3 years ago
James Bowley
587207bd9b
Initail commit adding nvdec scaling and cropping to cudacodec
3 years ago
sitong lian
5d9067933e
fix the bug that cannot detect multi qrcode when use_nn_detector is false
3 years ago
sitong lian
4c2283fa99
fix the bug that cannot detect multi qrcode when use_nn_detector is false
3 years ago
sitong lian
f30e80e026
fix the bug that cannot detect multi qrcode when use_nn_detector is false
3 years ago
sitong lian
14b5933e8c
fix the bug that cannot detect multi qrcode when use_nn_detector is false
3 years ago
Alexander Smorkalov
de84cc02a8
Merge pull request #3350 from AleksandrPanov:wechat_remove_upscale
...
remove upscale from wechat
3 years ago
Alexander Smorkalov
ce16ef9329
Merge pull request #3352 from AleksandrPanov:wechat_enable_tests
...
wechat qr code, enable 2 tests, enable dnn detector
3 years ago
James Bowley
657335352a
Replace internal raw pointer with vect.
3 years ago
AleksandrPanov
98c9d36722
enable 2 tests, enable dnn detector
3 years ago
AleksandrPanov
4476b9b1bf
remove upscale, add tiny qr test
3 years ago
Suleyman TURKMEN
b865387a8b
Update edge_drawing.py
3 years ago
Alexander Alekhin
971685c44c
Merge pull request #3347 from AleksandrPanov:wechat_fix_win_warnings
3 years ago
AleksandrPanov
432cda8370
fix cast warnings
3 years ago
Alexander Alekhin
2216d0c6d3
Merge pull request #3346 from AleksandrPanov:fix_win_warnings
3 years ago
AleksandrPanov
3559e761a3
fixed bug and cast warnings
3 years ago
Alexander Smorkalov
467fd624e7
Merge pull request #3321 from y-guyon:fix_get_subbox_chart_physical
...
Remove unused size of get_subbox_chart_physical()
3 years ago
Alexander Smorkalov
47bf66f6f6
Merge pull request #3289 from AleksandrPanov:wechat_fix_output_qr_corners
...
fix output qr corners
3 years ago
Alexander Smorkalov
ebd6445111
Merge pull request #3334 from Biswa96:sfm-mingw-sincos
...
sfm: Fix redefinition error in 32 bit mingw-w64 environment
3 years ago
Alexander Smorkalov
7a429903f1
Merge pull request #3323 from y-guyon:fix_polyanticlockwise
...
Use T as temp var type in polyanticlockwise()
3 years ago
Yannis Guyon
94ca0c5fc0
Move poly*clockwise() definition to common.cpp
3 years ago
Alexander Smorkalov
4a91f2fd16
Merge pull request #3331 from kishorgandham:4.x
...
Set window_size to 1 if round down results in 0 for barcodes
3 years ago
Yannis Guyon
0be54f24f2
Untemplate polyanticlockwise() and polyclockwise()
3 years ago
AleksandrPanov
cee17e4a7e
fix output qr corners (accuracy+order), add test
3 years ago
Alexander Smorkalov
de41bb94d2
Merge pull request #3340 from cudawarped:cudacodec_add_codecs
...
Add support for missing codecs to cudacodec
3 years ago
Alexander Smorkalov
06e1f629cc
Merge pull request #3287 from AleksandrPanov:wechat_fix_large_img
...
Fix large image handling in WeChat QrCode detector
3 years ago
AleksandrPanov
2b0bbb581d
add scaleFactor/setScaleFactor/getScaleFactor
...
add test
add dnn data search
3 years ago
Mathijs de Groot
087a100465
Merge pull request #3313 from Qubiz:Qubiz-find-hdr-parser-path-using-OpenCV_SOURCE_DIR
...
matlab: Use OpenCV_SOURCE_DIR instead of CMAKE_SOURCE_DIR to find the modules root
* Set HDR_PARSER_PATH using OpenCV_SOURCE_DIR var
This sets the `HDR_PARSER_PATH` variable using `OpenCV_SOURCE_DIR` instead of using `CMAKE_SOURCE_DIR`.
This allows for more flexibility in how the user's project can be structured.
* Find OpenCV module root using OpenCV_SOURCE_DIR
3 years ago
James Bowley
66809ea929
Fix memory leak caused by incorrect use of smart pointer.
3 years ago
Biswapriyo Nath
4e4e3c3465
sfm: Fix redefinition error in 32 bit mingw-w64 environment
...
sincos function is defined by mingw-w64 for both 32 bit and 64 bit environments.
Previously, sincos function was hidden for 64 bit mingw-w64 with __MINGW64__ macro.
This change also hides the sincos definition for 32 bit mingw-w64 with __MINGW32__ macro.
3 years ago
Kishor
9685382eb6
Set window_size to 1 if round down results in 0. Without this fix, we will get a floating point error in calCoherence method due to divide by zeor
3 years ago
Alexander Alekhin
d85887cd8b
Merge pull request #3329 from Biswa96:sfml-uint-error
3 years ago
Biswapriyo Nath
b06dbd2b13
sfm: Fix unknown uint type error in mingw
...
uint is defined in sys/types.h in Linux for compatibility.
But it is not defined in Win32 platform. This fixes the following error:
opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/robust_estimation.h:59:8: error: 'uint' does not name a type; did you mean 'int'?
59 | static uint IterationsRequired(int min_samples,
| ^~~~
| int
3 years ago
Alexander Alekhin
2a6cc95b10
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
3 years ago
Alexander Alekhin
0da725559e
Merge pull request #3319 from alalek:rework_psabi_warning
3 years ago
Alexander Smorkalov
c5f4dffbe5
Merge pull request #3324 from kevinchristensen1:gftt-cuda-fix
...
Fix CUDA mem leak in GFTT and move CUDA malloc out of critical path
3 years ago
Kevin Christensen
1d1dbe37f4
destroy texture object
3 years ago