cuda-geek
061dd7e84e
Merge pull request #643 from cuda-geek:refactor-softcascade-globbing
12 years ago
marina.kolpakova
18aa5c921f
use OpenCV's twister.
12 years ago
marina.kolpakova
cf66942505
enable training test. refactor globbing
12 years ago
Andrey Kamaev
7e50d3e571
Fixed MSVC warnings
12 years ago
marina.kolpakova
b4b63cd698
add softcascade to people detector sample
12 years ago
Andrey Kamaev
55698548dd
Avoid assert in lapac.cpp if findHomography fails in BestOf2NearestMatcher::match
12 years ago
Andrey Kamaev
013fd9bf59
Make CV_XADD independent on STL and system headers
12 years ago
Andrey Kamaev
9f3ce0dd97
Reword and merge pull request #625 from jet47/gpu-fixes
12 years ago
Vladislav Vinogradov
ecb2ebfba4
Move opengl iterop code to cv::ogl namespace
...
Fixed issues: #2737 #2848
12 years ago
cuda-geek
e4f55a7ec0
Merge pull request #629 from cuda-geek:globbing
12 years ago
cuda-geek
009158e1f8
Merge pull request #621 from cuda-geek:twister
12 years ago
Andrey Kamaev
fb04f3a58d
Merge pull request #622 from moshekaplan:python2_cleanups
12 years ago
Andrey Kamaev
fb76095378
Merge pull request #610 from AoD314:webp2
12 years ago
Ilya Lavrenov
8b510ad8dc
sse2 hog
12 years ago
Andrey Kamaev
9b7dfd677d
Merge branch '2.4'
12 years ago
Andrey Kamaev
980fc93b4d
Fix clang + ccache build warnings
12 years ago
Andrey Kamaev
d1a148b06f
Merge pull request #635 from taka-no-me:c++11
12 years ago
Andrey Kamaev
9b8c871874
Merge pull request #634 from taka-no-me:c++11-master
12 years ago
Andrey Kamaev
2a06fd98c0
Fix build errors with c++11
12 years ago
AoD314
9680176fa9
added docs
12 years ago
Andrey Kamaev
ec8637a990
Fix build errors
12 years ago
AoD314
eb012a5993
added tests for WebP
12 years ago
AoD314
63d9ee9523
This code is based on https://github.com/prasannatsm/opencv code.
...
- added webp (lossy and lossless without alpha channel)
- added tests
12 years ago
cuda_geek
61094d350b
add dlobbing for Windows
12 years ago
marina.kolpakova
a486aafe7c
add dlobbing under *nix
12 years ago
marina.kolpakova
12fe6ff734
add Mersenne Twister random number generator
12 years ago
AoD314
fd44322b4f
added CMakeLists.txt for build WebP
12 years ago
AoD314
e7cb317c7d
added cpu-features for WebP
12 years ago
AoD314
500b7318be
added WebP library
12 years ago
Andrey Kamaev
13f402a554
Merge pull request #620 from apavlenko:java_tutorial_fix
12 years ago
Andrey Pavlenko
0e64baaec5
removing redundant code
12 years ago
Andrey Pavlenko
de3767df0a
minor formatting
12 years ago
Moshe Kaplan
bd042d9cc3
Fixed shebangs, added error checking
12 years ago
Andrey Pavlenko
aaefd31844
more formatting
12 years ago
Andrey Pavlenko
23fb570cbd
updating JNI lib location for Unix; formatting update
12 years ago
Andrey Pavlenko
116d3be9c0
moving JNI library to 'build/lib' dir on non-Win
12 years ago
Andrey Kamaev
6569a58518
Merge pull request #592 from vpisarev:c2cpp_calib3d_ptsetreg
12 years ago
Andrey Kamaev
816adcfdac
Merge pull request #605 from vpisarev:c2cpp_calib3d_stereo
12 years ago
Andrey Kamaev
bbac4bc4cf
Merge pull request #491 from Daniil-Osokin:cvtRGB2YUV420p
12 years ago
cuda-geek
b9ab5939a4
Merge pull request #607 from cuda-geek:auto-compile-cuda
12 years ago
cuda-geek
fcde059ca4
Merge pull request #618 from caotto:master
12 years ago
marina.kolpakova
39ecd94010
forbid recursive globbing for OpenCV modules sources
12 years ago
cuda-geek
c0ba0c9099
Merge pull request #596 from ArtanisCV:master
12 years ago
cuda-geek
7e9f1c33d0
Merge pull request #617 from moshekaplan:master
12 years ago
Charles Otto
c02f94392b
Add version checks to previous modifications to ffmpeg_cap_impl.hpp
...
Add version checks around uses of AVCodecID and av_opt_set, since these aren't
defined for older versions of ffmpeg.
12 years ago
Charles Otto
52137ceed0
Allow encoding with libx264 via ffmpeg to work
...
Add a call to avcodec_get_context_defaults3, this sets per-codec default values
and in the case of libx264 will stop VideoWriter::open (with fourcc=x264) from
failing due to libx264 complaining about broken ffmpeg default settings.
Set some additional libx264 encoder parameters.
12 years ago
Vadim Pisarevsky
f303de12d8
mask.create() re-converted to new style
12 years ago
Vadim Pisarevsky
0c61a8887e
reverting changes in Homography kernel function. For some reason GCC on Linux does not like it.
12 years ago
Moshe Kaplan
facd580f28
Small changes to Python samples
...
Update find_obj.py:
Added additional error checking for the loaded files and modified the detector check to be more pythonic (is versus ==).
Update common.py:
Fixed a typo (contais -> contains)
12 years ago
Andrey Kamaev
9e12b7c3c2
Merge release 2.4.4
12 years ago