Vladislav Vinogradov
|
4b983679a5
|
fix gpuarithm module compilation (Bug #3103)
|
12 years ago |
yao
|
2c198f6cd6
|
revise accuracy and perf tests
|
12 years ago |
yao
|
26c246140a
|
optimize hog
|
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 |
Vladislav Vinogradov
|
371a9cd833
|
fixed build with CUDA 5.5 on arm platforms
|
12 years ago |
Vladislav Vinogradov
|
1492b20472
|
fix gpu warnings with signed/unsigned char
|
12 years ago |
Alexander Smorkalov
|
8f7ba03ed2
|
Some fixes for incorrectly documented parameters identified by rst_parser.py (Bug #1205)
|
12 years ago |
Alexander Smorkalov
|
16c4aad36d
|
Java/Python bindings for computeCorrespondEpilines added.
Simle Java test for computeCorrespondEpilines added.
|
12 years ago |
Roman Donchenko
|
584f0745d0
|
Made xls-report.py ignore tests that were not successful.
|
12 years ago |
Roman Donchenko
|
0f1156bbb6
|
Made the order of tests in XLS reports deterministic.
|
12 years ago |
Roman Donchenko
|
4d7b1b5ede
|
In the XLS report, enabled word wrapping for header cells.
Otherwise, Excel ignores line breaks in them.
|
12 years ago |
Roman Donchenko
|
6ff207b53a
|
Added a new and improved version of the XLS report generator.
|
12 years ago |
Roman Donchenko
|
f003e29dc0
|
Updated testlog_parser.py to the latest version from the private repo.
|
12 years ago |
Vladislav Vinogradov
|
4e29f0ee6d
|
updated documentation
|
12 years ago |
Alexander Shishkov
|
24fd2cc326
|
updated licenses
|
12 years ago |
Alexander Shishkov
|
5db08961ce
|
fixed Kirill's comments
|
12 years ago |
Vladislav Vinogradov
|
24108f8110
|
updated documentation
|
12 years ago |
Andrey Pavlenko
|
01e9733155
|
fix for #3077
removing "-fvisibility=hidden" gcc option due to lack of `__attribute__ ((visibility("default")))` in jni_md.h/JNIEXPORT
|
12 years ago |
Vikas Dhiman
|
dbc9b4db0c
|
support elementwise division for Matx with "/" operator.
|
12 years ago |
Vladislav Vinogradov
|
a380c473b9
|
switched to Input/Output Array in reprojectImageTo3D & drawColorDisp
|
12 years ago |
Vladislav Vinogradov
|
3a02e599e0
|
refactored DisparityBilateralFilter
|
12 years ago |
Vladislav Vinogradov
|
be9bb8f18b
|
refactored StereoConstantSpaceBP
|
12 years ago |
Vladislav Vinogradov
|
d0e89337da
|
refactored StereoBeliefPropagation
|
12 years ago |
Vladislav Vinogradov
|
dd6d58f873
|
refactored StereoBM
|
12 years ago |
Vladislav Vinogradov
|
4317cd1ffa
|
refactored 1D Sum Filters
|
12 years ago |
Vladislav Vinogradov
|
4bb297afc2
|
refactored Image Rank Filters
|
12 years ago |
Vladislav Vinogradov
|
5720eaf354
|
refactored Morphology Filters
|
12 years ago |
Vladislav Vinogradov
|
12ae11e2ff
|
refactored Separable Linear Filters
|
12 years ago |
Vladislav Vinogradov
|
ee7eb1b807
|
refactored Laplacian filter
|
12 years ago |
Vladislav Vinogradov
|
1eedc6c42a
|
refactored Linear Filter
|
12 years ago |
Vladislav Vinogradov
|
fcfcd4cbce
|
refactored box filter
|
12 years ago |
Ivan Korolev
|
fee8121040
|
Added regression tests for SURF/SIFT (related to #2892)
|
12 years ago |
Alexander Shishkov
|
0cee15eb7f
|
Updated iOS camera. Added rotation flag. Added functions to lock/unlock focus, white balance and exposure.
|
12 years ago |
Vladislav Vinogradov
|
a4750f49c6
|
fix for bug #3068 (PCA::computeVar for double input):
The matrix g can have CV_32F or CV_64F type, but g.at uses only float template.
This fix adds specialization for double type.
|
12 years ago |
peng xiao
|
e6b18fc492
|
Fix a bug caused by NDEBUG macro; it is now removed.
Revise some descriptions of the enums.
|
12 years ago |
Ivan Korolev
|
58fa401b4d
|
Fixed a bug #2405
|
12 years ago |
Ivan Korolev
|
fc82150edc
|
Fixed a bug #2892
|
12 years ago |
Peter Minin
|
7d70399d72
|
Add a new variant of detectMultiScale with output arguments 'objects' and 'numDetections'; factor most of detectMultiScale's code into 2 protected methods
|
12 years ago |
Gabe Schwartz
|
bb209193c9
|
Updated usage of METH_X definitions for python 3.
Python 3 requires METH_VARARGS | METH_KEYWORDS, not just METH_KEYWORDS.
|
12 years ago |
Gabe Schwartz
|
bce1b352e7
|
Updated cmake files to use print().
In these cases, just using print() is enough to ensure py2/3
compatibility.
|
12 years ago |
Gabe Schwartz
|
fb9781b97b
|
Updated cv2.cpp to support Python 3 API.
Added a header with defines to enable the module to compile with either
python 2 or 3 without changes.
|
12 years ago |
Gabe Schwartz
|
931ebab822
|
Updated generator and parser to support Python 3.
|
12 years ago |
Sergei Nosov
|
c90abb6a03
|
add multiruns to fix "unreliable results" error
|
12 years ago |
Vladislav Vinogradov
|
0367a7f992
|
link with nvcuvenc and ffmpeg libraries only if WITH_NVCUVID is enabled
|
12 years ago |
Alexander Smorkalov
|
37b67fa50d
|
Fix compiler error due to missing pthread header (Issue #2953)
|
12 years ago |
Ivan Korolev
|
de4c3f0178
|
Fixed a bug related to video stabilization crashes with a blank video (Bug #3023)
|
12 years ago |
Dirk Van Haerenborgh
|
30f7f9717f
|
allow for arbitraty number of sources and sinks
|
12 years ago |
Alexander Smorkalov
|
83e9b0a87a
|
Javadoc waring fix.
|
12 years ago |
Vladislav Vinogradov
|
e433145b7e
|
fix for Bug #3085:
weights array is only allocated for (l_count+1) elements,
but then weights[l_count+1] element is accessed.
|
12 years ago |