Vitaly Tuzov
25b4d8a1b5
Added images necessary for tests
9 years ago
Vitaly Tuzov
aaa30dc5b6
Make some tests less strict due to improvement of related algorithms in master branch
9 years ago
Vitaly Tuzov
e0f426f78b
Backport of new python tests from master branch(PR https://github.com/Itseez/opencv/pull/6025 ).
...
At the moment tests requre samples/data copied to source location from master branch.
9 years ago
Ilya Lavrenov
068769263e
fixed compilation warning
9 years ago
atinfinity
69eaa89e22
fixed to use NVCUVID in 'cudacodec' module.
9 years ago
Vitaly Tuzov
f01f1bc5e6
Fixed "Conditional jump or move depends on uninitialised value(s)" valgrind issue due to wrong pointer recalculation for zero level of pyramid.
9 years ago
Elena Gvozdeva
bb1c2d71a8
fix bug on border at pyrUp
9 years ago
Vitaly Tuzov
389f176a67
Removed ioctl calls to query for VIDIOC_G_INPUT and VIDIOC_ENUMINPUT since information returned by the calls is never used.
...
Fixed icvCaptureFromCAM_V4L return value in case of V4L2 camera initialization failure.
9 years ago
Vitaly Tuzov
4f5d585184
Update call to Tegra optimized morphology filtering
9 years ago
takacsd
537d1322b4
Add missing implementation to one of the Mat_<_Tp> constructor. ( #5945 )
9 years ago
Alexander Karsakov
6e22020dad
Fixed pnpTask: don't copy inliers vector in case it's empty.
9 years ago
Maksim Shabunin
7cb78451d1
Backported several changes from master branch:
...
- #3771 - inline round on ARM
- #5633 - documentation for MSER
- #5666 - run.py fixes
9 years ago
Alexander Smorkalov
53ed1a8c03
Build fix for QNX 6.6 neitrino.
9 years ago
Maksim Shabunin
eebd4cad66
Fix compilation problems with XCode 7.1.1 and cmake 3.3.2
9 years ago
Ilya Lavrenov
0050df8750
GraphCut deprecated in 7.5 and removed in 8.0
9 years ago
Vladislav Vinogradov
8d3850ac02
add cv::gpu::StreamAccessor::wrapStream method
...
it allows to import existed CUDA stream to OpenCV
9 years ago
Jan Starzynski
2799829bc9
fix potential buffer overflow as in 3.0
9 years ago
Vladislav Vinogradov
d5e6503fe5
fix signed/unsigned comparison warning in core/test/test_math.cpp
9 years ago
hoangviet1985
6441620f45
The right signs give the right results
9 years ago
berak
28974e7290
remove usage of obsolete _dataAsRows flag
9 years ago
Maksim Shabunin
ffb9e877e9
Restore ts/gpu_perf.hpp, trying to compile with VS 2015
9 years ago
Viet Dinh
57829d81ea
mac compile error
9 years ago
Viet Dinh
a1532582a6
optimize code
9 years ago
Viet Dinh
68bcff26fb
fix solveCubic
...
The original solution did not handle correctly when delta = 0,
resulting as nan errors. I also wrote a test case to test solving
equation x^3 = 0 after fixing.
9 years ago
Viet Dinh
433bc81b30
std::cbrt could not be found
9 years ago
Viet Dinh
c8bf176558
casting warning
9 years ago
Viet Dinh
cfd5caf29d
deal with type casting issues
9 years ago
Viet Dinh
f461d0cb7a
fix compile errors
...
some functions were not found in namespace std
9 years ago
Viet Dinh
09b0193186
even more correct
...
calculates cube root of complex number to give more correct results.
9 years ago
Lorena García
252feb4774
Hit and Miss morphological op
9 years ago
Viet Dinh
537a978dcf
update test_math.cpp
9 years ago
Viet Dinh
b6e8a47fca
fix whitespace errors
9 years ago
Viet Dinh
ed0065266e
update fixing bug #5599
9 years ago
Viet Dinh
03e7b71707
fix whitespace errors
9 years ago
Viet Dinh
e06c696b3c
fix whitespace errors
9 years ago
Viet Dinh
40ce9f97d6
fix whitespace errors
9 years ago
Viet Dinh
0bc44376a5
fix bug #5599
...
solves equations more correctly, eliminates “nan” error.
9 years ago
Viet Dinh
fdf549b921
fix bug #5599
9 years ago
Maksim Shabunin
1e869c5e49
ts: refactor run.py script
...
Conflicts:
modules/ts/misc/run.py
9 years ago
Maksim Shabunin
f49936a849
Fixed cmake and build issues when using Visual Studio 2015
9 years ago
Ilya Lavrenov
9e2395e7e0
return false in grabFrame failed in open method
10 years ago
Ilya Lavrenov
05945bf00e
fixed case when grabbing failed
10 years ago
Ilya Lavrenov
9d78a1ea9f
allow to retrieve videocapture properties before first frame reading
10 years ago
Suleyman TURKMEN
73240b736b
Update camera_calibration_and_3d_reconstruction.rst
10 years ago
a-andre
d16fb30512
install opencv2/highgui.hpp header
10 years ago
StevenPuttemans
8ed25ad75f
adding extra explanation for mask parameter
10 years ago
Alexander Smorkalov
408107ce6d
Added missing copyright headers.
10 years ago
Ilya Lavrenov
0d5b739d35
delete video readers
10 years ago
Ilya Lavrenov
ec5244a73a
fixed memory leak in findHomography tests
10 years ago
berak
bb9bd3132a
fix zero length std::string in putText()
10 years ago