profile/ivi/opencv.git
11 years agoMerge branch 'master' of git://code.opencv.org/opencv
noob [Wed, 29 Aug 2012 16:14:07 +0000 (18:14 +0200)]
Merge branch 'master' of git://code.opencv.org/opencv

11 years agoRetina module is now parallelized thanks to the TBB library. Speed increase expected...
noob [Wed, 29 Aug 2012 15:44:21 +0000 (17:44 +0200)]
Retina module is now parallelized thanks to the TBB library. Speed increase expected on multicore plateforms

11 years agoadded GPU bilateral filter + tests
Anatoly Baksheev [Wed, 29 Aug 2012 12:49:07 +0000 (16:49 +0400)]
added GPU bilateral filter + tests

added GPU non local means brute force filter + tests

11 years agorenamed device::bilaterl_filter kernel to device::disp_bilaterl_filter for correct...
Anatoly Baksheev [Mon, 27 Aug 2012 10:27:13 +0000 (14:27 +0400)]
renamed device::bilaterl_filter kernel to device::disp_bilaterl_filter for correct naming

fixed some warnings

11 years agoFix run.py version control detection when used outide of OpenCV build
Andrey Kamaev [Wed, 29 Aug 2012 15:16:11 +0000 (19:16 +0400)]
Fix run.py version control detection when used outide of OpenCV build

11 years agoupdate FFMPEG wrapper binaries
OpenCV Buildbot [Wed, 29 Aug 2012 14:59:21 +0000 (18:59 +0400)]
update FFMPEG wrapper binaries

11 years agoMerge pull request #25 from sergiud/master
Andrey Kamaev [Wed, 29 Aug 2012 13:54:49 +0000 (17:54 +0400)]
Merge pull request #25 from sergiud/master

11 years agofixed gpu PyrLKSparse perf test
Vladislav Vinogradov [Wed, 29 Aug 2012 06:51:40 +0000 (10:51 +0400)]
fixed gpu PyrLKSparse perf test

11 years agoAndroid toolchain: fix CCache program search
Andrey Kamaev [Tue, 28 Aug 2012 16:39:10 +0000 (20:39 +0400)]
Android toolchain: fix CCache program search

11 years agoFixed java camera release in Android tutorial-0 sample
Andrey Kamaev [Tue, 28 Aug 2012 13:23:33 +0000 (17:23 +0400)]
Fixed java camera release in Android tutorial-0 sample

11 years agoeliminated type conversion warnings
Sergiu Dotenco [Tue, 28 Aug 2012 15:21:06 +0000 (17:21 +0200)]
eliminated type conversion warnings

11 years agoImproved javadoc comments. Minor formatting fix.
Vsevolod Glumov [Tue, 28 Aug 2012 14:51:34 +0000 (18:51 +0400)]
Improved javadoc comments. Minor formatting fix.

11 years agofixed many warnings (modified pull request 13)
Vadim Pisarevsky [Tue, 28 Aug 2012 14:15:14 +0000 (18:15 +0400)]
fixed many warnings (modified pull request 13)

11 years agoChanged the file .gitignore
Leonid Beynenson [Tue, 28 Aug 2012 13:46:45 +0000 (17:46 +0400)]
Changed the file .gitignore
(added vim swap files and tag files)

11 years agoAdded possibility to make subfolders in modules' folders "src/".
Leonid Beynenson [Tue, 28 Aug 2012 13:44:33 +0000 (17:44 +0400)]
Added possibility to make subfolders in modules' folders "src/".

11 years agoFix fixed-point arithmetics in FREAK::meanIntensity
Corentin Wallez [Tue, 21 Aug 2012 21:45:12 +0000 (23:45 +0200)]
Fix fixed-point arithmetics in FREAK::meanIntensity

11 years agoImproved javadoc comments.
Vsevolod Glumov [Tue, 28 Aug 2012 11:49:50 +0000 (15:49 +0400)]
Improved javadoc comments.

11 years agoadd conversion from/to Matx
Vincent Rabaud [Fri, 24 Aug 2012 09:26:34 +0000 (11:26 +0200)]
add conversion from/to Matx

11 years agoUpdated package version in Android samples
Andrey Kamaev [Tue, 28 Aug 2012 11:06:47 +0000 (15:06 +0400)]
Updated package version in Android samples

11 years agoAndroid camera: fix logging macro part 2
Andrey Kamaev [Tue, 28 Aug 2012 10:44:46 +0000 (14:44 +0400)]
Android camera: fix logging macro part 2

11 years agoImproved javadoc comments. Draft.
Vsevolod Glumov [Tue, 28 Aug 2012 11:01:14 +0000 (15:01 +0400)]
Improved javadoc comments. Draft.

11 years agoadded test for caltech images
marina.kolpakova [Tue, 28 Aug 2012 10:45:45 +0000 (14:45 +0400)]
added test for caltech images

11 years agoapplied patches from #2311
Vadim Pisarevsky [Tue, 28 Aug 2012 10:19:34 +0000 (14:19 +0400)]
applied patches from #2311

11 years agofixed #2297, #2300; fixed several warnings
Vadim Pisarevsky [Tue, 28 Aug 2012 09:45:35 +0000 (13:45 +0400)]
fixed #2297, #2300; fixed several warnings

11 years agoAndroid camera: fix logging macro
Andrey Kamaev [Tue, 28 Aug 2012 09:30:11 +0000 (13:30 +0400)]
Android camera: fix logging macro

11 years agoAndroid toolchain: fixed ccache search
Andrey Kamaev [Tue, 28 Aug 2012 09:26:57 +0000 (13:26 +0400)]
Android toolchain: fixed ccache search

11 years agoFix Android build for mips platform
Andrey Kamaev [Mon, 27 Aug 2012 16:16:54 +0000 (20:16 +0400)]
Fix Android build for mips platform

11 years agoSupport for the gold linker (NDK r8b is required)
Andrey Kamaev [Mon, 27 Aug 2012 15:45:24 +0000 (19:45 +0400)]
Support for the gold linker (NDK r8b is required)

11 years agoAdded CCache support to Android build
Andrey Kamaev [Mon, 27 Aug 2012 14:22:00 +0000 (18:22 +0400)]
Added CCache support to Android build

To speed up rebuilds, define the NDK_CCACHE environment or CMake variable
to the path to your ccache binary. When declared, the android.cmake.toolchain
automatically uses CCache when compiling any C/C++ source file. For example:

export NDK_CCACHE=ccache

11 years agoPass list of modules to javadoc generator
Andrey Kamaev [Mon, 27 Aug 2012 12:48:09 +0000 (16:48 +0400)]
Pass list of modules to javadoc generator

Previously the generator always uses hardcoded list of modules.
This fix replaces hardcoded list with actual set of modules coming from cmake.

11 years agoImproved 'Operations on Arrays" section of 'Core' module documentation.
Vsevolod Glumov [Fri, 24 Aug 2012 15:05:34 +0000 (19:05 +0400)]
Improved 'Operations on Arrays" section of 'Core' module documentation.

11 years agominor
Anatoly Baksheev [Fri, 24 Aug 2012 15:01:13 +0000 (19:01 +0400)]
minor

11 years agoFixed bug in BP_GPU
Anatoly Baksheev [Fri, 24 Aug 2012 10:22:26 +0000 (14:22 +0400)]
Fixed bug in BP_GPU

11 years agoMerge branch 'android_camera'
Andrey Kamaev [Fri, 24 Aug 2012 12:44:52 +0000 (16:44 +0400)]
Merge branch 'android_camera'

11 years agoFix/workaround bogus error in Android samples running on Android 4.1.1
Andrey Kamaev [Thu, 23 Aug 2012 15:17:51 +0000 (19:17 +0400)]
Fix/workaround bogus error in Android samples running on Android 4.1.1

11 years agoFix crash on resume in face detection sample
Andrey Kamaev [Thu, 23 Aug 2012 12:02:33 +0000 (16:02 +0400)]
Fix crash on resume in face detection sample

11 years agoFix formatting in detection based tracker
Andrey Kamaev [Thu, 23 Aug 2012 10:39:10 +0000 (14:39 +0400)]
Fix formatting in detection based tracker

11 years agoFix Andoid samples: black screen after resume problem
Andrey Kamaev [Wed, 22 Aug 2012 17:14:06 +0000 (21:14 +0400)]
Fix Andoid samples: black screen after resume problem

11 years agoAndroid camera: commented logs in frame callback
Andrey Kamaev [Wed, 22 Aug 2012 15:24:11 +0000 (19:24 +0400)]
Android camera: commented logs in frame callback

11 years agoFix buffer allocation in Android camera
Andrey Kamaev [Tue, 21 Aug 2012 13:44:24 +0000 (17:44 +0400)]
Fix buffer allocation in Android camera

11 years agoLaplacian tegra optimized was added
Alexander Kapustin [Fri, 24 Aug 2012 10:36:16 +0000 (14:36 +0400)]
Laplacian tegra optimized was added

11 years agoRemoved PtrElemStep, Marked DevMem1D as deprecated, now should use PtrStepSz now
Anatoly Baksheev [Thu, 23 Aug 2012 13:45:50 +0000 (17:45 +0400)]
Removed PtrElemStep, Marked DevMem1D as deprecated, now should use PtrStepSz now

11 years agoMerge branch 'norm_Matx' of git://github.com/vrabaud/opencv
Andrey Kamaev [Thu, 23 Aug 2012 20:38:10 +0000 (00:38 +0400)]
Merge branch 'norm_Matx' of git://github.com/vrabaud/opencv

11 years agofixed type for threshold parameter
Vladislav Vinogradov [Thu, 23 Aug 2012 13:06:38 +0000 (17:06 +0400)]
fixed type for threshold parameter

11 years agofixed gpu::integral for Kepler
Vladislav Vinogradov [Thu, 23 Aug 2012 13:00:12 +0000 (17:00 +0400)]
fixed gpu::integral for Kepler

11 years agogpu version of HoughCircles
Vladislav Vinogradov [Thu, 23 Aug 2012 12:54:48 +0000 (16:54 +0400)]
gpu version of HoughCircles

11 years agoremoved /EHa flag for cuda compilation
Anatoly Baksheev [Thu, 23 Aug 2012 11:46:19 +0000 (15:46 +0400)]
removed /EHa flag for cuda compilation

11 years agopossibility to enable /mp compiler flag from cmake
Anatoly Baksheev [Thu, 23 Aug 2012 10:05:25 +0000 (14:05 +0400)]
possibility to enable /mp compiler flag from cmake

fixed MCVC warnings

11 years agofix the compile bug
Vincent Rabaud [Thu, 23 Aug 2012 12:20:31 +0000 (14:20 +0200)]
fix the compile bug

11 years agoMerge remote-tracking branch 'origin/master'
Vsevolod Glumov [Thu, 23 Aug 2012 10:58:41 +0000 (14:58 +0400)]
Merge remote-tracking branch 'origin/master'

11 years agoImproved the public 'non-optimized' duplicates of 'Tegra-optimized' functions.
Vsevolod Glumov [Thu, 23 Aug 2012 10:56:02 +0000 (14:56 +0400)]
Improved the public 'non-optimized' duplicates of 'Tegra-optimized' functions.

11 years agominor warning fix
marina.kolpakova [Wed, 22 Aug 2012 16:26:32 +0000 (20:26 +0400)]
minor warning fix

11 years agominor fix in FindTBB
Anatoly Baksheev [Tue, 21 Aug 2012 09:59:27 +0000 (13:59 +0400)]
minor fix in FindTBB

added texture_binder

11 years agoadded median-based version of global motion estimation (videostab)
Alexey Spizhevoy [Thu, 23 Aug 2012 06:47:15 +0000 (10:47 +0400)]
added median-based version of global motion estimation (videostab)

11 years agoRemoved the header opencv2/photo/denoising.hpp
Leonid Beynenson [Wed, 22 Aug 2012 13:51:52 +0000 (17:51 +0400)]
Removed the header opencv2/photo/denoising.hpp
All the functions from it are moved to the header
opencv2/photo/photo.hpp

11 years agoMerge branch 'master' of code.opencv.org:opencv
Alexander Mordvintesv [Wed, 22 Aug 2012 13:43:48 +0000 (16:43 +0300)]
Merge branch 'master' of code.opencv.org:opencv

11 years agoadded _doc.py -- doc-string ckecking utility
Alexander Mordvintesv [Wed, 22 Aug 2012 13:42:19 +0000 (16:42 +0300)]
added _doc.py -- doc-string ckecking utility
added some sample description

11 years agomodified facedetect to properly display very oblong objects and optionally flip image...
Vadim Pisarevsky [Wed, 22 Aug 2012 11:48:57 +0000 (15:48 +0400)]
modified facedetect to properly display very oblong objects and optionally flip image horizontally (for profile face detection). Added LBP cascades by Attila Novak for profile face detection and silverware detection (those are results of GSoC 2012)

11 years agofixed ios camera timing (patch by Eduard Feicho)
Vadim Pisarevsky [Wed, 22 Aug 2012 09:33:13 +0000 (13:33 +0400)]
fixed ios camera timing (patch by Eduard Feicho)

11 years agooptimized gpu::integral for Kepler
Vladislav Vinogradov [Wed, 22 Aug 2012 08:11:11 +0000 (12:11 +0400)]
optimized gpu::integral for Kepler

11 years agoparallel version of remap, resize, warpaffine, warpPerspective. Some optimization...
Ilya Lavrenov [Wed, 22 Aug 2012 07:49:21 +0000 (11:49 +0400)]
parallel version of remap, resize, warpaffine, warpPerspective. Some optimization for  2x decimation in resize algorithm

11 years agoFix Windows build issues
Andrey Kamaev [Tue, 21 Aug 2012 23:59:05 +0000 (03:59 +0400)]
Fix Windows build issues

* No /arch:SSE3 in MSVC
* Warnings fixed or suppressed

11 years agofixed build on Ubuntu
Vadim Pisarevsky [Tue, 21 Aug 2012 19:11:49 +0000 (23:11 +0400)]
fixed build on Ubuntu

11 years agoadded SSE2-optimized resizeAreaFast for 8-bit images by Grigoriy Frolov
Vadim Pisarevsky [Tue, 21 Aug 2012 19:00:50 +0000 (23:00 +0400)]
added SSE2-optimized resizeAreaFast for 8-bit images by Grigoriy Frolov

11 years ago#2170 fix warning of undefined GTEST_HAS_DEATH_TEST
Andrey Kamaev [Tue, 21 Aug 2012 14:59:51 +0000 (18:59 +0400)]
#2170 fix warning of undefined GTEST_HAS_DEATH_TEST

11 years agoFix Java API build
Andrey Kamaev [Tue, 21 Aug 2012 14:34:02 +0000 (18:34 +0400)]
Fix Java API build

11 years agoenabled SSE3 by default; integrated SSE3-optimized bilateral filter (by Grigoriy...
Vadim Pisarevsky [Tue, 21 Aug 2012 13:16:06 +0000 (17:16 +0400)]
enabled SSE3 by default; integrated SSE3-optimized bilateral filter (by Grigoriy Frolov); modified API of non-local means (use Input/OutputArrays)

11 years agoMerge branch 'master' of git://github.com/vpas/opencv into nonlocal_means
Leonid Beynenson [Tue, 21 Aug 2012 12:07:18 +0000 (16:07 +0400)]
Merge branch 'master' of git://github.com/vpas/opencv into nonlocal_means

11 years agoAdd CV_Asserts for channels count
Victor Passichenko [Tue, 21 Aug 2012 12:05:18 +0000 (16:05 +0400)]
Add CV_Asserts for channels count

11 years agoFix building for MS VS C++: remove allocation of arrays of dynamic size in stack
Victor Passichenko [Tue, 21 Aug 2012 11:41:51 +0000 (15:41 +0400)]
Fix building for MS VS C++: remove allocation of arrays of dynamic size in stack

11 years agofixed the channel ordering of rgba images (by Eduard)
Vadim Pisarevsky [Tue, 21 Aug 2012 11:41:05 +0000 (15:41 +0400)]
fixed the channel ordering of rgba images (by Eduard)

11 years agoFix wrong memory deallocation
Victor Passichenko [Tue, 21 Aug 2012 11:38:38 +0000 (15:38 +0400)]
Fix wrong memory deallocation

11 years agofixed compilation under windows
Vladislav Vinogradov [Tue, 21 Aug 2012 10:28:40 +0000 (14:28 +0400)]
fixed compilation under windows

11 years agoFixed FAST algorithm initializer
Andrey Kamaev [Mon, 20 Aug 2012 21:03:52 +0000 (01:03 +0400)]
Fixed FAST algorithm initializer

11 years agoMerge branch 'master' of git://github.com/vpas/opencv into nonlocal_means
Andrey Kamaev [Mon, 20 Aug 2012 20:23:48 +0000 (00:23 +0400)]
Merge branch 'master' of git://github.com/vpas/opencv into nonlocal_means

11 years agodisabled -Wunused-but-set-variable because of multiple warnings during building nvcc...
marina.kolpakova [Mon, 20 Aug 2012 19:35:29 +0000 (23:35 +0400)]
disabled -Wunused-but-set-variable because of multiple warnings during building nvcc auto generated files (GCC 4.6)

11 years ago#2215 Fix dependencies escaping in generated OpenCVConfig.cmake
Andrey Kamaev [Mon, 20 Aug 2012 15:52:24 +0000 (19:52 +0400)]
#2215 Fix dependencies escaping in generated OpenCVConfig.cmake

11 years agoFixed gcc build warning
Andrey Kamaev [Mon, 20 Aug 2012 15:51:19 +0000 (19:51 +0400)]
Fixed gcc build warning

11 years agosome tweaks in optimization flags for opencv2.framework
Vadim Pisarevsky [Mon, 20 Aug 2012 15:46:52 +0000 (19:46 +0400)]
some tweaks in optimization flags for opencv2.framework

11 years agoadded ios camera support in highgui. turned on optimization in opencv2.framework...
Vadim Pisarevsky [Mon, 20 Aug 2012 15:36:36 +0000 (19:36 +0400)]
added ios camera support in highgui. turned on optimization in opencv2.framework (ticket #2232)

11 years agogpu::HoughLines : minor code improvements
Vladislav Vinogradov [Mon, 20 Aug 2012 12:03:01 +0000 (16:03 +0400)]
gpu::HoughLines : minor code improvements

11 years agoremoved logging from test
marina.kolpakova [Mon, 20 Aug 2012 09:26:51 +0000 (13:26 +0400)]
removed logging from test

11 years agoMerge branch 'gpu-tests'
Vladislav Vinogradov [Mon, 20 Aug 2012 07:29:40 +0000 (11:29 +0400)]
Merge branch 'gpu-tests'

11 years agominor gpu tests fix
Vladislav Vinogradov [Mon, 20 Aug 2012 06:15:36 +0000 (10:15 +0400)]
minor gpu tests fix

11 years agoremoved perf_gpu_cpu from CMake scripts
Vladislav Vinogradov [Mon, 20 Aug 2012 05:58:37 +0000 (09:58 +0400)]
removed perf_gpu_cpu from CMake scripts

11 years agotemp build fix because the new core.hpp impact on this project
niko [Mon, 20 Aug 2012 02:06:41 +0000 (10:06 +0800)]
temp build fix because the new core.hpp impact on this project

11 years agomore warning fixes for GCC
marina.kolpakova [Sun, 19 Aug 2012 23:26:53 +0000 (03:26 +0400)]
more warning fixes for GCC

11 years agoupdated CascadeClassifier_GPU documentation
marina.kolpakova [Sun, 19 Aug 2012 23:25:52 +0000 (03:25 +0400)]
updated CascadeClassifier_GPU documentation

11 years agofixed -Wstrict_alliasing warning for GCC
marina.kolpakova [Sun, 19 Aug 2012 22:27:54 +0000 (02:27 +0400)]
fixed -Wstrict_alliasing warning for GCC

11 years agorefactoring in Emulation
marina.kolpakova [Sun, 19 Aug 2012 22:26:23 +0000 (02:26 +0400)]
refactoring in Emulation

11 years agofixed unused warnings
marina.kolpakova [Sun, 19 Aug 2012 20:06:12 +0000 (00:06 +0400)]
fixed unused warnings

11 years agominor warning fix
marina.kolpakova [Sun, 19 Aug 2012 18:43:27 +0000 (22:43 +0400)]
minor warning fix

11 years agoMerge branch 'master' of code.opencv.org:opencv
Alexander Mordvintesv [Sun, 19 Aug 2012 17:37:10 +0000 (20:37 +0300)]
Merge branch 'master' of code.opencv.org:opencv

11 years agoadded texture_flow.py sample
Alexander Mordvintesv [Sun, 19 Aug 2012 17:36:50 +0000 (20:36 +0300)]
added texture_flow.py sample

11 years agoFix build warnings
Andrey Kamaev [Sun, 19 Aug 2012 15:36:43 +0000 (19:36 +0400)]
Fix build warnings

11 years agoMerge branch 'sergiud_vs2012rtm_support'
Andrey Kamaev [Sun, 19 Aug 2012 13:49:54 +0000 (17:49 +0400)]
Merge branch 'sergiud_vs2012rtm_support'

11 years agofixed compilation errors caused by std::tuple
Sergiu Dotenco [Sun, 19 Aug 2012 13:30:41 +0000 (15:30 +0200)]
fixed compilation errors caused by std::tuple

11 years agoadded missing includes
Sergiu Dotenco [Sun, 19 Aug 2012 13:25:07 +0000 (15:25 +0200)]
added missing includes

11 years agoAdd non-local means denoising algorithm implementatation into photo module
Victor Passichenko [Sun, 19 Aug 2012 09:13:58 +0000 (13:13 +0400)]
Add non-local means denoising algorithm implementatation into photo module

11 years agoFix Windows build after commit:41b6d25
Andrey Kamaev [Sat, 18 Aug 2012 20:20:08 +0000 (00:20 +0400)]
Fix Windows build after commit:41b6d25