Bahram Dahi
|
6cf9070b9a
|
Added ability to read several opencv types (Size, Point, etc.) to FileStorage. Solves issue #3196
|
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 |
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
|
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 |
peng xiao
|
124ede611b
|
Update with apavlenko's suggestions.
|
11 years ago |
abidrahmank
|
96c1df14f4
|
CLAHE Python bindings
|
11 years ago |
Roman Donchenko
|
43c7a8ae93
|
Merge pull request #1259 from pengx17:2.4_fix_cvtcolor
|
11 years ago |
Roman Donchenko
|
fae7b20815
|
Merge pull request #1255 from SpecLad:no-cr
|
11 years ago |
StevenPuttemans
|
89012e8f6b
|
Missing including of nonfree module to support the use of SURF
detector/descriptor.
|
11 years ago |
Andrey Pavlenko
|
f3b1933a92
|
LinkedList -> ArrayList
|
11 years ago |
Roman Donchenko
|
4fb81052a8
|
Merge pull request #1256 from kamjagin:2.4
|
11 years ago |
Andrey Pavlenko
|
4902db1c42
|
also fixing JNI library name in JUnit tests
|
11 years ago |
peng xiao
|
2fb2ac8836
|
Apply bugfix #3121 for OCL.
|
11 years ago |
Miroslav Kobetski
|
93f05fed35
|
Fixed elif/elseif error that made highgui-windows fail on mac+cocoa.
|
11 years ago |
Andrey Pavlenko
|
d4e098f401
|
enabling of VideoCapture(String) [fixing issue #3207]
- enable auto-wrap of VideoCapture;
- minor refactoring of generated code templates.
|
11 years ago |
peng xiao
|
7fe8403074
|
Let ocl::filter2D support kernel size >= 3.
|
11 years ago |
Roman Donchenko
|
d302222d82
|
Don't put \r into OPENCV_REFMAN_TOC.
There's no need, since configure_file writes its output using native
line endings, anyway.
|
11 years ago |
Roman Donchenko
|
390b67e5a0
|
Merge pull request #1251 from StevenPuttemans:bugfix_3209
|
11 years ago |
Roman Donchenko
|
dc06d47f1c
|
Merge pull request #1241 from SpecLad:redundant-precomps
|
11 years ago |
Roman Donchenko
|
57c1e8f333
|
Merge pull request #1242 from asmorkalov:android_native_cam
|
11 years ago |
Roman Donchenko
|
504ebda7c4
|
Merge pull request #1235 from WonderRico:bugfix_dshow
|
11 years ago |
StevenPuttemans
|
fd056235d3
|
Added bugfix 3209 : anchor point (-1,1) changed to (-1,-1)
|
11 years ago |
WonderRico
|
d067749c21
|
fix _index / index
|
11 years ago |
Roman Donchenko
|
98cd04c191
|
Merge pull request #1163 from kdrobnyh:Morphology
|
11 years ago |
Roman Donchenko
|
314f3d84e1
|
Merge pull request #1246 from StevenPuttemans:bugfix_3206
|
11 years ago |
StevenPuttemans
|
d11746e56d
|
Added fix mentioned in bug #3206
VideoWriter memory leak solved.
|
11 years ago |
WonderRico
|
a048387376
|
fix formating
|
11 years ago |
Roman Donchenko
|
8d39350b4d
|
Merge pull request #1239 from Daniil-Osokin:fix_build_of_camera_calibration_android_sample
|
11 years ago |
Alexander Smorkalov
|
fff91eef0b
|
Native camera libraries updated.
Android 4.3 support added;
ANY camera index support fixed;
applyProperties now uses camera->reconnect() instead close/connect for Android 4.x.
|
11 years ago |
Roman Donchenko
|
167abf0dae
|
Merge pull request #1244 from vkocheganov:bugfix_3179
|
11 years ago |
Dmitry Retinskiy
|
2765f3f7ad
|
Minor language corrections in the tutorial document
|
11 years ago |
kocheganovvm
|
e4b201be25
|
Fix unsequenced modifications (Bug #3179).
|
11 years ago |
Roman Donchenko
|
4dc63273f0
|
Renamed ocl tests' precomp files according to convention.
Also, added the missing include guard to perf_precomp.hpp.
This should fix the build.
|
11 years ago |
Roman Donchenko
|
6d7f29a03a
|
Made it so that a dummy .cpp is actually created when compiling with VC++.
|
11 years ago |
Roman Donchenko
|
d9f71b762f
|
Deleted almost all of the precomp.cpp files.
Looks like we don't actually use them; when creating precompiled headers
with Visual C++, a dummy .cpp is created at build time.
|
11 years ago |
kdrobnyh
|
7da5fa01d4
|
Removed extra {} in erosion and dilation functions
|
11 years ago |
Roman Donchenko
|
79b6f68f54
|
Merge pull request #1233 from vpisarev:24_ipp_78
|
11 years ago |
Daniil Osokin
|
65c5c4df70
|
Fixed build of camera calibration android sample
|
11 years ago |
Vadim Pisarevsky
|
d5539975d7
|
polished the patch
|
11 years ago |
Andrey Pavlenko
|
1c55096c01
|
Merge pull request #1232 from StevenPuttemans:fix_wrong_documentation
|
11 years ago |