Shubham Singh
23e71d1aa2
fixes #17187 probably
...
Added Eltwise Layer Support
4 years ago
Shubham Dhumal
f787c73841
Typo fix: CV.rabCutClasses to CV.grabCutClasses
4 years ago
Liubov Batanina
b542a1804c
Support global reduce ops
4 years ago
Maksim Shabunin
2dff2f36bf
Install: added prebuilt samples installation
4 years ago
Alexander Alekhin
1604ea3b27
Merge pull request #18290 from alalek:update_ffmpeg_4.x
4 years ago
Alexander Alekhin
6b674709b8
Merge pull request #18284 from alalek:update_ffmpeg_3.4
4 years ago
Alexander Alekhin
b23d377567
ffmpeg/4.x: update FFmpeg wrapper
...
- FFmpeg 4.3.1
4 years ago
Alexander Alekhin
f445b826d0
Merge pull request #18288 from alalek:update_version_4.5.0-pre
4 years ago
Alexander Alekhin
a12ceb04bb
pre: OpenCV 4.5.0 (version++)
4 years ago
Alexander Alekhin
623aaaccd4
Merge pull request #18286 from extrowerk:patch-1
4 years ago
extrowerk
da0fd62c23
Haiku: build fix
...
Haiku is POSIX compatible
4 years ago
Alexander Alekhin
f56445d7ca
ffmpeg/3.4: update FFmpeg wrapper
...
- FFmpeg 3.4.8
4 years ago
Alexander Alekhin
a10d289997
Merge pull request #18281 from dtrodrigues:issue-template-typo
4 years ago
Alexander Alekhin
750b1aba8d
Merge pull request #18280 from dtrodrigues:vtk-9
4 years ago
Alexey Smirnov
a3e8c6e866
Merge pull request #18127 from smirnov-alexey:as/gapi_serialization
...
[G-API]: Add GOpaque and GArray serialization support
* Add GOpaque and GArray serialization support
* Address review comments
* Remove holds() method
* Address review comments
* Remove comments
* Align streaming with kind changes
* Fix kind in kernel
* Address review comments
4 years ago
Alexander Alekhin
03bee14372
Merge pull request #18282 from alalek:update_version_3.4.12-pre
4 years ago
Alexander Alekhin
50ff40d684
pre: OpenCV 3.4.12 (version++)
4 years ago
Dustin Rodrigues
bfd056ceb1
ISSUE_TEMPLATE: fix typo
4 years ago
Alexander Alekhin
620629593b
Merge pull request #18270 from komakai:swift-inout-arrays
4 years ago
Dustin Rodrigues
05ad3a535f
don't use VTK_USE_FILE for VTK >= 8.90
4 years ago
Alexander Alekhin
5c76f99fdd
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
4 years ago
Danny
c31164bf1e
Merge pull request #18126 from danielenricocahall:add-oob-error-sample-weighting
...
Account for sample weights in calculating OOB Error
* account for sample weights in oob error calculation
* redefine oob error functions
* fix ABI compatibility
4 years ago
Alexander Alekhin
3835ab394e
Merge pull request #18265 from alalek:fixup_17489
4 years ago
Danny
20b23da8e2
Merge pull request #18061 from danielenricocahall:fix-kd-tree
...
Fix KD Tree kNN Implementation
* Make KDTree mode in kNN functional
remove docs and revert change
Make KDTree mode in kNN functional
spacing
Make KDTree mode in kNN functional
fix window compilations warnings
Make KDTree mode in kNN functional
fix window compilations warnings
Make KDTree mode in kNN functional
casting
Make KDTree mode in kNN functional
formatting
Make KDTree mode in kNN functional
* test coding style
4 years ago
Alexander Alekhin
f6795d75a6
videoio: repair build of FFmpeg windows wrapper
4 years ago
Alexander Alekhin
36915db699
Merge pull request #18260 from alalek:static_code_fixes_2
4 years ago
Alexander Alekhin
17640d6008
Merge pull request #18258 from alalek:opencl_multiple_execution_contexts_fixup
4 years ago
Alexander Alekhin
8711653530
ocl: fixes for OpenCL multiple contexts support
4 years ago
Alexander Alekhin
7e019af50d
checks and fixes from static code analyzers results (2)
4 years ago
Giles Payne
8b61719a9d
Swift native in/out array handling
4 years ago
Alexander Alekhin
fa11b98800
Merge pull request #18255 from alalek:backport_18243
4 years ago
Alexander Alekhin
5ae9892170
Merge pull request #18243 from alalek:static_code_fixes
4 years ago
Alexander Alekhin
6426101433
Merge pull request #18186 from alalek:opencl_multiple_execution_contexts
4 years ago
Alexander Alekhin
cf8322c0d3
Merge pull request #18194 from VadimLevin:dev/vlevin/openjpeg-source-intergration
4 years ago
Alexander Alekhin
64c67a93d3
Merge pull request #18246 from YashasSamaga:dnn-permute-fix-unwanted-ocl-init
4 years ago
Vadim Levin
0384eb7d8c
3rdparty: integrate OpenJPEG build to the OpenCV CMake
...
- adopted build scripts
- OpenJPEG build warnings are suppressed
4 years ago
Vadim Levin
0c84b91dde
3rdparty: add OpenJPEG library source code (tag v2.3.1)
...
- https://github.com/uclouvain/openjpeg/releases/tag/v2.3.1
- src/lib/openjp2
- readme files
4 years ago
Alexander Alekhin
154380ccf5
Merge pull request #18234 from l-bat:onnx_reshape
4 years ago
Orest Chura
7a796b20ea
Merge pull request #18182 from OrestChura:oc/operators_to_cv
...
[G-API]: Relocation of operators' overloads
* Relocates overloaded operators for `cv::GMat` and `cv::GScalar` to `cv::` namespace
- adds test to check usage of operators compilation
* Add tests for all the operators
* Address comments
4 years ago
Alexander Alekhin
1f2c83845d
backport: checks and fixes from static code analyzers results
...
original commit: 71f665bd8c
4 years ago
Alexander Alekhin
71f665bd8c
checks and fixes from static code analyzers results
4 years ago
Liubov Batanina
2349a09736
Support Reshape with zero dim
4 years ago
YashasSamaga
1df533c914
fix typo in fusion tests
4 years ago
YashasSamaga
44bf748479
do not allocate UMat in non-OpenCL targets
4 years ago
Alexander Alekhin
2129c72bc0
core(OpenCL): thread-local OpenCL execution context
4 years ago
Alexander Alekhin
0428dce27d
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
4 years ago
Alexander Alekhin
f9fbd29c14
Merge pull request #18225 from dmici:fix_missing_0.5_factor_in_anisotropic_segmentation_tutorial
4 years ago
pemmanuelviel
31dc3e9256
Merge pull request #18211 from pemmanuelviel:pev--handle-dna-vectors
...
* DNA-mode: update miniflann to handle DNA
* DNA-mode: update hierarchical kmeans to handle DNA sequences
4 years ago
Yosshi999
698b2bf729
Merge pull request #18167 from Yosshi999:bit-exact-gaussian
...
Bit exact gaussian blur for 16bit unsigned int
* bit-exact gaussian kernel for CV_16U
* SIMD optimization
* template GaussianBlurFixedPoint
* remove template specialization
* simd support for h3N121 uint16
* test for u16 gaussian blur
* remove unnecessary comments
* fix return type of raw()
* add typedef of native internal type in fixedpoint
* update return type of raw()
4 years ago
Alexander Alekhin
1d42560018
Merge pull request #18235 from alalek:ocl_off_cleanup
4 years ago