Bahram Dahi
230bc03d97
Moved Scalar variable 'value' to int main() to work around a GCC -Wshadow warning in operations.hpp
11 years ago
Roman Donchenko
e8f85903c5
Merge pull request #1280 from asmorkalov:winrt_detect_fix
11 years ago
Roman Donchenko
2349f7ea89
Merge pull request #1257 from SpecLad:merge-2.4
11 years ago
Alexander Smorkalov
ddbeac503c
WindowsRT availability check reorganized. Build script updated.
11 years ago
Roman Donchenko
5ca1b559a8
Merge pull request #1284 from melody-rain:superres_example_2
11 years ago
Roman Donchenko
7d768d2159
In calcOpticalFlowSF, fixed several uninitialized uses of matrices.
...
This should fix that pesky test failure that pops up from time to time.
I don't actually know if the default values should be zeros, but the tests
pass, so...
11 years ago
Roman Donchenko
2530b580a8
Merge branch 'master' into merge-2.4
...
Conflicts:
modules/photo/doc/inpainting.rst
11 years ago
Roman Donchenko
47b3e7855f
Merge pull request #1252 from asmorkalov:winrt_api_cert_highgui_fix
11 years ago
Roman Donchenko
a3bbb3dd3d
Merge pull request #1279 from asmorkalov:ocv_opt_tabs
11 years ago
Roman Donchenko
2304a561ca
Fixed a -Wenum-compare warning in cudev.
11 years ago
Jin Ma
1bcd1fd3a2
Used perf_precomp.hpp instead of precomp.hpp for test.
11 years ago
Roman Donchenko
46fb737bdc
Merge pull request #1152 from StevenPuttemans:bugfix_2795
11 years ago
Jin Ma
8fb6b689c6
1. Added OpenCL version of superres to the sample.
...
2. Modified according to the feedback of the community.
11 years ago
Roman Donchenko
ac8506db32
Merge pull request #1210 from pengx17:2.4_ocl_surf_intel_fix
11 years ago
Alexander Smorkalov
a3dd13450c
All optimized function tables wrapped to getters to change its
...
initialization time.
11 years ago
Jin Ma
a3aa7966ae
Resolved compiling errors under Linux.
11 years ago
Roman Donchenko
35cb59bb22
Merge pull request #1258 from apavlenko:java_video_capture
11 years ago
Jin Ma
916b92bc3b
Resolved a compiling warning under Windows.
11 years ago
Jin Ma
8feaadc69f
Resolved a compiling error under Linux.
11 years ago
Jin Ma
3fb0bf6e99
Added MOG and MOG2.
11 years ago
Andrey Pavlenko
5a9bd3f080
restoring binary compatibility
11 years ago
Roman Donchenko
95143fdc13
Merge pull request #1275 from rdm12:bug_1922
11 years ago
Alexander Smorkalov
9af2c1661a
Restricted Win32 API was fixed in Highgui and some 3rd party libs. Patch
...
for libpng added.
11 years ago
Dmitry Retinskiy
ab8c0fde52
applied comments after review
11 years ago
Roman Donchenko
73c5069f54
Merge pull request #1276 from nghiaho12:mushroom
11 years ago
Roman Donchenko
556028eff5
Merge pull request #1253 from kamjagin:fixingCompilationOnOSX
11 years ago
Bahram Dahi
83e21568ee
Minor bug fix, missing const in method signature
11 years ago
Bahram Dahi
6cf9070b9a
Added ability to read several opencv types (Size, Point, etc.) to FileStorage. Solves issue #3196
11 years ago
kamjagin
ed29d91d42
adding std to cstdint typedef of uint32_t
11 years ago
Miroslav Kobetski
b595d73d6d
defined uint for non-windows platforms too. replaced isnan for cvIsNaN.
11 years ago
Roman Donchenko
d09c89c63e
Merge pull request #1265 from abidrahmank:misc_docs2
11 years ago
Roman Donchenko
7b95bb20f7
Merge pull request #1272 from kamjagin:fixingQTKitPublic2.4
11 years ago
Roman Donchenko
902aa309f8
Merge pull request #1270 from rdm12:bugfix_3094
11 years ago
Dmitry Retinskiy
f013baf739
bug #1922 : restored most of the class definitions in basic_structures.rst
11 years ago
Nghia Ho
21641d04a7
Fixed mismatching allocation and deallocation: el_ptr
11 years ago
Roman Donchenko
6ae9870de4
Merge pull request #1254 from pengx17:2.4_filter2d_
11 years ago
Roman Donchenko
8e245f8a3a
Merge pull request #1186 from SpecLad:dont-export-templates
11 years ago
kamjagin
69287c936b
missed # in if defined
11 years ago
kamjagin
c24c1a5926
added HAVE_QTKIT to tests
11 years ago
kamjagin
7ff07e94a3
Fix for bug Bug #3215 . Added HAVE_QTKIT as a separate mode from HAVE_QUICKTIME
11 years ago
Dmitry Retinskiy
4eb85189e5
bug #3094 : added CV_Assert to PyrDown_ to check if source matrix is not empty
11 years ago
kdrobnyh
4943b0a73c
Merge pull request #3 from Itseez/2.4
...
OpenCV changes
11 years ago
Roman Donchenko
7992402ecf
Merge pull request #1149 from jet47:generalized-hough-refactoring
11 years ago
Changlin Hsieh
c1dd38cbff
Fix GPU example build failed with cuda 5.5
11 years ago
Roman Donchenko
bcba3fc6b8
Merge pull request #1263 from abidrahmank:pyCLAHE_24
11 years ago
Roman Donchenko
e3d508902e
Merge pull request #1262 from StevenPuttemans:fix_surf_tutorial
11 years ago
Roman Donchenko
ceacd75ab1
Merge pull request #1245 from rdm12:doc_tutorial_camera_calibration
11 years ago
Roman Donchenko
18358521f2
Merge pull request #1162 from jet47:cudev-integration
11 years ago
Achal Dave
0bc609257d
Comparing rejected stage index with minimum required neighbors does not make sense
...
As described here, http://code.opencv.org/issues/3064 , the test before
led to a case where we compared the index of the latest stage at which a
rectangle was rejected with the minimum number of neighbors required as
specified in `detectMultiScale`. Please see the issue for more
information.
11 years ago
peng xiao
124ede611b
Update with apavlenko's suggestions.
11 years ago