Ilya Lavrenov
4b3f2c1972
Neon optimization of Mat::convertTo
10 years ago
bhack
32f6e1a554
Fix for bug #3469 CV_XADD failing in clang+nvcc combination
...
Taken from 3f07655231
10 years ago
Marc Rollins
c8ede7c9ea
Updating documentation to reflect division operations.
10 years ago
Marc Rollins
f32a6fb9a1
Adding element-wise division operators to Point3_ class.
10 years ago
Marc Rollins
fb9bbf99c4
Adding division operators to `Point_` class.
...
Performs element-wise division.
10 years ago
Ilya Lavrenov
515be70867
Neon optimization of cv::convertScaleAbs
10 years ago
Ilya Lavrenov
27b933ba5a
Neon optimization of cv::sum
10 years ago
E Braun
d82b918a7b
fix for bug 3172
10 years ago
E Braun
f60726b090
Revert "fix for bug 3172"
...
This reverts commit ed2cdb71e5
.
10 years ago
E Braun
1675b23a64
fix for bug 3172
10 years ago
Alexander Smorkalov
343f4b3026
OpenCV version++.
10 years ago
Andrey Pavlenko
a8db3df8f6
typo: rect -> roi
10 years ago
Alexander Karsakov
c942c6539a
Remove mul24 since id can be larger 2^23
10 years ago
Ilya Lavrenov
98e7d4ceec
changed optimal vector width for Intel
10 years ago
Elena Gvozdeva
9fe11db7e2
disabled IPP acceleration for 3-channel norms and for CV_8S only for APPLE
10 years ago
Alexander Karsakov
7d91b8efcd
Removed redundant clFinish() after clEnqueueUnmapMemObject()
...
sss
10 years ago
Alexander Karsakov
f57a4bf87b
Disabled minMaxIdx for 32FC1 since it occasionally fails on AMD devices (e.g. A10-6800K)
10 years ago
E Braun
bdb82d181f
fix for bug 3172
10 years ago
Alexander Karsakov
ec827bed8e
Changed check to NORM_RELATIVE for OCL.Mat_Scalar_Scale tests
10 years ago
E Braun
89833853fa
Revert "fix for bug 3172"
...
This reverts commit ed2cdb71e5
.
10 years ago
Alexander Smorkalov
bb93c53948
OpenCV version++.
10 years ago
Ilya Lavrenov
5d3a128cd3
NEON impl on cv::convertScaleAba CV_32f
10 years ago
Philipp Hasper
e310added4
Fixing Matx ostream operator
...
cv::Matx could not be converted to c::Mat automatically
10 years ago
Ilya Lavrenov
71ec6144bd
attempt to fix compilation of OpenCL cv::transpose for AMD
10 years ago
Alexander Karsakov
d4e6812be2
Added check AmdFft version to be sure that AmdFft binaries are available
10 years ago
Elena Gvozdeva
31ac73c315
fix for cv::memopTypeToStr
10 years ago
Alexander Alekhin
57fec2f2da
OCL: enable clAmdFftGetVersion
10 years ago
Alexander Karsakov
491bf41356
Disabled native_sqrt for double, since it may be not implemented and gives compilation error.
10 years ago
StevenPuttemans
d27e440b2a
continue fixing nonfree elements
...
fixed dependency of stitching module on xfeatures2d module as optional
fixed the initModule_xfeatures2d function that was called in module stitching since it is in another namespace than the standard cv one.
10 years ago
Alexander Karsakov
a89ff402fc
Refactoring of OCL_FftPlan class
10 years ago
Elena Gvozdeva
46b6a095a2
changed perf test for ocl_gemm
10 years ago
Alexander Karsakov
3ae95150c7
Added double support for OCL version of DFT
10 years ago
Ilya Lavrenov
7017b1250a
used new stratehy in cv::accumulate**
10 years ago
Ilya Lavrenov
2c6b7a52e9
improved cv::ocl::predictOptimalVectorWidth
10 years ago
Ilya Lavrenov
2f46cf5ddb
changed base types for cv::memopTypeToStr
10 years ago
Marc Rollins
17e8d51124
Fixing uninitialized temporary.
10 years ago
Marc Rollins
703921e2fd
Reverting pass-by-value changes to arithmetic operators.
10 years ago
Alexander Karsakov
3d222d313b
Fixed range for 'v' channel for 8U images
10 years ago
Poly Takahiro Horikawa
cb0ab87646
Fix arithmetic exception when pass an empty mat with IPP option on.
10 years ago
Marc Rollins
8fc1848918
Simplifying arithmetic and comparison operator implementation.
...
Implementing + and - in terms of += and -=.
Implementing != in terms of ==.
10 years ago
Marc Rollins
d3d9b538c7
Implementing division operators.
10 years ago
Marc Rollins
d7a8166720
Implementing *= operator. Implementing * in terms of it.
10 years ago
Dmitriy Anisimov
37b1a7560c
first version of moving KDTree from core to ml
10 years ago
Alexander Karsakov
fa818d03b8
Changed twiddle buffer creation to use OCL buffer pool (if possible)
10 years ago
Vadim Pisarevsky
e9729a9601
multiple yet minor fixes to make most of the tests pass on Mac with Iris graphics
10 years ago
Leszek Swirski
341c3d5933
Fix reallocation of D buffer in gemm
...
Conflicts:
modules/core/src/matmul.cpp
10 years ago
Vadim Pisarevsky
daaa5a1824
removed duplicated Hershey fonts
10 years ago
jaco
dbb0fcdc7a
#pragma warning4127 fixation modified 2
10 years ago
Roman Donchenko
fb9a143429
Set status to alpha
10 years ago
Leszek Swirski
de806330fd
Fix reallocation of D buffer in gemm
10 years ago