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
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
Ilya Krylov
e4a9c0f184
Fixed review comments
11 years ago
Roman Donchenko
5e47aa6300
Merge pull request #2717 from StevenPuttemans:2.4
11 years ago
Konstantin Matskevich
d67c9aabff
docs
11 years ago
Luis Zarrabeitia
bb5a22c504
highgui: fix segfault on CvCapture_GStreamer::retrieveFrame
...
CvCapture_GStreamer::retrieveFrame assumes that RGB videos are 24BPP.
This is not necesarily the case, unless we explicitly tell GStreamer
that we want 24BPP RGB streams.
Adding bpp=(int)24 to the appsink caps.
11 years ago
StevenPuttemans
a9c7db7518
add suggestion of feature 2619
11 years ago
Alexander Alekhin
c74fed1fcf
Merge pull request #2706 from ilya-lavrenov:ipp_2.4_warnings
11 years ago
Alexander Alekhin
7c9caab1fb
Merge pull request #2708 from StevenPuttemans:2.4
11 years ago
Konstantin Matskevich
aa76ef9a98
fixes
11 years ago
Alexander Alekhin
78f660024b
Merge pull request #2712 from jet47:subtract-fix-3rd-attempt
11 years ago
Ilya Lavrenov
19a2495067
fixed IPP related warnings
11 years ago
Vladislav Vinogradov
77275031ab
finally fix cv::subtract
11 years ago
StevenPuttemans
99475e2976
fixed wrong download link in tutorial
11 years ago
Ilya Krylov
349ff631a5
Added sample of work of Fisheye::undistortImage and its description to documentation. Removed readPoints and readExtrinsic (useless)
11 years ago
thoinvil
e50ef2dab5
Bugfix #3668 removed the comment
11 years ago
Vladislav Vinogradov
629461c836
fix output matrix allocation in cv::subtract
11 years ago
Alexander Alekhin
e2c7adc7c4
Merge pull request #2703 from jet47:subtract-create-dst-mat
11 years ago
Konstantin Matskevich
36afd4ef55
added additionalInfo in faceRecognition
11 years ago
Vladislav Vinogradov
4c66614e07
fix cv::subtract function:
...
call dst.create(...) before using it
11 years ago
Alexander Alekhin
b1a28a52fa
Merge pull request #2693 from mvukad:bugfix_ippmorphop
11 years ago
GregoryMorse
38db7a78df
WinRT core compatibility fixes
...
Update system.cpp
Update system.cpp
Update system.cpp
Update matching.cpp
Update matching.cpp
11 years ago