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
Vadim Pisarevsky
7fd1d75738
some more minor fixes
12 years ago
cuda-geek
52a45ed191
Merge pull request #606 from cuda-geek:fix-depth-less-2-bug-in-soft-cascade
12 years ago
cuda-geek
1c3cde110d
Merge pull request #608 from cuda-geek:soft-cascade-hot-fixes
12 years ago
Vadim Pisarevsky
8a6d2bbd3d
several minor fixes proposed by Andrey
12 years ago
marina.kolpakova
ac471fadd6
remove unused parameter from softcascade::Octave constructor
12 years ago
marina.kolpakova
d539dae6d0
fix typo in integral buffer initialization
12 years ago
marina.kolpakova
1bf696f392
fixes for soft cascade training app
12 years ago
Vadim Pisarevsky
df89f30b4a
removed preset parameter in createStereoBM, updated stereo_match sample
12 years ago
marina.kolpakova
19f863ec13
add possibility to create CUDA powered modules with ocv_define_module macro
12 years ago
marina.kolpakova
445f39a4a3
fix uninitialized magnitude channel bug
12 years ago
marina.kolpakova
12d23aae02
refactor channel builder
...
fix condition for sample index in assert
12 years ago
marina.kolpakova
1c3c11a4cc
fix import in scale_caltech python script
12 years ago
marina.kolpakova
516a6cc59d
fix bug: depth of resulting tree is less then 2.
12 years ago
Andrey Kamaev
facab40745
Disable -fomit-frame-pointer for OS X Clang as it leads to crash on exception thrown
12 years ago
Andrey Kamaev
08545b8f96
Merge pull request #603 from taka-no-me:avoid_deps_on_missing_lib
12 years ago
Andrey Kamaev
f22ee8fc19
Merge pull request #602 from bitwangyaoyao:2.4_fixAdd
12 years ago
Andrey Kamaev
e6cb44edc3
Merge pull request #600 from taka-no-me:fix_build_warnings
12 years ago
Andrey Kamaev
1094179155
Avoid build falure in armeabi build with Android SDK
12 years ago
cuda-geek
a706de2446
Merge pull request #601 from apavlenko:android_tutorial_update
12 years ago
yao
65bb4250a4
Fix a bug in addWeighted x64 mode
...
And a potential problem in remap
12 years ago
Andrey Pavlenko
07b1ccdeb0
removing redundant picture resize
12 years ago
Andrey Kamaev
2128b82c6b
Merge pull request #598 from asmorkalov:lib_info_fix
12 years ago
Andrey Pavlenko
978132edc1
minor Android tutorial fixes
12 years ago
Andrey Kamaev
22d33373fa
Fix build warnings on MSVC x64 and OS X clang
12 years ago
Andrey Kamaev
eaaba1336a
Merge pull request #595 from bitwangyaoyao:2.4_perfTest
12 years ago
Andrey Kamaev
85c7a36f93
Merge pull request #594 from asmorkalov:android_all_build_fix
12 years ago
Andrey Kamaev
6be6adbbed
Merge pull request #593 from apavlenko:java_tutorial_fixes
12 years ago
Alexander Smorkalov
da455efc26
Full package version fixed.
12 years ago
Artanis
11f8c74c51
Remove "build/" from .gitignore
12 years ago
Vadim Pisarevsky
a910360689
Merge pull request #586 from bitwangyaoyao:2.4_FixBFMatcher
12 years ago
Artanis
993522598b
Add implementations for Mat::zeros() and Mat::ones()
...
In class Mat, "static MatExpr Mat::zeros(int ndims, const int* sz, int
type)" and "static MatExpr Mat::ones(int ndims, const int* sz, int
type)" are declared but never implemented. That means we can see their
manuals from
"http://docs.opencv.org/modules/core/doc/basic_structures.html " but we
can't use them. Here I tried to finish their implementation.
I have also changed MatOp_Initializer::assign to make it support
multi-dimension Mat.
Test cases are added in test_math.cpp as well.
12 years ago
yao
8f3883a28d
fix a compile warning
12 years ago
Artanis
0532a521a2
Add "build\" into .gitignore
12 years ago
yao
82b9854837
fix compile warnings
12 years ago
Vadim Pisarevsky
b6efe30527
new API for StereoMatchers
12 years ago
Vadim Pisarevsky
d925879366
reverted dangerous change in _InputArray::size()
12 years ago
Alexander
3cfd3d3ee0
Build with OpenCV.mk for all terget fixed.
12 years ago