Alexander Alekhin
ab4dbff150
Merge pull request #15907 from rgarnov:rg/unique_ptr_for_priv_in_fluid
5 years ago
Alexander Alekhin
7d5a8053d7
Merge pull request #16640 from malfet:add-16-bit-otsu
5 years ago
Nikita Shulga
b8cf5d8d5f
Enable Otsu thresholding for CV_16UC1 images
5 years ago
Alexander Alekhin
763a1d7392
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
1377b9b736
Merge pull request #16970 from l-bat:fix_enet
5 years ago
Alexander Alekhin
5db3092a1f
Merge pull request #16952 from anton-potapov:kw_fixes
5 years ago
Ruslan Garnov
be1615b1c3
Merge pull request #16964 from rgarnov:rg/opaque_for_streaming_exec
...
* Added GOpaque support to GStreamingExecutor
* Added inter-island GOpaque support to GExecutor
5 years ago
Maxim Pashchenkov
ca9fd66744
Merge pull request #16886 from mpashchenkov:mp/ocv-gapi-add-disable
...
G-API: DISABLED_ in tests instead #if 0
* Removed if 0, replaced with DISABLED_
* boner
* Added tests for fluid
* -1 instead 0.0
* Added GMatDesc's tests for own::Mat
* IMGPROC_FLUID CORE_FLUID
* Added use_only, disabled tests without kernels
5 years ago
Alexander Alekhin
bdc95d2c66
Merge pull request #16911 from anton-potapov:ap/variant_move_issue
5 years ago
Alexander Alekhin
c305455cb2
Merge pull request #16967 from benji1123:patch-1
5 years ago
Adam Fowles
8334932a26
Merge pull request #16992 from afowles:fix-forEach-segfault
...
* Fixed divide by zero error in forEach
* Dedicated assertion for !empty
5 years ago
Alexander Alekhin
a10385543b
Merge pull request #16963 from rgarnov:rg/gframe
5 years ago
Alexander Alekhin
99d29c9d39
Merge pull request #16982 from tomoaki0705:houghLinesOCL
5 years ago
Liubov Batanina
a448d3a6aa
Fix ENet test with OpenVINO 2020.2
5 years ago
Alexander Alekhin
e80adc0bc6
Merge pull request #16965 from rgarnov:in_out_island_interface
5 years ago
Ben Li
1a6b4d6ce6
typo fix
5 years ago
Alexander Alekhin
a15417fe74
Merge pull request #16980 from albert-github:feature/bug_doxyfile
5 years ago
Dmitry Matveev
1b5730a799
Introduce a new abstraction layer over island input/output data
...
- Port GExecutor to this new interface
5 years ago
albert-github
2d387356de
Incorrect PREDEFINED setting.
...
The PREDEFINED setting for had a space between the define name and the equal sign and this is not allowed, it results in the warning:
```
error: Illegal PREDEFINED format '=', no define name specified
```
according to the documentation explicitly states that no space is allowed:
> The PREDEFINED tag can be used to specify one or more macro names that are defined before the preprocessor is started (similar to the -D option of e.g. gcc). The argument of the tag is a list of macros of the form: name or name=definition (no spaces). If the definition and the "=" are omitted, "=1" is assumed. To prevent a macro definition from being undefined via #undef or recursively expanded use the := operator instead of the = operator.
5 years ago
Tomoaki Teshima
07c3aae315
let the test pass on Mali G52 (ODROID-N2)
5 years ago
Alexander Alekhin
01dcfb0825
Merge tag '4.3.0'
5 years ago
Alexander Alekhin
01b2c5a77c
release: OpenCV 4.3.0
5 years ago
Alexander Alekhin
3a45a65625
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
0812207db7
Merge tag '3.4.10'
5 years ago
Ruslan Garnov
c8776e6ebd
Added GFrame
5 years ago
Alexander Alekhin
cf2a3c8e74
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
1cc1e6fa56
release: OpenCV 3.4.10
5 years ago
Maxim Pashchenkov
277f0d270f
Merge pull request #16745 from Volskig:mp/ocv-gapi-standalone-size
...
G-API: Unification of own:: structures with cv:: (Size, Point, Rect)
* deowned Size Rect Point
* Deownded Size Rect Point
* With Scalar
5 years ago
Alexander Alekhin
6216bf9221
Merge pull request #16959 from alalek:winpack_dldt_update
5 years ago
Alexander Alekhin
388a7ce86e
Merge pull request #16956 from alalek:ocl_control_buffer_mapping
5 years ago
Alexander Alekhin
5d95a500ad
winpack_dldt: readme update
5 years ago
Alexander Alekhin
95341c2b1b
Merge pull request #16953 from mshabunin:fix-msmf-writer-fps
5 years ago
Alexander Alekhin
54063c40de
core(ocl): options to control buffer access flags
...
- control using of clEnqueueMapBuffer or clEnqueueReadBuffer[Rect]
- added benchmarks with OpenCL buffer access use cases
5 years ago
Maksim Shabunin
585593e9fc
videoio: fixed MSMF writer fps handling
5 years ago
Alexander Alekhin
f15e885baf
Merge pull request #16950 from alalek:fix_16945
5 years ago
Alexander Alekhin
9109cb1ec6
Merge pull request #16948 from alalek:warning_16739
5 years ago
Anton Potapov
3ffed0bf6e
GAPI - KW fixes
...
- remove unreachable code in GIsland::producer()
5 years ago
Alexander Alekhin
dc9ee53ff5
stitching: fix range check in DpSeamFinder::computeCosts
5 years ago
Alexander Alekhin
1485968fc4
Merge pull request #16947 from mshabunin:fix-msmf-convert-format
5 years ago
Maxim Pashchenkov
557ac3dbaf
Merge pull request #16805 from Volskig:mp/ocv-gapi-standalone-scalar
...
G-API: Unification of own:: Scalar with cv:: Scalar
* cvdefs.hpp
* Small changes
* Deowned Scalar. Does't work
* Something
* Removed to_ocv for Scalar
* Clear code
* Deleted whitespaces
* Added include<..own/scalar.hpp in cvdefs.hpp.
* Long string split on two now
* Comment about scalar
* Comment about crutch
* Removed second varible in scalar_wrapper
* Changed wrapper for scalar, alignment
* Alignment
* Whitespaces
* Removed scalar_wrapper
5 years ago
Alexander Alekhin
09134ac881
core: emit warning ONCE on ambiguous MatExpr processing
5 years ago
Maksim Shabunin
433c5199fd
videoio: fixed conversion in MSMF backend
5 years ago
Alexander Alekhin
d448a636f8
Merge pull request #16943 from alalek:winpack_samples_update_master
5 years ago
Alexander Alekhin
396f43d674
Merge pull request #16938 from alalek:winpack_samples_update
5 years ago
Alexander Alekhin
3c5fec6746
build: updates for winpack dldt
5 years ago
Alexander Alekhin
e12b1c2209
build: updates for winpack dldt
5 years ago
Alexander Alekhin
f6b2b49e4a
Merge pull request #16932 from alalek:imgproc_resize_nn_cleanup
5 years ago
Alexander Alekhin
e1322cf503
Merge pull request #16928 from alalek:fix_15075
5 years ago
Alexander Alekhin
67dfdee33f
Merge pull request #16922 from alalek:imgcodecs_test_io_grayscale
5 years ago
Alexander Alekhin
61c4cfd896
imgproc(resize): drop unused 'pix_size4'
5 years ago