Ilya Lavrenov
|
8d48632ebe
|
avx2
|
10 years ago |
Adil Ibragimov
|
8a4a1bb018
|
Several type of formal refactoring:
1. someMatrix.data -> someMatrix.prt()
2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
|
10 years ago |
Ilya Lavrenov
|
4a63b3dd90
|
cv2cvtest part2
|
11 years ago |
Ilya Lavrenov
|
aa5326c231
|
cv::norm -> cvtest::norm in tests
Conflicts:
modules/core/src/stat.cpp
|
11 years ago |
Ilya Lavrenov
|
32eb38ec98
|
fixed defects from coverity.com
|
11 years ago |
Andrey Pavlenko
|
a9687a341e
|
adding more than 4 channels random Mats support
if `Scalar:all` is used, Mats with 5+ channels cause errors
|
11 years ago |
Roman Donchenko
|
cf71ff0845
|
Record OpenCV build type among the test properties.
Because apparently I love running performance tests for debug builds.
|
11 years ago |
Roman Donchenko
|
c16316c4b4
|
Replaced the semi-public CV_PARALLEL_FRAMEWORK macro with a function.
That way, core/internal.hpp doesn't have to depend on cvconfig.h, which we
don't ship.
|
12 years ago |
Roman Donchenko
|
d58421c08e
|
Make version-related test properties more useful.
Namely, normalize their names to a common convention and remove useless text
from their values.
|
12 years ago |
Roman Donchenko
|
4af7d65224
|
Made tests record information about CPU features and Tegra optimization status.
|
12 years ago |
Roman Donchenko
|
24d84a45b1
|
Made tests record in the XML output which parallel framework was used.
|
12 years ago |
Andrey Pavlenko
|
d5881bc00a
|
adding version info to test log
|
12 years ago |
Andrey Kamaev
|
8f32902ce6
|
Minimize usages of legacy C API inside the library
|
12 years ago |
Andrey Kamaev
|
2b1ef95415
|
Completely separate C and C++ API of OpenCV core
|
12 years ago |
Andrey Kamaev
|
715fa3303e
|
Move cv::Mat out of core.hpp
|
12 years ago |
Alexander Smorkalov
|
e21a1d3124
|
Test system refactoring
cmpEps replaced on cmpEps2 to reduce code dublication;
Constants for cmpEps return values added.
|
12 years ago |
Marina Kolpakova
|
3def843652
|
merged the trunk r8719:8731 and 8807
|
13 years ago |
Marina Kolpakova
|
680a44189c
|
merged the trunk r8704:8716
|
13 years ago |
Andrey Kamaev
|
511d09f587
|
Fixed tests broken by r8708
|
13 years ago |
Andrey Kamaev
|
d48d7b2b46
|
Updated warning options for GCC; fixed new warnings.
|
13 years ago |
Andrey Kamaev
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
13 years ago |
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
13 years ago |
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
13 years ago |
Vadim Pisarevsky
|
b8e70ea6c9
|
NORM_L2SQR added too (ticket #1840)
|
13 years ago |
Vadim Pisarevsky
|
40f2c716af
|
added NORM_HAMMING* support to cv::norm (ticket #1840)
|
13 years ago |
Vadim Pisarevsky
|
ff5e97c8e4
|
added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
|
14 years ago |
Anatoly Baksheev
|
1c18e5fef9
|
fixed ~300 warnings under windows (had to hack gtest a bit)
|
14 years ago |
Vadim Pisarevsky
|
abeeb40d46
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
14 years ago |
Vadim Pisarevsky
|
9c05a74fee
|
fixed memory corruption in cvtest::copyMakeBorder (thanks to Pieter-Jan Busschaert)
|
14 years ago |
Vadim Pisarevsky
|
4b7aaf2e48
|
fixed build errors on Linux + fixed Farneback optical flow sample
|
14 years ago |
Vadim Pisarevsky
|
6f44457de8
|
the combined cxts + gtest
|
14 years ago |
Vadim Pisarevsky
|
23e83f8fc7
|
|
14 years ago |
Vadim Pisarevsky
|
e4b91918b1
|
the combined cxts + gtest
|
14 years ago |