profile/ivi/opencv.git
11 years agoMerge branch '2.4'
Andrey Kamaev [Mon, 11 Mar 2013 14:50:19 +0000 (18:50 +0400)]
Merge branch '2.4'

11 years agoFix clang + ccache build warnings
Andrey Kamaev [Mon, 11 Mar 2013 14:40:40 +0000 (18:40 +0400)]
Fix clang + ccache build warnings

11 years agoMerge pull request #635 from taka-no-me:c++11
Andrey Kamaev [Mon, 11 Mar 2013 13:35:46 +0000 (17:35 +0400)]
Merge pull request #635 from taka-no-me:c++11

11 years agoMerge pull request #634 from taka-no-me:c++11-master
Andrey Kamaev [Mon, 11 Mar 2013 13:15:09 +0000 (17:15 +0400)]
Merge pull request #634 from taka-no-me:c++11-master

11 years agoFix build errors with c++11
Andrey Kamaev [Mon, 11 Mar 2013 12:03:48 +0000 (16:03 +0400)]
Fix build errors with c++11

11 years agoFix build errors
Andrey Kamaev [Mon, 11 Mar 2013 10:52:22 +0000 (14:52 +0400)]
Fix build errors

11 years agoMerge pull request #620 from apavlenko:java_tutorial_fix
Andrey Kamaev [Wed, 6 Mar 2013 11:47:09 +0000 (15:47 +0400)]
Merge pull request #620 from apavlenko:java_tutorial_fix

11 years agoremoving redundant code
Andrey Pavlenko [Wed, 6 Mar 2013 09:00:00 +0000 (13:00 +0400)]
removing redundant code

11 years agominor formatting
Andrey Pavlenko [Wed, 6 Mar 2013 08:59:38 +0000 (12:59 +0400)]
minor formatting

11 years agomore formatting
Andrey Pavlenko [Tue, 5 Mar 2013 15:03:36 +0000 (19:03 +0400)]
more formatting

11 years agoupdating JNI lib location for Unix; formatting update
Andrey Pavlenko [Tue, 5 Mar 2013 14:42:14 +0000 (18:42 +0400)]
updating JNI lib location for Unix; formatting update

11 years agomoving JNI library to 'build/lib' dir on non-Win
Andrey Pavlenko [Tue, 5 Mar 2013 14:41:44 +0000 (18:41 +0400)]
moving JNI library to 'build/lib' dir on non-Win

11 years agoMerge pull request #592 from vpisarev:c2cpp_calib3d_ptsetreg
Andrey Kamaev [Tue, 5 Mar 2013 13:39:53 +0000 (17:39 +0400)]
Merge pull request #592 from vpisarev:c2cpp_calib3d_ptsetreg

11 years agoMerge pull request #605 from vpisarev:c2cpp_calib3d_stereo
Andrey Kamaev [Tue, 5 Mar 2013 11:26:51 +0000 (15:26 +0400)]
Merge pull request #605 from vpisarev:c2cpp_calib3d_stereo

11 years agoMerge pull request #491 from Daniil-Osokin:cvtRGB2YUV420p
Andrey Kamaev [Tue, 5 Mar 2013 11:26:15 +0000 (15:26 +0400)]
Merge pull request #491 from Daniil-Osokin:cvtRGB2YUV420p

11 years agoMerge pull request #607 from cuda-geek:auto-compile-cuda
cuda-geek [Tue, 5 Mar 2013 09:50:29 +0000 (13:50 +0400)]
Merge pull request #607 from cuda-geek:auto-compile-cuda

11 years agoMerge pull request #618 from caotto:master
cuda-geek [Tue, 5 Mar 2013 09:12:38 +0000 (13:12 +0400)]
Merge pull request #618 from caotto:master

11 years agoforbid recursive globbing for OpenCV modules sources
marina.kolpakova [Mon, 4 Mar 2013 07:18:05 +0000 (11:18 +0400)]
forbid recursive globbing for OpenCV modules sources

11 years agoMerge pull request #596 from ArtanisCV:master
cuda-geek [Tue, 5 Mar 2013 04:57:58 +0000 (08:57 +0400)]
Merge pull request #596 from ArtanisCV:master

11 years agoMerge pull request #617 from moshekaplan:master
cuda-geek [Tue, 5 Mar 2013 04:56:57 +0000 (08:56 +0400)]
Merge pull request #617 from moshekaplan:master

11 years agoAdd version checks to previous modifications to ffmpeg_cap_impl.hpp
Charles Otto [Tue, 5 Mar 2013 03:06:05 +0000 (22:06 -0500)]
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.

11 years agoAllow encoding with libx264 via ffmpeg to work
Charles Otto [Mon, 4 Mar 2013 21:37:19 +0000 (16:37 -0500)]
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.

11 years agomask.create() re-converted to new style
Vadim Pisarevsky [Mon, 4 Mar 2013 20:03:37 +0000 (00:03 +0400)]
mask.create() re-converted to new style

11 years agoreverting changes in Homography kernel function. For some reason GCC on Linux does...
Vadim Pisarevsky [Mon, 4 Mar 2013 20:00:21 +0000 (00:00 +0400)]
reverting changes in Homography kernel function. For some reason GCC on Linux does not like it.

11 years agoSmall changes to Python samples
Moshe Kaplan [Mon, 4 Mar 2013 17:25:35 +0000 (12:25 -0500)]
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)

11 years agoMerge release 2.4.4
Andrey Kamaev [Mon, 4 Mar 2013 15:29:40 +0000 (19:29 +0400)]
Merge release 2.4.4

11 years agosome more minor fixes
Vadim Pisarevsky [Mon, 4 Mar 2013 12:02:15 +0000 (16:02 +0400)]
some more minor fixes

11 years agoMerge pull request #606 from cuda-geek:fix-depth-less-2-bug-in-soft-cascade
cuda-geek [Sun, 3 Mar 2013 04:59:56 +0000 (08:59 +0400)]
Merge pull request #606 from cuda-geek:fix-depth-less-2-bug-in-soft-cascade

11 years agoMerge pull request #608 from cuda-geek:soft-cascade-hot-fixes
cuda-geek [Sun, 3 Mar 2013 04:59:36 +0000 (08:59 +0400)]
Merge pull request #608 from cuda-geek:soft-cascade-hot-fixes

11 years agoseveral minor fixes proposed by Andrey
Vadim Pisarevsky [Sat, 2 Mar 2013 20:54:46 +0000 (00:54 +0400)]
several minor fixes proposed by Andrey

11 years agoremove unused parameter from softcascade::Octave constructor
marina.kolpakova [Sat, 2 Mar 2013 09:06:29 +0000 (13:06 +0400)]
remove unused parameter from softcascade::Octave constructor

11 years agofix typo in integral buffer initialization
marina.kolpakova [Sat, 2 Mar 2013 05:33:17 +0000 (09:33 +0400)]
fix typo in integral buffer initialization

11 years agofixes for soft cascade training app
marina.kolpakova [Sat, 2 Mar 2013 05:24:13 +0000 (09:24 +0400)]
fixes for soft cascade training app

11 years agoremoved preset parameter in createStereoBM, updated stereo_match sample
Vadim Pisarevsky [Fri, 1 Mar 2013 22:17:49 +0000 (02:17 +0400)]
removed preset parameter in createStereoBM, updated stereo_match sample

11 years agoadd possibility to create CUDA powered modules with ocv_define_module macro
marina.kolpakova [Fri, 1 Mar 2013 20:17:46 +0000 (00:17 +0400)]
add possibility to create CUDA powered modules with ocv_define_module macro

11 years agofix uninitialized magnitude channel bug
marina.kolpakova [Fri, 1 Mar 2013 19:40:32 +0000 (23:40 +0400)]
fix uninitialized magnitude channel bug

11 years agorefactor channel builder
marina.kolpakova [Fri, 1 Mar 2013 19:39:32 +0000 (23:39 +0400)]
refactor channel builder
fix condition for sample index in assert

11 years agofix import in scale_caltech python script
marina.kolpakova [Fri, 1 Mar 2013 19:33:28 +0000 (23:33 +0400)]
fix import in scale_caltech python script

11 years agofix bug: depth of resulting tree is less then 2.
marina.kolpakova [Fri, 1 Mar 2013 19:21:25 +0000 (23:21 +0400)]
fix bug: depth of resulting tree is less then 2.

11 years agoDisable -fomit-frame-pointer for OS X Clang as it leads to crash on exception thrown
Andrey Kamaev [Fri, 1 Mar 2013 15:44:17 +0000 (19:44 +0400)]
Disable -fomit-frame-pointer for OS X Clang as it leads to crash on exception thrown

11 years agoMerge pull request #603 from taka-no-me:avoid_deps_on_missing_lib
Andrey Kamaev [Fri, 1 Mar 2013 13:10:45 +0000 (17:10 +0400)]
Merge pull request #603 from taka-no-me:avoid_deps_on_missing_lib

11 years agoMerge pull request #602 from bitwangyaoyao:2.4_fixAdd
Andrey Kamaev [Fri, 1 Mar 2013 13:10:11 +0000 (17:10 +0400)]
Merge pull request #602 from bitwangyaoyao:2.4_fixAdd

11 years agoMerge pull request #600 from taka-no-me:fix_build_warnings
Andrey Kamaev [Fri, 1 Mar 2013 13:09:56 +0000 (17:09 +0400)]
Merge pull request #600 from taka-no-me:fix_build_warnings

11 years agoAvoid build falure in armeabi build with Android SDK
Andrey Kamaev [Fri, 1 Mar 2013 12:50:42 +0000 (16:50 +0400)]
Avoid build falure in armeabi build with Android SDK

11 years agoMerge pull request #601 from apavlenko:android_tutorial_update
cuda-geek [Fri, 1 Mar 2013 12:09:25 +0000 (16:09 +0400)]
Merge pull request #601 from apavlenko:android_tutorial_update

11 years agoFix a bug in addWeighted x64 mode
yao [Fri, 1 Mar 2013 10:08:53 +0000 (18:08 +0800)]
Fix a bug in addWeighted x64 mode
And a potential problem in remap

11 years agoremoving redundant picture resize
Andrey Pavlenko [Fri, 1 Mar 2013 09:56:50 +0000 (13:56 +0400)]
removing redundant picture resize

11 years agoMerge pull request #598 from asmorkalov:lib_info_fix
Andrey Kamaev [Fri, 1 Mar 2013 09:52:57 +0000 (13:52 +0400)]
Merge pull request #598 from asmorkalov:lib_info_fix

11 years agominor Android tutorial fixes
Andrey Pavlenko [Fri, 1 Mar 2013 09:52:14 +0000 (13:52 +0400)]
minor Android tutorial fixes

11 years agoFix build warnings on MSVC x64 and OS X clang
Andrey Kamaev [Fri, 1 Mar 2013 08:17:05 +0000 (12:17 +0400)]
Fix build warnings on MSVC x64 and OS X clang

11 years agoMerge pull request #595 from bitwangyaoyao:2.4_perfTest
Andrey Kamaev [Fri, 1 Mar 2013 08:49:43 +0000 (12:49 +0400)]
Merge pull request #595 from bitwangyaoyao:2.4_perfTest

11 years agoMerge pull request #594 from asmorkalov:android_all_build_fix
Andrey Kamaev [Fri, 1 Mar 2013 08:49:27 +0000 (12:49 +0400)]
Merge pull request #594 from asmorkalov:android_all_build_fix

11 years agoMerge pull request #593 from apavlenko:java_tutorial_fixes
Andrey Kamaev [Fri, 1 Mar 2013 08:49:15 +0000 (12:49 +0400)]
Merge pull request #593 from apavlenko:java_tutorial_fixes

11 years agoFull package version fixed.
Alexander Smorkalov [Fri, 1 Mar 2013 08:44:14 +0000 (12:44 +0400)]
Full package version fixed.

11 years agoRemove "build/" from .gitignore
Artanis [Fri, 1 Mar 2013 07:43:12 +0000 (15:43 +0800)]
Remove "build/" from .gitignore

11 years agoMerge pull request #586 from bitwangyaoyao:2.4_FixBFMatcher
Vadim Pisarevsky [Fri, 1 Mar 2013 06:55:11 +0000 (10:55 +0400)]
Merge pull request #586 from bitwangyaoyao:2.4_FixBFMatcher

11 years agoAdd implementations for Mat::zeros() and Mat::ones()
Artanis [Fri, 1 Mar 2013 05:18:44 +0000 (13:18 +0800)]
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.

11 years agofix a compile warning
yao [Fri, 1 Mar 2013 02:06:51 +0000 (10:06 +0800)]
fix a compile warning

11 years agoAdd "build\" into .gitignore
Artanis [Fri, 1 Mar 2013 01:47:46 +0000 (09:47 +0800)]
Add "build\" into .gitignore

11 years agofix compile warnings
yao [Fri, 1 Mar 2013 00:47:20 +0000 (08:47 +0800)]
fix compile warnings

11 years agonew API for StereoMatchers
Vadim Pisarevsky [Thu, 28 Feb 2013 22:24:46 +0000 (02:24 +0400)]
new API for StereoMatchers

11 years agoreverted dangerous change in _InputArray::size()
Vadim Pisarevsky [Thu, 28 Feb 2013 19:02:04 +0000 (23:02 +0400)]
reverted dangerous change in _InputArray::size()

11 years agoBuild with OpenCV.mk for all terget fixed.
Alexander [Thu, 28 Feb 2013 17:43:57 +0000 (21:43 +0400)]
Build with OpenCV.mk for all terget fixed.

11 years agofixing issues from http://www.code.opencv.org/issues/2807
Andrey Pavlenko [Thu, 28 Feb 2013 14:12:36 +0000 (18:12 +0400)]
fixing issues from www.code.opencv.org/issues/2807

11 years agorewritten several functions from calib3d: findhomography, findfundamentalmat, findess...
Vadim Pisarevsky [Thu, 28 Feb 2013 14:25:05 +0000 (18:25 +0400)]
rewritten several functions from calib3d: findhomography, findfundamentalmat, findessentialmat, estimateaffine3d, computecorrespondepilines, convert points{to/from}homogeneous to C++.

11 years agoMerge pull request #591 from jet47:gpu-sanity-tests
Andrey Kamaev [Thu, 28 Feb 2013 14:08:11 +0000 (18:08 +0400)]
Merge pull request #591 from jet47:gpu-sanity-tests

11 years agoMerge pull request #590 from apavlenko:java_fixes
Andrey Kamaev [Thu, 28 Feb 2013 14:06:57 +0000 (18:06 +0400)]
Merge pull request #590 from apavlenko:java_fixes

11 years agoMerge pull request #589 from taka-no-me:2digit_pyversion
Andrey Kamaev [Thu, 28 Feb 2013 14:06:43 +0000 (18:06 +0400)]
Merge pull request #589 from taka-no-me:2digit_pyversion

11 years agoMerge pull request #587 from bitwangyaoyao:2.4_fixHog
Andrey Kamaev [Thu, 28 Feb 2013 14:06:27 +0000 (18:06 +0400)]
Merge pull request #587 from bitwangyaoyao:2.4_fixHog

11 years agoMerge pull request #585 from bitwangyaoyao:2.4_SURF
Andrey Kamaev [Thu, 28 Feb 2013 14:06:13 +0000 (18:06 +0400)]
Merge pull request #585 from bitwangyaoyao:2.4_SURF

11 years agoMerge pull request #525 from odeniz:2.4
Andrey Kamaev [Thu, 28 Feb 2013 14:05:55 +0000 (18:05 +0400)]
Merge pull request #525 from odeniz:2.4

11 years agopatch -> revision
Andrey Pavlenko [Thu, 28 Feb 2013 13:19:52 +0000 (17:19 +0400)]
patch -> revision

11 years agoadding more version-related variables
Andrey Pavlenko [Thu, 28 Feb 2013 12:56:53 +0000 (16:56 +0400)]
adding more version-related variables

11 years agofixed gpu sanity tests
Vladislav Vinogradov [Thu, 28 Feb 2013 12:43:08 +0000 (16:43 +0400)]
fixed gpu sanity tests

11 years agoHonor 2-digit python version
Andrey Kamaev [Thu, 28 Feb 2013 12:32:13 +0000 (16:32 +0400)]
Honor 2-digit python version

11 years agoupdating samples to load JNI lib with correct suffix
Andrey Pavlenko [Thu, 28 Feb 2013 12:24:52 +0000 (16:24 +0400)]
updating samples to load JNI lib with correct suffix

11 years agoadding/fixing version suffix for desktop java library on all OSes
Andrey Pavlenko [Mon, 18 Feb 2013 07:23:44 +0000 (11:23 +0400)]
adding/fixing version suffix for desktop java library on all OSes

11 years agoMerge pull request #570 from taka-no-me:fix_android_cmakeconfig
Andrey Kamaev [Thu, 28 Feb 2013 11:45:44 +0000 (15:45 +0400)]
Merge pull request #570 from taka-no-me:fix_android_cmakeconfig

11 years agoMerge pull request #572 from asmorkalov:manager_4_digit_version
Andrey Kamaev [Thu, 28 Feb 2013 11:44:57 +0000 (15:44 +0400)]
Merge pull request #572 from asmorkalov:manager_4_digit_version

11 years agoMerge pull request #584 from bitwangyaoyao:2.4_perfTest
Andrey Kamaev [Thu, 28 Feb 2013 11:44:06 +0000 (15:44 +0400)]
Merge pull request #584 from bitwangyaoyao:2.4_perfTest

11 years agoMerge pull request #582 from bitwangyaoyao:2.4_fixBlend
Andrey Kamaev [Thu, 28 Feb 2013 11:43:50 +0000 (15:43 +0400)]
Merge pull request #582 from bitwangyaoyao:2.4_fixBlend

11 years agoOpenCV version swithed to 4 digit in GUI and package revision number.
Alexander Smorkalov [Wed, 27 Feb 2013 10:03:02 +0000 (14:03 +0400)]
OpenCV version swithed to 4 digit in GUI and package revision number.

11 years agoFix ocl::HOG crash on Intel OCL
yao [Thu, 28 Feb 2013 08:56:39 +0000 (16:56 +0800)]
Fix ocl::HOG crash on Intel OCL

11 years agoMerge pull request #578 from jet47:nmake-ffmpeg-copy
Andrey Kamaev [Thu, 28 Feb 2013 08:56:26 +0000 (12:56 +0400)]
Merge pull request #578 from jet47:nmake-ffmpeg-copy

11 years agoMerge pull request #573 from jet47:config-cross-compilation
Andrey Kamaev [Thu, 28 Feb 2013 08:56:07 +0000 (12:56 +0400)]
Merge pull request #573 from jet47:config-cross-compilation

11 years agoMerge pull request #557 from jet47:gpu-sanity
cuda-geek [Thu, 28 Feb 2013 07:17:12 +0000 (11:17 +0400)]
Merge pull request #557 from jet47:gpu-sanity

11 years agoMerge branch '2.4'
Andrey Kamaev [Thu, 28 Feb 2013 07:10:40 +0000 (11:10 +0400)]
Merge branch '2.4'

11 years agolinux warning fix
yao [Thu, 28 Feb 2013 06:37:37 +0000 (14:37 +0800)]
linux warning fix

11 years agofixed OpenCVConfig for cross-compilation:
Vladislav Vinogradov [Wed, 27 Feb 2013 10:39:28 +0000 (14:39 +0400)]
fixed OpenCVConfig for cross-compilation:

* added CUDA to EXTRA libs if OpenCV uses it
* added -rpath-link option for linker if OpenCV was built as SHARED libs

11 years agoFix ocl::bruteforcematcher crash on Intel OCL
yao [Thu, 28 Feb 2013 06:31:08 +0000 (14:31 +0800)]
Fix ocl::bruteforcematcher crash on Intel OCL

11 years agofixed ffmpeg destination folder for NMake generator
Vladislav Vinogradov [Wed, 27 Feb 2013 12:44:36 +0000 (16:44 +0400)]
fixed ffmpeg destination folder for NMake generator

11 years agofix bug #2787
yao [Thu, 28 Feb 2013 06:05:36 +0000 (14:05 +0800)]
fix bug #2787

11 years agoadjust some test cases, use original template file name in Haar
yao [Thu, 28 Feb 2013 04:15:13 +0000 (12:15 +0800)]
adjust some test cases, use original template file name in Haar

11 years agofix the blend crash in some cases
yao [Thu, 28 Feb 2013 01:03:10 +0000 (09:03 +0800)]
fix the blend crash in some cases

11 years agoRevise git attributes
Andrey Kamaev [Wed, 27 Feb 2013 23:18:54 +0000 (03:18 +0400)]
Revise git attributes

11 years agoMerge pull request #581 from vpisarev:ios_fix
Andrey Kamaev [Wed, 27 Feb 2013 21:58:12 +0000 (01:58 +0400)]
Merge pull request #581 from vpisarev:ios_fix

11 years agoMerge pull request #567
Andrey Kamaev [Wed, 27 Feb 2013 21:50:27 +0000 (01:50 +0400)]
Merge pull request #567

11 years agoAdd ECC algorithm
Georgios Evangelidis [Tue, 26 Feb 2013 22:27:54 +0000 (23:27 +0100)]
Add ECC algorithm

Evangelidis, G.D. and Psarakis E.Z. "Parametric Image Alignment using Enhanced
Correlation Coefficient Maximization", IEEE Transactions on PAMI, vol. 32, no.
10, 2008

11 years agofixed iOS framework compile errors after recent changes
Vadim Pisarevsky [Wed, 27 Feb 2013 20:54:01 +0000 (00:54 +0400)]
fixed iOS framework compile errors after recent changes

11 years agoMerge pull request #580 from vrabaud:patch-1
Andrey Kamaev [Wed, 27 Feb 2013 20:39:04 +0000 (00:39 +0400)]
Merge pull request #580 from vrabaud:patch-1