Roman Donchenko
6d1ec452fc
Merge pull request #1125 from SpecLad:softcascade-nowarn
12 years ago
Vadim Pisarevsky
be040ff513
revert patch from PR 1074, since it break capturing on MacOSX
12 years ago
Roman Donchenko
28a5c127ea
Made the Python bindings not use deprecated NumPy 1.7 API.
12 years ago
Roman Donchenko
523048f99f
Fixed a compilation error (get<N> not found).
12 years ago
Roman Donchenko
1160b04fb4
Fixed a build warning in softcascade.
12 years ago
Roman Donchenko
924fc070f0
Changed / for Matx to Matx::div, for symmetry with Matx::mul.
12 years ago
Roman Donchenko
3443fd85cd
Merge pull request #984 from albenoit:master
12 years ago
Roman Donchenko
feaa12a274
Merge remote-tracking branch 'origin/2.4' into merge-2.4
...
Conflicts:
modules/core/include/opencv2/core/version.hpp
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/src/initialization.cpp
modules/ocl/test/main.cpp
modules/superres/CMakeLists.txt
modules/superres/src/input_array_utility.cpp
modules/superres/src/input_array_utility.hpp
modules/superres/src/optical_flow.cpp
12 years ago
Daniel Angelov
694d9ff2eb
LSD enum now anonymous.
12 years ago
alexandre benoit
12f65c61a8
updated doc wrt new bioinspired namespace convention
12 years ago
Roman Donchenko
52a9378257
Merge pull request #979 from jet47:gpuwarping-refactoring
12 years ago
Roman Donchenko
1590a1a538
Merge pull request #1068 from AoD314:webp2
12 years ago
Roman Donchenko
886c009da6
Merge pull request #1049 from pengx17:2.4_superres_ocl
12 years ago
alexandre benoit
7fe78efda3
retina included in namespace bioinspired + followed suggestions made by Vadim
12 years ago
Daniel Angelov
d35601209e
Added define guard for ln10. Fixed some warnings.
12 years ago
Daniel Angelov
22c8010b2d
Added needed header, changed macro name.
12 years ago
abidrahmank
61e50e2fda
python docs for non-local means denoising
12 years ago
andrey.morozov
7d5185e8f1
updated webp to version 0.3.1
12 years ago
andrey.morozov
e4e0862c2e
added support image with alpha channel
12 years ago
Daniel Angelov
3350533f48
Fixed ambiguouty error, signess compare.
12 years ago
Daniel Angelov
6bd5e12be3
Added a sample to show usage of the class.
12 years ago
Daniel Angelov
e51e00ac5f
Added LSD accuracy tests.
12 years ago
Daniel Angelov
5350a2f1d9
Added Line Segmen Detector.
12 years ago
Roman Donchenko
616dbd53f0
Merge pull request #1107 from abidrahmank:master
12 years ago
Roman Donchenko
3b8a13a1ed
Merge pull request #1101 from jet47:cudev-stub-lib
12 years ago
Roman Donchenko
09ec483d02
Merge pull request #1109 from nikman-ru:cap_reuse_24x
12 years ago
Roman Donchenko
18f1964f8a
Merge pull request #1111 from nikman-ru:fix_yamldoc
12 years ago
Vladislav Vinogradov
d52ef2f758
added stub library for cudev module
...
in order to make CMake scripts work properly
12 years ago
Vladislav Vinogradov
5e3934446d
fixed test compilation for gpu::Stream
12 years ago
Vladislav Vinogradov
afb08b33c7
removed obsolete API from gpuarithm module
12 years ago
Vladislav Vinogradov
0d9e3cfa37
updated documentation
12 years ago
Vladislav Vinogradov
6d6ff26887
refactored gpu::ImagePyramid (converted it to abstract interface)
12 years ago
Vladislav Vinogradov
2932beddcf
switched to Input/Output Array in gpuwarping functions
12 years ago
Nikita Manovich
c55dc3e8ab
Fixed "FileStorage (minor) error in doc (Feature #3151 )"
...
It was just a typo in the documentation.
12 years ago
Nikita Manovich
05aeb70831
Fixed VideoCapture::open() does not release previous capture sources (Bug #3150 ).
...
VideoCapture didn't call release method and just ignored the new capture sources.
OpenCV documentation:
bool VideoCapture::open(const string& filename);
bool VideoCapture::open(int device);
The methods first call VideoCapture::release() to close the already opened file or camera.
12 years ago
Andrey Pavlenko
75b86c9706
Merge pull request #1104 from nikman-ru:cap_reuse
12 years ago
Andrey Pavlenko
d1fe1a62c3
Merge pull request #1106 from pengx17:2.4_gftt_rename
12 years ago
Andrey Pavlenko
07c2ae508e
Merge pull request #1102 from SpecLad:xls-updates
12 years ago
Andrey Pavlenko
decd0c753a
Merge pull request #1082 from jet47:gpu-warnings-fix
12 years ago
abidrahmank
1923d87f61
PyDocs for common interface of feature2d
12 years ago
abidrahmank
f91f369788
PyDocs for FAST, ORB etc
12 years ago
abidrahmank
2047838106
feature2d drawing functions PyDocs
12 years ago
abidrahmank
031c77f4eb
SIFT+SURF PyDocs
12 years ago
abidrahmank
5d863f7516
drawMatches python bindings
12 years ago
kdrobnyh
df4b67a749
Merge pull request #1 from Itseez/2.4
...
Add calculating integral image using IPP
12 years ago
Roman Donchenko
241e2d2360
Merge pull request #1077 from bitwangyaoyao:2.4_kmeans
12 years ago
Roman Donchenko
894b30b34d
Merge pull request #1088 from apacha:brisk_noDescriptors_fix
12 years ago
Roman Donchenko
f0c7cce87a
Merge pull request #1080 from hhofbaue:matchTemplate_bugfix
12 years ago
Nikita Manovich
21211308d0
Fixed VideoCapture::open() does not release previous capture sources (Bug #3150 ).
...
VideoCapture didn't call release method and just ignored the new capture sources.
OpenCV documentation:
bool VideoCapture::open(const string& filename);
bool VideoCapture::open(int device);
The methods first call VideoCapture::release() to close the already opened file or camera.
12 years ago
Roman Donchenko
a0f6e1ba1d
Merge pull request #1103 from apavlenko:ver_2.4.6.1
12 years ago