Samuel Martin
ea50be0529
core: fix x86 PIC code compilation
...
This bug was triggered by Buildroot autobuilders [1,2], causing this
kind of failures [3,4]:
[ 14%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/system.cpp.o
/home/test/autobuild/instance-0/output/build/opencv-2.4.10/modules/core/src/system.cpp: In function '(static initializers for /home/test/autobuild/instance-0/output/build/opencv-2.4.10/modules/core/src/system.cpp)':
/home/test/autobuild/instance-0/output/build/opencv-2.4.10/modules/core/src/system.cpp:280:10: error: inconsistent operand constraints in an 'asm'
make[3]: *** [modules/core/CMakeFiles/opencv_core.dir/src/system.cpp.o] Error 1
[1] http://buildroot.org/
[2] http://autobuild.buildroot.org/
[3] http://autobuild.buildroot.org/?reason=opencv-2.4.10
[4] http://autobuild.buildroot.org/results/483/4838285b25d6293a5cf0bb9eadd5040a7c75d766/build-end.log
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
10 years ago
Ilya Lavrenov
5f23d99918
the rest modes of cv::Mat::convertTo
10 years ago
Dinar Ahmatnurov
5a797ae7de
fix issue with font;
10 years ago
Ilya Lavrenov
4babecf3b0
fixes for cv::addWeighted and cv::Mat::dot
10 years ago
vbystricky
1d280352f4
Add code for print errors of OpenCL kernels runing
10 years ago
Alexander Karsakov
a8169f08fc
Used checking norm of results for LPSolver accuracy tests
10 years ago
ElenaGvozdeva
75601ccf9e
small change in description for Gemm
10 years ago
Nisarg Thakkar
474897ff01
Made some changes specefict to 4 channel images. Fixed step value for tptr
10 years ago
Ilya Lavrenov
00f16e9178
neon
10 years ago
Rohit Rawat
2ad8c6dbd0
Fixing bug in NAryMatIterator documentation(Bug #3787 ).
...
Fixed the non-working code example for NAryMatIterator.
The documentation of NAryMatIterator in file:
modules/core/include/opencv2/core/core.hpp has a working example which
was used for these edits.
10 years ago
Alexander Smorkalov
11c81067dc
doc/check_docs2.py warnings fixes
10 years ago
Ilya Lavrenov
be3efdf274
cv::sum refactoring
10 years ago
Ilya Lavrenov
a3e56114d1
cv::multiply
10 years ago
Ilya Lavrenov
1c491c42cd
fix for cornerHarris
10 years ago
Ilya Lavrenov
bbc161e1cb
fix for cv::Mat::convertTo with scale
10 years ago
Ilya Lavrenov
f50f0ba63e
cv::norm
10 years ago
Ilya Lavrenov
44ea50f1c4
cv::countNonZero
10 years ago
Ilya Lavrenov
34a571d37f
cv::Mat::dot
10 years ago
Ilya Lavrenov
e46332a183
cv::Mat::convertTo with scale and shift
10 years ago
Ilya Lavrenov
74e60e44ad
cv::compare
10 years ago
Ilya Lavrenov
857a2d5bfd
cv::addWeighted
10 years ago
Dinar Ahmatnurov
de6edcc48a
fixing issue with "ёЁ";
10 years ago
Ilya Lavrenov
345b1369be
correct neon rounding
10 years ago
Dinar Ahmatnurov
e9f7c4aeba
added Cyrillic;
...
added Cyrillic;
replace binary format with hex;
move duplicated code to inline function;
10 years ago
Ilya Lavrenov
5d018c090f
Neon optimization of cv::scaleAdd (CV_32F)
10 years ago
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