Andrey Kamaev
9e12b7c3c2
Merge release 2.4.4
2013-03-04 19:43:49 +04:00
Vadim Pisarevsky
7fd1d75738
some more minor fixes
2013-03-04 16:02:15 +04:00
cuda-geek
52a45ed191
Merge pull request #606 from cuda-geek:fix-depth-less-2-bug-in-soft-cascade
2013-03-03 08:59:56 +04:00
cuda-geek
1c3cde110d
Merge pull request #608 from cuda-geek:soft-cascade-hot-fixes
2013-03-03 08:59:37 +04:00
Vadim Pisarevsky
8a6d2bbd3d
several minor fixes proposed by Andrey
2013-03-03 00:54:46 +04:00
marina.kolpakova
ac471fadd6
remove unused parameter from softcascade::Octave constructor
2013-03-02 13:06:29 +04:00
marina.kolpakova
d539dae6d0
fix typo in integral buffer initialization
2013-03-02 09:33:17 +04:00
marina.kolpakova
1bf696f392
fixes for soft cascade training app
2013-03-02 09:24:13 +04:00
Vadim Pisarevsky
df89f30b4a
removed preset parameter in createStereoBM, updated stereo_match sample
2013-03-02 02:17:49 +04:00
marina.kolpakova
19f863ec13
add possibility to create CUDA powered modules with ocv_define_module macro
2013-03-02 00:17:46 +04:00
marina.kolpakova
445f39a4a3
fix uninitialized magnitude channel bug
2013-03-01 23:40:32 +04:00
marina.kolpakova
12d23aae02
refactor channel builder
...
fix condition for sample index in assert
2013-03-01 23:39:32 +04:00
marina.kolpakova
1c3c11a4cc
fix import in scale_caltech python script
2013-03-01 23:33:28 +04:00
marina.kolpakova
516a6cc59d
fix bug: depth of resulting tree is less then 2.
2013-03-01 23:21:25 +04:00
Andrey Kamaev
facab40745
Disable -fomit-frame-pointer for OS X Clang as it leads to crash on exception thrown
2013-03-01 19:44:17 +04:00
Andrey Kamaev
08545b8f96
Merge pull request #603 from taka-no-me:avoid_deps_on_missing_lib
2013-03-01 17:10:46 +04:00
Andrey Kamaev
f22ee8fc19
Merge pull request #602 from bitwangyaoyao:2.4_fixAdd
2013-03-01 17:10:11 +04:00
Andrey Kamaev
e6cb44edc3
Merge pull request #600 from taka-no-me:fix_build_warnings
2013-03-01 17:09:56 +04:00
Andrey Kamaev
1094179155
Avoid build falure in armeabi build with Android SDK
2013-03-01 16:50:42 +04:00
cuda-geek
a706de2446
Merge pull request #601 from apavlenko:android_tutorial_update
2013-03-01 16:09:25 +04:00
yao
65bb4250a4
Fix a bug in addWeighted x64 mode
...
And a potential problem in remap
2013-03-01 18:08:53 +08:00
Andrey Pavlenko
07b1ccdeb0
removing redundant picture resize
2013-03-01 13:56:50 +04:00
Andrey Kamaev
2128b82c6b
Merge pull request #598 from asmorkalov:lib_info_fix
2013-03-01 13:52:57 +04:00
Andrey Pavlenko
978132edc1
minor Android tutorial fixes
2013-03-01 13:52:14 +04:00
Andrey Kamaev
22d33373fa
Fix build warnings on MSVC x64 and OS X clang
2013-03-01 13:29:43 +04:00
Andrey Kamaev
eaaba1336a
Merge pull request #595 from bitwangyaoyao:2.4_perfTest
2013-03-01 12:49:43 +04:00
Andrey Kamaev
85c7a36f93
Merge pull request #594 from asmorkalov:android_all_build_fix
2013-03-01 12:49:27 +04:00
Andrey Kamaev
6be6adbbed
Merge pull request #593 from apavlenko:java_tutorial_fixes
2013-03-01 12:49:15 +04:00
Alexander Smorkalov
da455efc26
Full package version fixed.
2013-03-01 12:44:14 +04:00
Artanis
11f8c74c51
Remove "build/" from .gitignore
2013-03-01 15:43:12 +08:00
Vadim Pisarevsky
a910360689
Merge pull request #586 from bitwangyaoyao:2.4_FixBFMatcher
2013-03-01 10:55:11 +04:00
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.
2013-03-01 13:18:44 +08:00
yao
8f3883a28d
fix a compile warning
2013-03-01 10:06:51 +08:00
Artanis
0532a521a2
Add "build\" into .gitignore
2013-03-01 09:47:46 +08:00
yao
82b9854837
fix compile warnings
2013-03-01 08:47:20 +08:00
Vadim Pisarevsky
b6efe30527
new API for StereoMatchers
2013-03-01 02:24:46 +04:00
Vadim Pisarevsky
d925879366
reverted dangerous change in _InputArray::size()
2013-02-28 23:02:04 +04:00
Alexander
3cfd3d3ee0
Build with OpenCV.mk for all terget fixed.
2013-02-28 21:43:57 +04:00
Andrey Pavlenko
af2552d72c
fixing issues from http://www.code.opencv.org/issues/2807
2013-02-28 19:11:24 +04:00
Vadim Pisarevsky
374e3a0890
rewritten several functions from calib3d: findhomography, findfundamentalmat, findessentialmat, estimateaffine3d, computecorrespondepilines, convert points{to/from}homogeneous to C++.
2013-02-28 18:25:05 +04:00
Andrey Kamaev
c865b28243
Merge pull request #591 from jet47:gpu-sanity-tests
2013-02-28 18:08:11 +04:00
Andrey Kamaev
79cf292d78
Merge pull request #590 from apavlenko:java_fixes
2013-02-28 18:07:33 +04:00
Andrey Kamaev
1018d110d6
Merge pull request #589 from taka-no-me:2digit_pyversion
2013-02-28 18:06:43 +04:00
Andrey Kamaev
fba0e6fc5c
Merge pull request #587 from bitwangyaoyao:2.4_fixHog
2013-02-28 18:06:28 +04:00
Andrey Kamaev
4811988caf
Merge pull request #585 from bitwangyaoyao:2.4_SURF
2013-02-28 18:06:14 +04:00
Andrey Kamaev
2a73a6c445
Merge pull request #525 from odeniz:2.4
2013-02-28 18:05:55 +04:00
Andrey Pavlenko
d18b2c2502
patch -> revision
2013-02-28 17:19:52 +04:00
Andrey Pavlenko
c24d7cc066
adding more version-related variables
2013-02-28 16:56:53 +04:00
Vladislav Vinogradov
f533f0dca9
fixed gpu sanity tests
2013-02-28 16:54:37 +04:00
Andrey Kamaev
bd38a1945d
Honor 2-digit python version
2013-02-28 16:32:13 +04:00