Dmitry-Me
ea48fcfc9f
Fix possible null pointer dereference
10 years ago
Alexander Alekhin
2054123890
coreTlsData -> getCoreTlsData()
10 years ago
Alexander Alekhin
f282fd0ebf
ocl: print missing error message only if OPENCV_OPENCL_RUNTIME is used
10 years ago
Alexander Alekhin
0a07d780e0
ocl: OpenCL SVM support
10 years ago
Alexander Alekhin
58ad952b1a
UMat: added USAGE_ALLOCATE_SHARED_MEMORY
10 years ago
Ilya Lavrenov
dcb0c68ed3
fix for -m32
10 years ago
Vladislav Vinogradov
2660eee961
restore CUDA module introduction
...
put it into core documentation
10 years ago
Nicu Știurcă
8722faa167
fix whitespace
10 years ago
Nicu Știurcă
7a3ca99894
fix _OutputArray::assign() for _OutputArrays of type MATX when data types differ
10 years ago
Ilya Lavrenov
e9a6c5db21
sqsum
10 years ago
Nicu Știurcă
e97d18ba81
implement _OutputArray::assign() for _OutputArrays of type MATX
10 years ago
Vladislav Vinogradov
f676bfb3d7
fix GpuMat::setTo method in case if mask is empty:
...
it might be called from _OutputArray::setTo
10 years ago
Adam Borowski
7b0d1c932e
Get rid of sysctl includes on Linux.
...
The 'sysctl' syscall has been strongly deprecated on Linux for ages.
Currently, on old architectures it will spam syslog whenever used, and on
newer ones it's missing from the headers altogether. Opencv has migrated
away on Linux already, but #includes were left lingering. This commit
removes them on non-__APPLE__, unbreaking x32 (and probably others).
10 years ago
Ilya Lavrenov
81f786393a
NEON detection in runtime
10 years ago
Ilya Lavrenov
8c94568cc3
cv::sum
10 years ago
Ilya Lavrenov
6bce6ee34a
checks
10 years ago
Ilya Lavrenov
1d3c860411
SinCos_32f
10 years ago
Ilya Lavrenov
ef29b15c9a
reciprocal
10 years ago
Ilya Lavrenov
44d89638fd
divide
10 years ago
Ilya Lavrenov
f2cd65cf1e
fixes
10 years ago
Ilya Lavrenov
25e99c453f
avx2 in arithm
10 years ago
Ilya Lavrenov
70933ea999
convert from f64
10 years ago
Ilya Lavrenov
612b8ce2cb
fixed compilation issues
10 years ago
Ilya Lavrenov
d87457a025
split/merge
10 years ago
Ilya Lavrenov
fc0869735d
used popcnt
10 years ago
Ilya Lavrenov
31827d8dfe
fixed typo
10 years ago
Ilya Lavrenov
bc394e7516
detection of other CPU features
10 years ago
Ilya Lavrenov
3a426660ea
sse_utils.hpp
10 years ago
Ilya Lavrenov
63fc6ef316
convertTo from 64f
10 years ago
Ilya Lavrenov
8870ef4159
convertTo from 16u, 16s, 32s, 32f
10 years ago
Ilya Lavrenov
116fb275a8
convertTo from 8s
10 years ago
Ilya Lavrenov
19e77e4787
convertTo from 8u
10 years ago
Ilya Lavrenov
b758dbd384
convertTo AVX2
10 years ago
Ilya Lavrenov
3a78a22733
convertScaleAbs for s8, f64
10 years ago
Ilya Lavrenov
5578088983
countNonZero
10 years ago
Ilya Lavrenov
972ff1d0c4
polarToCart
10 years ago
Ilya Lavrenov
0a5c9cf145
magnitude 64f
10 years ago
Ilya Lavrenov
6ab928fb39
phase 64f
10 years ago
Ilya Lavrenov
a2a8ba17fc
compare
10 years ago
Ilya Lavrenov
8d48632ebe
avx2
10 years ago
Nisarg Thakkar
a11c02497f
Fixed Bug similar to Bug#3757. UMat all dims zero after release.
10 years ago
Joe Howse
379de5708f
Fix shadowed variable warning
10 years ago
Ilya Lavrenov
68962adc54
SSE mul
10 years ago
Ilya Lavrenov
60f2f7898a
SSE4.1 addWeighted fo 16u
10 years ago
Vladislav Vinogradov
220d937d9a
removed buffered versions of histogram functions
...
used BufferPool mechanism instead
10 years ago
Vladislav Vinogradov
b4e7ee46c6
fix compilation without CUDA
10 years ago
Vladislav Vinogradov
00e7816c1b
add auxiliary functions to work with Input/Output arrays:
...
they allow to perform asynchronous upload/download into temporary buffer
to get valid GpuMat object
10 years ago
Ilya Lavrenov
f57136fd79
SSE2 cv::Mat::dot
10 years ago
Ilya Lavrenov
f6b3bc01e5
addWeighted
10 years ago
Rok Mandeljc
e3b32cce80
modules/core: removed extra semi-colon from mat.inl.hpp and utility.hpp
...
This silences the pedantic warning messages from gcc 4.8.3
10 years ago