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
Roman Donchenko
976da2f3d3
Merge pull request #2768 from SpecLad:useless-loop
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
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
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
Roman Donchenko
10f89b9c8b
Merge pull request #2737 from jet47:fix-opencv-cmake-config
11 years ago
Roman Donchenko
4a24ecd176
Merge pull request #2731 from StevenPuttemans:bug_2626
11 years ago
Roman Donchenko
2cf6cea90f
Merge pull request #2730 from StevenPuttemans:bug_2740
11 years ago
Roman Donchenko
c607dadc49
Merge pull request #2729 from StevenPuttemans:bug_3252
11 years ago
Roman Donchenko
83e2731c94
Merge pull request #2728 from StevenPuttemans:bug_3434
11 years ago
Kevin Mitchell
63e508abd2
doc: update/clarify behaviour of mask in floodFill
...
Clarify how the mask parameter is set on output and how this is
affected by the flags parameter.
resolves Feature #2942
11 years ago
StevenPuttemans
006956c324
Fixing as suggested in bug 2626, made naming same for both C, C++ and python API
11 years ago
Roman Donchenko
ff2d76ec0d
Merge pull request #2699 from GregoryMorse:patch-1
11 years ago
Roman Donchenko
bc7b21609a
Merge pull request #2692 from 1Hyena:2.4
11 years ago
Roman Donchenko
f0547e5e05
Merge pull request #2727 from StevenPuttemans:bug_3484
11 years ago
Vladislav Vinogradov
67b562d543
fix OpenCVConfig.cmake template - missing parentheses
11 years ago
1Hyena
6c118ebc51
Changed ostringstream to ostream for new print_params and added the old
...
version of print_params for backwards compatibility.
11 years ago
Roman Donchenko
09674623cf
Merge pull request #2714 from asmorkalov:ocv_cmake_config
11 years ago
Roman Donchenko
ecfb1ab4f8
Merge pull request #2721 from zarrabeitia:2.4
11 years ago
StevenPuttemans
a0a8fb4fd9
fixed bug 2626
11 years ago
StevenPuttemans
6c59e39f7c
fix bug 3434
11 years ago
StevenPuttemans
e96de8821c
bug 2740 added fix
11 years ago
StevenPuttemans
b382984810
fix bug 3252
11 years ago
StevenPuttemans
2b4241c10b
fixed bug 3484
11 years ago
Alexander Smorkalov
e8376c789d
Fix non-Android cross compilation with OpenCVConfig.cmake
11 years ago