18079 Commits (31498ebbeab973d59203d9e206c089a7bd849d3f)

Author SHA1 Message Date
Dmitry Kurtaev 92f754c675 Add methods to reshape Mat in Java by array of shapes and retreive sizes of each dimension. 6 years ago
Maksim Shabunin 0ccd810738 Fixed several issues found by static analysis 6 years ago
Alexander Alekhin aa6e296236 python: eliminate DeprecationWarning: SO -> EXT_SUFFIX 6 years ago
Alexander Alekhin 7f608db244 core: move compiler defines from base.hpp into cvdef.h 6 years ago
Alexander Nesterov d305fd4fca Added perf tests with sanity check 6 years ago
Alexander Alekhin a1bd39441f videoio: fix typo 6 years ago
maver1 e397434cb6 Merge pull request #12877 from maver1:3.4 6 years ago
Alexander Alekhin 71009c9b4d core: fix merge from 3.4 6 years ago
Antonio Borondo 7a3cb2280b Recognize ConvolutionDepthwise as Convolution 6 years ago
Sayed Adel 8b26906d6d core:vsx change behavior of v_round to rounding to nearest even 6 years ago
Dmitry Matveev dbed39a931 Merge pull request #12857 from dmatveev:hld 6 years ago
Tomoaki Teshima d3f75df0a6 objdetect: fix test failure of QR code on Aarch64 6 years ago
Vadim Pisarevsky ea31c09384
rewrote the line segment intersection function to make the static analyzer happy (#12902) 6 years ago
Alexander Alekhin 329a1fb781 drop C-API sample code 6 years ago
huangqinjin 1fbaa48cec ORB: compute default norm by wta_k 6 years ago
Alexander Alekhin 043e7e3516 flann: drop untested hdf5.h 6 years ago
Mansoo Kim 6974fce183 cmake: fix objdetect QR decoder link_libraries 6 years ago
Apoorv Goel d8ffddd075 Merge pull request #12871 from UnderscoreAsterisk:document-Distance 6 years ago
Dmitry Matveev 5e9750d1f5 Merge pull request #12870 from dmatveev:gapi_fluid_basic_hetero_support 6 years ago
Dmitry Kurtaev e7015f6ae8 Fix ENet test 6 years ago
Apoorv a7dfa261d8 Add documentation for radiusSearch 6 years ago
Mansoo Kim 4d1f0ef2d9 cuda: fix build with CUDA 10.x 6 years ago
Dmitry Kurtaev 365451dab0 Implement getBatchSize for Intel's Inference Engine networks 6 years ago
Michał Janiszewski 85b9960f62 Fix clashing include guards 6 years ago
Michał Janiszewski 5640b36f6d Remove unused empty block 6 years ago
Michał Janiszewski c8e6ce304f Catch exceptions by const-reference 6 years ago
Paul Shin 1c468add20 Increased the acceptable error margin for perf testing 6 years ago
Alexander Alekhin 6a2b3c8d4c release: OpenCV 4.0.0-beta (version++) 6 years ago
Alexander Alekhin 954536073d core: update solveLP() interface 6 years ago
Alexander Alekhin b54a70a538 videoio: return -1 is incorrect for function with 'bool' result 6 years ago
Alexander Alekhin cc45c10f3d ocl: bailout from unsupported types 6 years ago
Alexander Alekhin 6d2cfac303 objdetect: validate QRdecode inputs 6 years ago
Alexander Alekhin f185640eda
Merge pull request #12799 from alalek:update_build_js 6 years ago
Dmitry Matveev 922d5796b9 G-API: Introduce LPI (multiple Lines-Per-Iteration) support for Resize 6 years ago
Tomoaki Teshima 803f86b9ca fix test failure of PyrLKOpticalFlow.Mat 6 years ago
Dmitry Kurtaev dc3406eed9 Fix Pooling and Convolution layers from Intel's Inference Engine 6 years ago
Dmitry Matveev f0ddc2a53c G-API: Fixed static analysis issue in own::Mat 6 years ago
Adam Radomski 70177143a7 Added test caffe importer layers sharing weights 6 years ago
Vitaly Tuzov 43d9256096 Replaced core module calls to universal intrinsics with wide universal intrinsics 6 years ago
tellowkrinkle 803ff64b14 Merge pull request #12697 from tellowkrinkle:FasterCocoaWindows 6 years ago
Alexander Alekhin d5d059690f gapi(test): disable divide tests with zeros 6 years ago
Alexander Alekhin fd832bb57d core: follow IEEE 754 rules for floating-point division 6 years ago
Alexander Alekhin 09cb329d73 core(test): zero values divide test (4.0+) 6 years ago
Alexander Alekhin 5677a683a5 core(test): zero values divide test (3.x) 6 years ago
Alexander Alekhin c813ad5533 core(ocl): replace ambiguous 'depth' to 'DEPTH_dst' 6 years ago
tompollok 0b77600718 change area() emptiness checks to empty() 6 years ago
drkoller 978ad4981e Clean up documentation for imread and imwrite 6 years ago
Alexander Alekhin 8c4f886f5f core: re-throw allocation exception if there is no fallback 6 years ago
take1014 24af70c7e0 resolves 11283 6 years ago
Sayed Adel 9dc1d388af imgproc: Enable VSX on pyrDown & pyrUp 6 years ago