profile/ivi/opencv.git
11 years agoMerge pull request #648 from cuda-geek:move-gpu-soft-cascade-to-softcascade-module
Andrey Kamaev [Fri, 15 Mar 2013 06:35:03 +0000 (10:35 +0400)]
Merge pull request #648 from cuda-geek:move-gpu-soft-cascade-to-softcascade-module

11 years agorefactored cuda error handling; remove optional dependancies in soft cascade training app
marina.kolpakova [Thu, 14 Mar 2013 19:06:17 +0000 (23:06 +0400)]
refactored cuda error handling; remove optional dependancies in soft cascade training app

11 years agofixed compilation with latest master changes
marina.kolpakova [Thu, 14 Mar 2013 09:49:48 +0000 (13:49 +0400)]
fixed compilation with latest master changes

11 years agoimplement integral
marina.kolpakova [Wed, 13 Mar 2013 13:12:19 +0000 (17:12 +0400)]
implement integral

11 years agoremove generic version of GPU channel computer.
marina.kolpakova [Wed, 13 Mar 2013 11:06:27 +0000 (15:06 +0400)]
remove generic version of GPU channel computer.

11 years agosoftcascade: remove device dependency on gpu
marina.kolpakova [Sun, 3 Mar 2013 12:27:49 +0000 (16:27 +0400)]
softcascade: remove device dependency on gpu

11 years agoremove softcascade host dependencies on gpu module
marina.kolpakova [Sun, 3 Mar 2013 09:01:17 +0000 (13:01 +0400)]
remove softcascade host dependencies on gpu module

11 years agomove gpu version of soft cascade to dedicated module
marina.kolpakova [Sun, 3 Mar 2013 07:11:42 +0000 (11:11 +0400)]
move gpu version of soft cascade to dedicated module

11 years agomoved documentation for CUDA version of softcascade
marina.kolpakova [Thu, 28 Feb 2013 12:19:16 +0000 (16:19 +0400)]
moved documentation for CUDA version of softcascade

11 years agoMerge pull request #645 from taka-no-me:bump_headers
Andrey Kamaev [Thu, 14 Mar 2013 07:42:22 +0000 (11:42 +0400)]
Merge pull request #645 from taka-no-me:bump_headers

11 years agoMerge pull request #642 from taka-no-me:fix1
Andrey Kamaev [Thu, 14 Mar 2013 07:42:05 +0000 (11:42 +0400)]
Merge pull request #642 from taka-no-me:fix1

11 years agoMerge pull request #641 from taka-no-me:stlfree_xadd
Andrey Kamaev [Thu, 14 Mar 2013 07:41:35 +0000 (11:41 +0400)]
Merge pull request #641 from taka-no-me:stlfree_xadd

11 years agoMerge pull request #640 from cuda-geek:soft-cascade-sample
Andrey Kamaev [Thu, 14 Mar 2013 07:41:17 +0000 (11:41 +0400)]
Merge pull request #640 from cuda-geek:soft-cascade-sample

11 years agoAdded compatibility headers
Andrey Kamaev [Wed, 13 Mar 2013 12:38:40 +0000 (16:38 +0400)]
Added compatibility headers

11 years agoMain module headers are moved 1 level up
Andrey Kamaev [Wed, 13 Mar 2013 12:22:44 +0000 (16:22 +0400)]
Main module headers are moved 1 level up

e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>

Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>

11 years agoMerge pull request #643 from cuda-geek:refactor-softcascade-globbing
cuda-geek [Wed, 13 Mar 2013 13:00:53 +0000 (17:00 +0400)]
Merge pull request #643 from cuda-geek:refactor-softcascade-globbing

11 years agouse OpenCV's twister.
marina.kolpakova [Wed, 13 Mar 2013 10:11:34 +0000 (14:11 +0400)]
use OpenCV's twister.

11 years agoenable training test. refactor globbing
marina.kolpakova [Wed, 13 Mar 2013 09:40:11 +0000 (13:40 +0400)]
enable training test. refactor globbing

11 years agoFixed MSVC warnings
Andrey Kamaev [Wed, 13 Mar 2013 07:34:04 +0000 (11:34 +0400)]
Fixed MSVC warnings

11 years agoadd softcascade to people detector sample
marina.kolpakova [Wed, 13 Mar 2013 03:31:43 +0000 (07:31 +0400)]
add softcascade to people detector sample

11 years agoAvoid assert in lapac.cpp if findHomography fails in BestOf2NearestMatcher::match
Andrey Kamaev [Tue, 12 Mar 2013 18:36:00 +0000 (22:36 +0400)]
Avoid assert in lapac.cpp if findHomography fails in BestOf2NearestMatcher::match

11 years agoMake CV_XADD independent on STL and system headers
Andrey Kamaev [Tue, 12 Mar 2013 15:30:42 +0000 (19:30 +0400)]
Make CV_XADD independent on STL and system headers

11 years agoReword and merge pull request #625 from jet47/gpu-fixes
Andrey Kamaev [Tue, 12 Mar 2013 14:14:23 +0000 (18:14 +0400)]
Reword and merge pull request #625 from jet47/gpu-fixes

11 years agoMove opengl iterop code to cv::ogl namespace
Vladislav Vinogradov [Wed, 6 Mar 2013 11:18:44 +0000 (15:18 +0400)]
Move opengl iterop code to cv::ogl namespace

Fixed issues: #2737 #2848

11 years agoMerge pull request #629 from cuda-geek:globbing
cuda-geek [Tue, 12 Mar 2013 11:57:56 +0000 (15:57 +0400)]
Merge pull request #629 from cuda-geek:globbing

11 years agoMerge pull request #621 from cuda-geek:twister
cuda-geek [Tue, 12 Mar 2013 09:11:49 +0000 (13:11 +0400)]
Merge pull request #621 from cuda-geek:twister

11 years agoMerge pull request #622 from moshekaplan:python2_cleanups
Andrey Kamaev [Mon, 11 Mar 2013 17:14:20 +0000 (21:14 +0400)]
Merge pull request #622 from moshekaplan:python2_cleanups

11 years agoMerge pull request #610 from AoD314:webp2
Andrey Kamaev [Mon, 11 Mar 2013 17:13:36 +0000 (21:13 +0400)]
Merge pull request #610 from AoD314:webp2

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 agoadded docs
AoD314 [Thu, 7 Mar 2013 14:55:30 +0000 (18:55 +0400)]
added docs

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

11 years agoadded tests for WebP
AoD314 [Thu, 7 Mar 2013 15:26:44 +0000 (19:26 +0400)]
added tests for WebP

11 years agoThis code is based on https://github.com/prasannatsm/opencv code.
AoD314 [Thu, 7 Mar 2013 15:29:19 +0000 (19:29 +0400)]
This code is based on https://github.com/prasannatsm/opencv code.
- added webp (lossy and lossless without alpha channel)
- added tests

11 years agoadd dlobbing for Windows
cuda_geek [Sat, 9 Mar 2013 18:43:34 +0000 (22:43 +0400)]
add dlobbing for Windows

11 years agoadd dlobbing under *nix
marina.kolpakova [Sat, 9 Mar 2013 17:10:45 +0000 (21:10 +0400)]
add dlobbing under *nix

11 years agoadd Mersenne Twister random number generator
marina.kolpakova [Tue, 5 Mar 2013 22:51:19 +0000 (02:51 +0400)]
add Mersenne Twister random number generator

11 years agoadded CMakeLists.txt for build WebP
AoD314 [Thu, 7 Mar 2013 15:28:15 +0000 (19:28 +0400)]
added CMakeLists.txt for build WebP

11 years agoadded cpu-features for WebP
AoD314 [Mon, 4 Mar 2013 16:58:02 +0000 (20:58 +0400)]
added cpu-features for WebP

11 years agoadded WebP library
AoD314 [Mon, 4 Mar 2013 16:57:25 +0000 (20:57 +0400)]
added WebP library

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 agoFixed shebangs, added error checking
Moshe Kaplan [Wed, 6 Mar 2013 06:41:02 +0000 (01:41 -0500)]
Fixed shebangs, added error checking

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()