Alexander Karsakov
6e22020dad
Fixed pnpTask: don't copy inliers vector in case it's empty.
9 years ago
Alexander Alekhin
f91ada572a
Merge pull request #5858 from mshabunin:fix-arm-cross-warnings
9 years ago
Alexander Alekhin
f7c8f74ac1
Merge pull request #5869 from atinfinity:pullreq/151223-FindTBB-VS2015-2.4
9 years ago
atinfinity
c4e80952ce
changed to find TBB library(VS2015)
9 years ago
Alexander Alekhin
178ed63e1a
Merge pull request #5846 from mshabunin:backports-3
9 years ago
Maksim Shabunin
46edb54ac3
Fixed PCH warning during ARM crosscompilation
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
2897da037e
Merge pull request #5763 from ilya-lavrenov:lintian
9 years ago
Ilya Lavrenov
4fa14f75b8
suppress lintian warning in opencv.pc
9 years ago
Vadim Pisarevsky
0886f6fe62
Merge pull request #5733 from teng88:patch-3
9 years ago
Maksim Shabunin
681df84036
Merge pull request #5720 from asmorkalov:as/cuda_qnx
9 years ago
Teng Cao
07a58c47cb
Update cascadeclassifier.cpp
...
minor fix since predict() returun int
9 years ago
Alexander Smorkalov
53ed1a8c03
Build fix for QNX 6.6 neitrino.
9 years ago
Alexander Smorkalov
4d598719da
Merge pull request #5713 from ilya-lavrenov:lintian
9 years ago
Ilya Lavrenov
130d4b1bdf
added suppression for python-script-but-no-python-dep
9 years ago
Vadim Pisarevsky
42001234ab
Merge pull request #5390 from StevenPuttemans:add_markers_2.4
9 years ago
Vadim Pisarevsky
6e885e5775
Merge pull request #5682 from ilya-lavrenov:lintian-overrides
9 years ago
Maksim Shabunin
5c0cdd4d2d
Merge pull request #5650 from hoangviet1985:fix_bug_5623
9 years ago
Ilya Lavrenov
969f0c4456
added lintian overrides for debian packages
9 years ago
Maksim Shabunin
739d7caa32
Merge pull request #5659 from jet47:cuda-wrap-stream-2.4
9 years ago
Maksim Shabunin
6148c3525e
Merge pull request #5672 from ilya-lavrenov:npp-graphcut
9 years ago
Vadim Pisarevsky
df55aaec1e
Merge pull request #5674 from mshabunin:mac-fix-2.4
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
Maksim Shabunin
01b5971c94
Merge pull request #5640 from mshabunin:restore-ts-gpu
9 years ago
Vladislav Vinogradov
8d3850ac02
add cv::gpu::StreamAccessor::wrapStream method
...
it allows to import existed CUDA stream to OpenCV
9 years ago
Alexander Alekhin
1862d1995f
Merge pull request #5652 from jet47:core-test-math-warning-fix
9 years ago
Alexander Alekhin
fc1694c97c
Merge pull request #5655 from janstarzy:2.4-canny-fix
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
Vadim Pisarevsky
0f288d1082
Merge pull request #5605 from hoangviet1985:fix_bug_5599
9 years ago
Vadim Pisarevsky
82c1c68560
Merge pull request #5622 from LorenaGdL:hitAndMiss2.4
9 years ago
Vadim Pisarevsky
780b713016
Merge pull request #5638 from hoangviet1985:fix_bug_5623
9 years ago
Alexander Alekhin
1b6dd03fd7
Merge pull request #5641 from alalek:backport_5320
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
1e879e1ab1
clean up
9 years ago
Viet Dinh
57829d81ea
mac compile error
9 years ago
Viet Dinh
a20a273982
Merge remote-tracking branch 'Itseez/2.4' into fix_bug_5599
9 years ago
Viet Dinh
e9b31a70bf
mac osx compile errors
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