Alexander Alekhin
cc45c10f3d
ocl: bailout from unsupported types
6 years ago
Dmitry Matveev
f0ddc2a53c
G-API: Fixed static analysis issue in own::Mat
...
Tool reported a false alarm on possible out-of-bounds access which
was work-arounded to make code more clear
6 years ago
Alexander Alekhin
d5d059690f
gapi(test): disable divide tests with zeros
7 years ago
Alexander Alekhin
fd832bb57d
core: follow IEEE 754 rules for floating-point division
7 years ago
Alexander Alekhin
09cb329d73
core(test): zero values divide test (4.0+)
7 years ago
Alexander Alekhin
5677a683a5
core(test): zero values divide test (3.x)
7 years ago
Alexander Alekhin
c813ad5533
core(ocl): replace ambiguous 'depth' to 'DEPTH_dst'
...
- always pass DEPTH_dst value to core/arithm kernel
7 years ago
drkoller
978ad4981e
Clean up documentation for imread and imwrite
7 years ago
Alexander Alekhin
8c4f886f5f
core: re-throw allocation exception if there is no fallback
7 years ago
take1014
24af70c7e0
resolves 11283
7 years ago
Sayed Adel
9dc1d388af
imgproc: Enable VSX on pyrDown & pyrUp
7 years ago
Tomoaki Teshima
944710de4e
update the threshold
...
* fix test failure of cudaimgproc convert color bgr2lab series
7 years ago
Alexander Alekhin
f731515628
cmake: fix Python detection for standalone bindings
7 years ago
Alexander Alekhin
4e62900009
core: call omp_set_dynamic() for better CPU usage
...
Similar to 'OMP_DYNAMIC=TRUE'.
7 years ago
Alexander Alekhin
7813eef92b
fix build warnings
7 years ago
Suleyman TURKMEN
59bf2a34fa
Update videoio
7 years ago
Suleyman TURKMEN
abbb73e894
Update HOGDescriptor
7 years ago
Vitaly Tuzov
cc10e6b344
pyrDown and pyrUp SSE2 implementations replaced with wide universal intrinsics implementations
7 years ago
Alexander Alekhin
11e2a216c5
ocl(win32): bypass deallocate() during process termination
7 years ago
Alexander Alekhin
404893810c
cmake: fix Python detection for standalone bindings
7 years ago
Alexander Nesterov
53ec8f286b
Added QR code decoding.
7 years ago
Alexander Alekhin
70f2ee917e
cmake: add DllMain() into each OpenCV DLL
...
to detect process termination after ExitProcess() call
7 years ago
Hamdi Sahloul
c4d434fd6f
CUDA/BgSegm: fix the threshold of MOG2.Update test when detectShadow=true ( #12762 )
7 years ago
Alexander Alekhin
8bb3d363a4
videoio: drop rectification code for VIDERE cameras
7 years ago
Apoorv Goel
b8aa0cddab
Merge pull request #12777 from UnderscoreAsterisk:document-cvtColorTwoPlane
...
* Add documentation for cvtColorTwoPlane
* Change brief and add links
7 years ago
Lubov Batanina
50811e04f2
Merge pull request #12596 from l-bat:l-bat/shufflenet_onnx
...
* Add Shufflenet support in ONNX
* Add test for transpose layer
7 years ago
Vitaly Tuzov
9d602f2752
Replaced SSE2 area resize implementation with wide universal intrinsic implementation
7 years ago
Dmitry Kurtaev
7649e537b7
Fix JavaScript bindings for features2d module
7 years ago
Hamdi Sahloul
2faa4cd933
TS/CUDA: Show device ID in case of multiple devices
7 years ago
Alexander Alekhin
18bf91a08b
core: update allocSingleton implementation, valgrind suppression
7 years ago
Alexander Alekhin
634dd656d5
dnn: don't use Mat expressions with async UMat functions
7 years ago
Alexander Alekhin
9d02d42afe
dnn(ocl4dnn): don't use getUMat()
...
especially in CPU only processing
7 years ago
Alexander Alekhin
8f1f4273a2
calib3d: move undistort files from imgproc
7 years ago
Anush Elangovan
630a94b8b7
_tzcnt_u32() is undefined in clang-cl so use alternate impl
...
_tzcnt_u32() is not exported by clang-cl intrin.h so check for
clang-cl and enable an alterate for _tzcnt_u32()
Some discussions:
http://lists.llvm.org/pipermail/cfe-dev/2016-October/051329.html
https://bugs.llvm.org/show_bug.cgi?id=30506
TEST=Build with clang-cl
7 years ago
Rostislav Vasilikhin
da5e0ef461
ocl::KernelArg::Local(): added size argument
7 years ago
Alexander Alekhin
0926a84a45
cmake: define CV_ErrorNoReturn under CV_STATIC_ANALYSIS
...
to avoid build break without `__OPENCV_BUILD`
7 years ago
Tomoaki Teshima
7294ae0f17
fix test failure of StereoBeliefPropagation
...
* if the src has odd number of height, access error happens
* it could happen on width, too
* check both dst and src range in both width and height
7 years ago
Apoorv Goel
0ffc186680
Merge pull request #12731 from UnderscoreAsterisk:fix-12012
...
* fix #12012
* Replace CV_StsBadFlag with Error::StsBadFlag
7 years ago
Alexander Alekhin
eec468fa13
dnn(ocl4dnn): calculate activation expression once
...
- to avoid multiple conditional calls via sub_group() functions
7 years ago
Peter Rekdal Sunde
042c486b68
Obtain fourcc when `AVStream` is network stream
...
The `codec_tag` is only available when opening a file from disk. If `AVStream` is a network stream then `fourcc` must be obtained using `codec_id`. I have tested the following scenarios:
1) Open a `.mp4` file and verify that `codec_tag` is returned (old behavior)
2) Open a `rtsp` stream and verify that `codec_fourcc` is returned (Tested with a MJPEG, H264 and H265 stream)
7 years ago
Tomoaki Teshima
fa8684b5c8
fix test failure of cudafilters Median_Accuracy
...
* avoid race condition
7 years ago
Vitaly Tuzov
283348afc3
SSE2 code in invert() replaced with universal intrinsics
7 years ago
Suleyman TURKMEN
ee0c985491
Merge pull request #12649 from sturkmen72:patch-9
...
Update hog.cpp (#12649 )
7 years ago
Alexander Alekhin
94201b7cf9
ocl: OPENCV_OPENCL_BUILD_EXTRA_OPTIONS parameter
7 years ago
Maksim Shabunin
15632c6305
Added support for multi-path configuration parameter (env)
7 years ago
Vitaly Tuzov
6b84990620
integral() implementation updated to utilize wide universal intrinsics
7 years ago
Antonio Borondo
28e55dc5f3
Fix documentation of cv::cuda::compare
7 years ago
Alexander Alekhin
0f031b6680
dnn(ocl4dnn): drop weights_buf
...
- avoid memory access violation during "prefetch" stage
7 years ago
Loic Petit
255b20f6de
Fix frame rate rounding in ffmpeg wrapper ( #9023 )
7 years ago
berak
df4139d373
document imread grayscale behaviour
7 years ago