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 |
Alex Leontiev
|
f2afe64521
|
Starting implement simplex algorithm.
|
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 |
alexandre benoit
|
c39159069e
|
last warnings solved
|
12 years ago |
alexandre benoit
|
2c1fb5fd71
|
minor correction after buildbot warnings
|
12 years ago |
peng xiao
|
5fd724b54a
|
Add a function to query if global OpenCL context is initialized.
|
12 years ago |
alexandre benoit
|
7bff79bbeb
|
updated demos and tutorial regarding the Retina class transfer to bioinspired module.
|
12 years ago |
alexandre benoit
|
cdbbe0dfbe
|
1. created module bioinspired. 2.transfered Retina module into the new module bioinspired. 3. added a fast tone mapping method to Retina interface and wrapped existing reinafilter dedicated method
|
12 years ago |
Dirk Van Haerenborgh
|
6d66d11046
|
gstreamer: cleaning up resources
|
12 years ago |
Peng Xiao
|
d9ab22e4ed
|
Fix two bugs related to opencl context.
1. As getDevice will implicitly call setDevice, in getContext we should not need to call it again.
2. Fix an incorrect type casting.
|
12 years ago |