Alexander Alekhin
0ea572d772
Merge pull request #2796 from berak:b_3674_24
11 years ago
berak
2bacd8b702
2 fixed unassigned reshapes in em ( #3674 )
11 years ago
Roman Donchenko
aa170cfb5b
Merge pull request #2793 from alalek:run_android_env
11 years ago
Alexander Alekhin
e6f6905868
run.py: propagate OPENCV* env variables only with --android_propagate_opencv_env flag
11 years ago
Alexander Alekhin
766600529b
run.py: added --android_env parameter
11 years ago
Roman Donchenko
09f9b35bc6
Merge pull request #2742 from StevenPuttemans:feature_3176
11 years ago
StevenPuttemans
fea4396023
Added more info on the data input variable of kmeans
11 years ago
Pierre-Emmanuel Viel
ec99f96c62
Add the ensureSimpleDistance() method to ensure the user the returned distance is not ^2 (the default for L2 for instance)
11 years ago
Pierre-Emmanuel Viel
2f8b5731da
Fix local variable shadowing
11 years ago
Konstantin Matskevich
8d4a76925c
fixed binary compatibility
11 years ago
Pierre-Emmanuel Viel
00367cfb00
Merge remote-tracking branch 'upstream/2.4' into LshOrthogonalSubvectors
11 years ago
Pierre-Emmanuel Viel
e63d7de87c
Allows to choose orthogonal sub-vectors for LSH without using a static table among LshTable instances
11 years ago
Alexander Karsakov
511ed4388e
Disabled BORDER_CONSTANT for pyramid functions.
11 years ago
Hernan Badino
8a3b93773d
Merge branch 'Itseez-2.4' into Feature_3692_2.4
11 years ago
Hernan Badino
bcd63766ce
Merge branch '2.4' of https://github.com/Itseez/opencv into Itseez-2.4
11 years ago
Roman Donchenko
7ea1bf3cf0
Fixed several problems found by PVS-Studio.
...
This fixes all problems from the article "Checking OpenCV with PVS-Studio"
<http://www.viva64.com/en/b/0191/ > that are not already fixed and are
not in 3rdparty or the legacy module.
The problems fixed are two instances of useless code and one instance
of unspecified behavior (right-shifting a negative number).
11 years ago
Ilya Krylov
3678020c28
Added license to source files
11 years ago
Roman Donchenko
976da2f3d3
Merge pull request #2768 from SpecLad:useless-loop
11 years ago
Ilya Krylov
0d2fab86b4
Changed documentation for namespace fisheye
11 years ago
Hernan Badino
ca40d635e4
Switched insertion of connected components in filterSpecklesImpl
11 years ago
Ilya Krylov
651b13f72a
Refactored class Fisheye to namespace fisheye
11 years ago
Roman Donchenko
bea46c90b5
Remove a useless loop that copies an array to itself
11 years ago
Vadim Pisarevsky
0b4eb6a964
Merge pull request #2509 from euphrat:mog2_bgimg_gray
11 years ago
Vadim Pisarevsky
988b108858
Merge pull request #2701 from thoinvil:BugfixFilterEngineApplyROI
11 years ago
Vadim Pisarevsky
44acfc38a1
Merge pull request #2739 from StevenPuttemans:bug_1523
11 years ago
Vadim Pisarevsky
e30939f09b
Merge pull request #2738 from kevmitch:2.4
11 years ago
Vadim Pisarevsky
118b27f5b4
Merge pull request #2744 from jet47:kmeans-fix
11 years ago
Roman Donchenko
eded87de5b
Merge pull request #2754 from thoinvil:patch-1
11 years ago
StevenPuttemans
12207ac763
fix coordinate problem with large images - bug 1523
11 years ago
Roman Donchenko
f77aa45cfb
Merge pull request #2735 from StevenPuttemans:bug_2000
11 years ago
StevenPuttemans
7fc764f5e5
added documentation for findContours
11 years ago
Roman Donchenko
06b335b2d7
Merge pull request #2733 from StevenPuttemans:bug_2162
11 years ago
Roman Donchenko
62e0759ba2
Merge pull request #2719 from yashdv:patch-1
11 years ago
Konstantin Matskevich
a46f119fdf
docs fixes
11 years ago
Roman Donchenko
c9cb480844
Merge pull request #2753 from shahurik:2.4
11 years ago
Vladislav Vinogradov
746185652a
add additional tests for different input cases
11 years ago
Vladislav Vinogradov
f16503743f
use more accurate reshape
11 years ago
thoinvil
ea038436e6
Added condition to 1st test in cv::GaussianBlur
...
Consistent with the test made in cv::boxFilter, it adjusts the kernel size to the source size only if the border is not BORDER_CONSTANT and if BORDER_ISOLATED is set. Otherwise, the source has to be considered possibly in a larger image (i.e. the source being a ROI) in witch the kernel should apply.
11 years ago
Vlad Shakhuro
6a93b43cae
Fix svm intro tutorial
11 years ago
Roman Donchenko
0ebde64701
Merge pull request #2743 from StevenPuttemans:bugfix_3549
11 years ago
Ilya Krylov
c30fef1f9d
Fixed build issues
11 years ago
Roman Donchenko
55bff44810
Merge pull request #2747 from jet47:gpu-resize-stream-fix
11 years ago
Roman Donchenko
75a1743f35
Merge pull request #2745 from yashdv:patch-3
11 years ago
Roman Donchenko
83b7fe1b82
Merge pull request #2748 from jet47:fix-bug-3690
11 years ago
Vladislav Vinogradov
7e2f7f45d7
fix bug #3690
...
removed invalid condition, it is always false
11 years ago
Vladislav Vinogradov
1f72873c55
fix cv::gpu::resize function
...
add missing stream parameter to call_resize_linear_glob
11 years ago
Yash Vadalia
7e56cfafbc
fixed a syntax error in cap_giganetix.cpp
...
Ticket 3458 (http://code.opencv.org/issues/3458 )
11 years ago
Yash Vadalia
6ecd553810
Added doc for LinearPolar Transform
11 years ago
Vladislav Vinogradov
55a714c83b
fix cv::kmeans function
...
reshape input matrix, since the function works with data
as with [N x dims] matrix
11 years ago
StevenPuttemans
1d557e6702
adding bugfix 3549
11 years ago