17275 Commits (7e353a1ec5dfa2f0e558b3ab6a6672758d8ec319)

Author SHA1 Message Date
Alexander Alekhin 6b581c4e51 build: unreachable code after CV_Error() (part 2) 7 years ago
Alexander Alekhin 576d2dbac0 refactor: don't use CV_ErrorNoReturn() internally 7 years ago
Dmitry Kurtaev 4ec456f0a0 Custom layers for deep learning networks (#11129) 7 years ago
Vitaly Tuzov 80600e5cdc Added DXVA hardware acceleration to MSMF-based VideoCapture 7 years ago
Vitaly Tuzov 916f094ce6 Integrated camera and file MSMF-based VideoCaptures and implemented configuration properties get/set 7 years ago
Vitaly Tuzov b0b2d8de44 Remove unused code 7 years ago
Vadim Pisarevsky 4001e310f5 improved performance of v_load_deinterleave(8uC3) & v_store_interleave(8uC3) intrinsics when using SSSE3 instructions. 7 years ago
Vitaly Tuzov 44848d3241 MSMF-based CameraCapture reworked to use SourceReader 7 years ago
Vitaly Tuzov 65c46d0cc6 Removed WINRT related code 7 years ago
Alexander Alekhin 4cbec82ac1 build: unreachable code after CV_Error() 7 years ago
Alexander Alekhin 10c9227136 core: CV_Error with set_terminate() on Windows 7 years ago
Maksim Shabunin 5309832308 VideoIO: prettier test console output, gstreamer capture backend changed to C++ interface 7 years ago
Alexander Alekhin 65726e4244 core(hal): improve v_select() SSE4.1+ 7 years ago
Pavel Vlasov a42789f330 IPP morphology with big images hotfix. 7 years ago
berak d89fb163c6 core: add a check for empty input in inRange() 7 years ago
Ryan Wong 6f675ae75b Merge pull request #11304 from kinchungwong:issue_11242_intrin_cv34x_nocpp11 7 years ago
Dmitry Kurtaev d959d7b9f0 Fuse deconvolution layer subgraphs from Keras 7 years ago
Simon Que 705464258e Merge pull request #11353 from eecsninja:3.4 7 years ago
Maksim Shabunin a9bdf75c5b videoio: refactored XINE backend 7 years ago
Alexander Alekhin d76b41b50e ocl: CL_MEM_USE_HOST_PTR workaround test 7 years ago
Alexander Alekhin 2f9cbc2e57 core: disable errors dump 7 years ago
Dmitry Kurtaev bd77d100e1 Enable some tests for clDNN plugin from Intel's Inference Engine 7 years ago
Alexander Alekhin 12e8e33144 build: enable -Wimplicit-fallthrough warning for OpenCV modules 7 years ago
Alexander Alekhin 21026bf7cd python: fix support of UI callbacks 7 years ago
Alexander Alekhin 647eb243ae core: CV_Error is marked as 'noreturn' 7 years ago
Vadim Pisarevsky 7ea5029ae5
Grabcut with frozen models (#11339) 7 years ago
Tomoaki Teshima 98d9369a38 add new comparison to tolerate with rounding error 7 years ago
Dmitry Kurtaev 3b4a292ca9 Let switch CPU/OpenCL targets for models from Intel's Model Optimizer 7 years ago
Alexander Alekhin fa3cb03f62 core(hal): v_min()/v_max() use SSE4.1 intrinsics 7 years ago
Alexander Alekhin 97882d03cc core: fix FP16 conversion with CV_DISABLE_OPTIMIZATION option 7 years ago
Dmitry Kurtaev 66ce8cd7ea Fix bugs found by valgrind 7 years ago
Vadim Pisarevsky b8b7ca7302
Rewite polar transforms (#11323) 7 years ago
k-shinotsuka b3755ae670 add universal intrinsics for RGB2HLS_f 7 years ago
Dmitry Kurtaev 97fec07d96 Support YOLOv3 model from Darknet 7 years ago
Alexander Alekhin ee90a6cbde dnn(test): update error tolerance for RCNN/RFCN tests 7 years ago
Alexander Alekhin 59b413c8a1 imgproc(ipp): disable parallel GaussianBlur 7 years ago
Tomoaki Teshima a82e70cd40 remove raw SSE2/NEON implementation from imgwarp.cpp 7 years ago
Alexander Alekhin 670ef403b0 ocl: improve trace messages of OpenCL calls 7 years ago
Tomoaki Teshima a40354d16f use correct name for NVIDIA 7 years ago
Dmitry Kurtaev b92c3182ab Blank and L2-normalization layers from Intel's Inference Engine 7 years ago
Sayed Adel 56ec10bfa2 core:ppc Several improvements on VSX(1) 7 years ago
Vitaly Tuzov c80a168d9d Updated warpAffine test to ensure bit-exactness for CV_8U (#10921) 7 years ago
Vitaly Tuzov 62cf71002e Bit-exact GaussianBlur performance update (#10898) 7 years ago
Dmitry Kurtaev 512632e574 Parse repeated values of ConvolutionParameter 7 years ago
Dmitry Kurtaev 4ef6c91583 Fix multiple inputs for models from Intel's Model Optimizer 7 years ago
Alexander Alekhin d2d9fd6945 build: fix MSVS build problems 7 years ago
Dmitry Kurtaev 1ba72ca0d3 Fuse tf.nn.l2_normalize layer 7 years ago
shimat 68db42e9be fix LSD test (wrong detector kind) 7 years ago
Alexander Alekhin 567ae61e78 core: add "check" macros 7 years ago
Alexander Nesterov c0d6f3d23e Added tests for gstreamer pipeline 7 years ago