Douwe Gelling
96a27f4266
allow forcing the input format for ffmpeg backend with env var
6 years ago
fishjam
26ac5a3bdc
try to fix VideoCapture different time stamp
6 years ago
ilbalance
cf93a05d2d
Merge pull request #15230 from ilbalance:js_rotate
...
* in OpenCV.js added 'rotate' function and test sample
* value test added
6 years ago
Alexander Alekhin
a4b4432015
videoio(test): skip unstable MSMF tests (2)
6 years ago
Victor Romero
987bb2ca61
Fix build for UWP
...
backport of commit: f18cbd036a
6 years ago
TheGoddessInari
960bb540ec
Make sure to use defined(__GNUC__) instead of bare __GNUC__ in flann2 header.
...
This fixes a compiler error on MSVC with Unreal Engine (at least).
backport of commit: 4e998c9ade
6 years ago
John Smith
b9d6fc9dad
Fix cv::selectROI rectangle rendering issue
...
backport of commit: 95c65aff75
6 years ago
Paul E. Murphy
1031b7f4bc
hal: vsx: further optimize v_signmask
...
Use the quadword bit permutation instruction to creatively move
the sign bits to create the mask. Note that values above 127 will
result in 0.
6 years ago
Alexander Alekhin
406313bbc5
videoio(test): skip unstable MSMF tests
6 years ago
yaohai [姚海]
cadb4dee14
fix exif bug
6 years ago
Maksim Shabunin
b231e91d87
Fix for building with old V4L
6 years ago
Hugo Lindström
03fe1cb7fc
Support building shared libraries on WINCE.
6 years ago
Maksim Shabunin
6d5ac67681
Restored IPP call reduction
6 years ago
dcouwenh
d3cf0d2c06
Bayer VNG Demosaicing Fix #2 (Merge pull request #15086 )
...
* Update demosaicing.cpp
Fixed calculation of Bs for non-green pixels.
* Fixed cvtColor perf test for bayer VNG
6 years ago
Lubov Batanina
5a6b23e8f3
Support for several min and max sizes in PriorBox layer (Merge pull request #15076 )
...
* Support for several min and max sizes in PriorBox layer
* Fix minSize
* Check size
* Modify initInfEngine
* Fix tests
* Fix IE support
* Add priorbox test
* Remove inputs
6 years ago
berak
4d3989817c
java: fix Mat.toString() for higher dimensions
6 years ago
Dmitry Kurtaev
f9f160404a
Add support for slice from ONNX with multiple outputs
6 years ago
Dmitry Kurtaev
ebaefbb745
Remove VGG16 from ONNX test because there is VGG16_bn
6 years ago
Dmitry Kurtaev
47c5ee5d9c
Fixes for OpenCV face detection network
6 years ago
Dmitry Kurtaev
77d4e3e8d2
Fix 2019R2 tests
6 years ago
Dmitry Kurtaev
a0c3bb70a9
Modify SSD from TensorFlow graph generation script to enable MyriadX
6 years ago
Alexander Alekhin
4a7ca5a291
OpenCV version++ (3.4.7)
...
OpenCV 3.4.7
6 years ago
Chip Kerchner
0db4fb1835
Merge pull request #15136 from ChipKerchner:dotProd_unroll
...
* Unroll multiply and add instructions in dotProd_32f - 35% faster.
* Eliminate unnecessary v_reduce_sum instructions.
6 years ago
Dmitry Kurtaev
a2125594ea
Fix false positives of face detection network for large faces
6 years ago
Alexander Alekhin
416c693b3f
dnn(test): OpenVINO 2019R2
6 years ago
Alexander Alekhin
321c74ccd6
objdetect: validate feature rectangle on reading
6 years ago
Alexander Alekhin
d2911a8d41
dnn: use OpenVINO 2019R2 defines
6 years ago
Hugo Lindström
2ee00e7f7d
Merge pull request #15059 from hugolm84:improved-support-for-wince
...
* Improve support for Windows Embedded Compact
* Remove redundant set(WINCE true) and format CMake
6 years ago
Dmitry Kurtaev
a66a1a24d7
Fix drawKeypoints and drawMatches for JS
6 years ago
Alexander Alekhin
8bac8b513c
core: support SIMD intrinsics in user code
6 years ago
Lubov Batanina
781f4d439e
Merge pull request #15032 from l-bat:reduce_mean
...
* Added support for the ONNX "ReduceMean" Layer. (as this is the same as the GlobalAveragePool)
* Add ReduceMean test
* Fix ONNX importer
* Fix ReduceMean
* Add assert
* Split test
* Fix split test
6 years ago
Alexander Alekhin
61f589ddd0
videoio(gstreamer): more .get() checks
6 years ago
Tomoaki Teshima
c6de84d868
cudalegacy: fix test failure of SolvePnPRansac
...
* use SOLVE_EPNP for the initial guess
6 years ago
Alexander Alekhin
228af2d617
videoio: fix debug message
6 years ago
Vitaly Tuzov
e0f8bb83a6
Merge pull request #14994 from terfendail:wintr_undistort
...
WUI based implementation to initUndistortRectifyMap (#14994 )
* Add initUndistortRectifyMap performance test
* Move cv namespace boundaries
* Add wide universal intrinsics based implementation to initUndistortRectifyMap
* Dispatch undistort
6 years ago
Lubov Batanina
12fdaf895e
Merge pull request #15057 from l-bat:fix_vizualizer
...
* Fix dumpToFile
* Add test
* Fix test
6 years ago
Liubov Batanina
0d2bc7b5fd
Fix TF Split layer
6 years ago
Chip Kerchner
c9fcc12e3b
Merge pull request #15048 from ChipKerchner:reduceStoreGatheringThreshold
...
* Reduce store gathering pressures - speeds thresholds by up to 20%
* Rename temporary histogram array and initialize so that MACOSX builder is happy
6 years ago
Alexander Alekhin
4ea8526e9f
core(persistence): fix writeRaw() / readRaw() struct support
...
- writeRaw(): support structs
- readRaw(): 'len' is buffer limit in bytes (documentation is fixed)
6 years ago
Alexander Alekhin
5ccb2a4cbd
dnn(test): fix required data
6 years ago
Alexander Alekhin
c3b838b738
core(persistence): struct storage layout without alignment gaps
6 years ago
Hugo Lindström
245c256b1c
Support compiliation for <=VS13
6 years ago
Vitaly Tuzov
894ad33bf4
Fix pixel value evaluation overflow in bit-exact GaussianBlur implementation
6 years ago
Lubov Batanina
34f6b05467
Merge pull request #14996 from l-bat:ocv_deconv3d
...
* Support Deconvolution3D on IE backend
* Add test tag
* Fix tests
6 years ago
Alexander Alekhin
32c6e58bdb
imgproc: fix unaligned memory access
...
may cause crashes on ARM platform
6 years ago
Lubov Batanina
8bcd7e122a
Merge pull request #14842 from l-bat:ocv_conv3d
...
* Support Conv3D on OCV backend
* Add header
* Add perf tests
* Support pool3d
* Enable Resnet34_kinetics on OCV backend
* Add test
* Fix conv
* Optimize Conv2D
6 years ago
Tomasz Gorochowik
4997a6bf06
V4L2: Add V4L2_PIX_FMT_Y10 (10 bit grey) support
6 years ago
Alexander Alekhin
eedbd1ad59
imgcodecs: force reshaping of imdecode() input into a single row
...
OpenCV upstream stuff may reinterpret vector as column.
6 years ago
Tomoaki Teshima
594a95839c
fix test failure of OCL_ImgProc/CvtColor8u.mRGBA2RGBA
6 years ago
Alexander Alekhin
3998b41d68
android: JavaCamera2View use calculateCameraFrameSize() method
...
from CameraBridgeViewBase (common base with JavaCameraView)
6 years ago