profile/ivi/opencv.git
12 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

12 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

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

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

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

12 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

12 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

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

12 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

12 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

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

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

12 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

12 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

12 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

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

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

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

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

12 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

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

12 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

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

12 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

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

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

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

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

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

12 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

12 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

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

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

12 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

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

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

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

12 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

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

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

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

12 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

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

12 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

12 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

12 years agoMerge branch 'master' of code.opencv.org:opencv
Alexander Mordvintesv [Sat, 18 Aug 2012 16:43:46 +0000 (19:43 +0300)]
Merge branch 'master' of code.opencv.org:opencv

12 years agoadded deconvolution.py sample and example images
Alexander Mordvintesv [Sat, 18 Aug 2012 16:43:32 +0000 (19:43 +0300)]
added deconvolution.py sample and example images

12 years agoFix formatting in Android tutorials
Andrey Kamaev [Fri, 17 Aug 2012 15:23:45 +0000 (19:23 +0400)]
Fix formatting in Android tutorials

12 years agoFix Android build after commit:41b6d25
Andrey Kamaev [Fri, 17 Aug 2012 14:28:50 +0000 (18:28 +0400)]
Fix Android build after commit:41b6d25

12 years agoFixed layout in third Android tutorial
Andrey Kamaev [Fri, 17 Aug 2012 14:12:40 +0000 (18:12 +0400)]
Fixed layout in third Android tutorial

12 years agoFix documentation build warnings in gpu module reference
Andrey Kamaev [Fri, 17 Aug 2012 13:09:26 +0000 (17:09 +0400)]
Fix documentation build warnings in gpu module reference

12 years agomerged gpu_perf_cpu into gpu_perf
Vladislav Vinogradov [Fri, 17 Aug 2012 13:34:58 +0000 (17:34 +0400)]
merged gpu_perf_cpu into gpu_perf

12 years agosmall correction for the previous patch in parallel.cpp
Vadim Pisarevsky [Fri, 17 Aug 2012 13:34:51 +0000 (17:34 +0400)]
small correction for the previous patch in parallel.cpp

12 years agoMerge remote-tracking branch 'origin/master'
Vadim Pisarevsky [Fri, 17 Aug 2012 13:32:20 +0000 (17:32 +0400)]
Merge remote-tracking branch 'origin/master'

12 years agoadded cross-platform Mutex implementation; enable platform-native (GDC/Concurrency...
Vadim Pisarevsky [Fri, 17 Aug 2012 13:32:06 +0000 (17:32 +0400)]
added cross-platform Mutex implementation; enable platform-native (GDC/Concurrency) parallel_for_ implementation when TBB is not installed.

12 years agoAndroid toolchain: libstdc++ and libsupc are removed from explicit link libraries
Andrey Kamaev [Thu, 16 Aug 2012 21:23:25 +0000 (01:23 +0400)]
Android toolchain: libstdc++ and libsupc are removed from explicit link libraries

# Please enter the commit message for your changes. Lines starting
# with '#' will be kept; you may remove them yourself if you want to.
# An empty message aborts the commit.
# On branch master
# Your branch is ahead of 'origin/master' by 1 commit.
#
# Changes to be committed:
#   (use "git reset HEAD^1 <file>..." to unstage)
#
# modified:   android/android.toolchain.cmake
#

12 years agoadded --cpu flag (run tests on CPU)
Vladislav Vinogradov [Fri, 17 Aug 2012 12:12:32 +0000 (16:12 +0400)]
added --cpu flag (run tests on CPU)

12 years agoupdated mark_nvidia.py script
Vladislav Vinogradov [Fri, 17 Aug 2012 11:50:35 +0000 (15:50 +0400)]
updated mark_nvidia.py script

12 years agoremoved license comments
Vladislav Vinogradov [Fri, 17 Aug 2012 11:22:29 +0000 (15:22 +0400)]
removed license comments

12 years agorenamed perf_main.cpp to main.cpp
Vladislav Vinogradov [Fri, 17 Aug 2012 11:16:45 +0000 (15:16 +0400)]
renamed perf_main.cpp to main.cpp

12 years agoupdated gpu performance tests
Vladislav Vinogradov [Fri, 17 Aug 2012 11:14:14 +0000 (15:14 +0400)]
updated gpu performance tests

now it executes only on one device
added posibility to specify device on which tests will be executed

12 years agoperformance & bug fix for resize erode dilate sobel remap
niko [Fri, 17 Aug 2012 07:47:02 +0000 (15:47 +0800)]
performance & bug fix for resize erode dilate sobel remap

12 years agoColorBlobDetection Sample, ImageManpulations Sample and Tutorial2 updated. Issues...
Alexander Smorkalov [Tue, 14 Aug 2012 12:59:36 +0000 (16:59 +0400)]
ColorBlobDetection Sample, ImageManpulations Sample and Tutorial2 updated. Issues with native camera on Nexus 7 (Android 4.1) fixed.

12 years agobug fix of "squares" sample for ocl module
bitwangyaoyao [Thu, 16 Aug 2012 12:34:24 +0000 (20:34 +0800)]
bug fix of "squares" sample for ocl module

12 years agoupdated gpu accuracy tests
Vladislav Vinogradov [Thu, 16 Aug 2012 12:23:27 +0000 (16:23 +0400)]
updated gpu accuracy tests

added posibility to specify device on which tests will be executed

12 years agoupdated mark_nvidia.py script
Vladislav Vinogradov [Thu, 16 Aug 2012 08:54:00 +0000 (12:54 +0400)]
updated mark_nvidia.py script

12 years agoadd an "squares" sample for ocl module
yao [Thu, 16 Aug 2012 08:01:40 +0000 (16:01 +0800)]
add an "squares" sample for ocl module

12 years agoForbid incorrect patchSize values in gpu::ORB
Vladislav Vinogradov [Wed, 15 Aug 2012 13:23:04 +0000 (17:23 +0400)]
Forbid incorrect patchSize values in gpu::ORB

12 years agofixed block size for old CC
Vladislav Vinogradov [Wed, 15 Aug 2012 13:16:02 +0000 (17:16 +0400)]
fixed block size for old CC

12 years ago#2229 Fix FREAK build on CentOS
Andrey Kamaev [Wed, 15 Aug 2012 13:23:07 +0000 (17:23 +0400)]
#2229 Fix FREAK build on CentOS

12 years ago#2216 Forbid incorrect patchSize values in ORB
Andrey Kamaev [Wed, 15 Aug 2012 12:50:02 +0000 (16:50 +0400)]
#2216 Forbid incorrect patchSize values in ORB

12 years ago#2225 Rename getConvertData to getConvertElem to match the headers and documentation
Andrey Kamaev [Wed, 15 Aug 2012 11:28:12 +0000 (15:28 +0400)]
#2225 Rename getConvertData to getConvertElem to match the headers and documentation

12 years agoMerge remote-tracking branch 'origin/master'
Vsevolod Glumov [Wed, 15 Aug 2012 11:12:48 +0000 (15:12 +0400)]
Merge remote-tracking branch 'origin/master'

12 years agoReviewed 'android_dev_intro'
Vsevolod Glumov [Wed, 15 Aug 2012 11:10:58 +0000 (15:10 +0400)]
Reviewed 'android_dev_intro'

12 years agoadded docs for gpu::HoughLines
Vladislav Vinogradov [Wed, 15 Aug 2012 11:06:09 +0000 (15:06 +0400)]
added docs for gpu::HoughLines

12 years agofixed typo
Vladislav Vinogradov [Wed, 15 Aug 2012 11:05:18 +0000 (15:05 +0400)]
fixed typo

12 years agofixed shared memory size for linesAccumShared
Vladislav Vinogradov [Wed, 15 Aug 2012 10:31:27 +0000 (14:31 +0400)]
fixed shared memory size for linesAccumShared

12 years ago#2245 Fix BFMatcher::radiusMatchImpl witch Hamming distance (thanks to Jukka Holappa)
Andrey Kamaev [Wed, 15 Aug 2012 11:02:20 +0000 (15:02 +0400)]
#2245 Fix BFMatcher::radiusMatchImpl witch Hamming distance (thanks to Jukka Holappa)

12 years agofixed warning C4512
Vladislav Vinogradov [Wed, 15 Aug 2012 09:48:28 +0000 (13:48 +0400)]
fixed warning C4512

12 years agoMerge branch 'hough-lines-gpu'
Vladislav Vinogradov [Wed, 15 Aug 2012 09:24:46 +0000 (13:24 +0400)]
Merge branch 'hough-lines-gpu'

12 years agoadded linesAccumGlobal kernel
Vladislav Vinogradov [Wed, 15 Aug 2012 09:18:35 +0000 (13:18 +0400)]
added linesAccumGlobal kernel

12 years agoimproving android tutorial v2
Andrey Pavlenko [Wed, 15 Aug 2012 08:21:58 +0000 (12:21 +0400)]
improving android tutorial v2

12 years agoimproving android tutorial v2
Andrey Pavlenko [Wed, 15 Aug 2012 07:44:54 +0000 (11:44 +0400)]
improving android tutorial v2

12 years agoMerge remote-tracking branch 'origin/master'
Vsevolod Glumov [Wed, 15 Aug 2012 07:39:54 +0000 (11:39 +0400)]
Merge remote-tracking branch 'origin/master'

12 years agoReviewed 'android_dev_intro' and 'O4A_SDK'
Vsevolod Glumov [Wed, 15 Aug 2012 07:39:02 +0000 (11:39 +0400)]
Reviewed 'android_dev_intro' and 'O4A_SDK'

12 years agoimproving android tutorial v2, removing v1
Andrey Pavlenko [Wed, 15 Aug 2012 06:56:50 +0000 (10:56 +0400)]
improving android tutorial v2, removing v1

12 years agofixed build without cuda
Vladislav Vinogradov [Tue, 14 Aug 2012 13:54:42 +0000 (17:54 +0400)]
fixed build without cuda

12 years agofixed failure
Vladislav Vinogradov [Tue, 14 Aug 2012 13:42:15 +0000 (17:42 +0400)]
fixed failure

12 years agoFixed tutorial link to NVIDIA Tegra platform
Andrey Kamaev [Tue, 14 Aug 2012 13:25:55 +0000 (17:25 +0400)]
Fixed tutorial link to NVIDIA Tegra platform

12 years agoimproving android tutorial v2
Andrey Pavlenko [Tue, 14 Aug 2012 13:17:04 +0000 (17:17 +0400)]
improving android tutorial v2

12 years agochanged the value that replace NaNs in bilateralFilter_32f
Maria Dimashova [Tue, 14 Aug 2012 13:15:03 +0000 (17:15 +0400)]
changed the value that replace NaNs in bilateralFilter_32f

12 years agonew optimized version
Vladislav Vinogradov [Tue, 14 Aug 2012 13:00:57 +0000 (17:00 +0400)]
new optimized version

12 years agodisabled whole perf test for distance transform
Daniil Osokin [Tue, 14 Aug 2012 09:01:52 +0000 (13:01 +0400)]
disabled whole perf test for distance transform

12 years agofixed overflow bugs, updated perf tests
Vladislav Vinogradov [Tue, 14 Aug 2012 08:33:47 +0000 (12:33 +0400)]
fixed overflow bugs, updated perf tests

12 years agoMerge branch 'master' of code.opencv.org:opencv
Daniil Osokin [Tue, 14 Aug 2012 08:17:44 +0000 (12:17 +0400)]
Merge branch 'master' of code.opencv.org:opencv

12 years agodisabled perf test on distance transform
Daniil Osokin [Tue, 14 Aug 2012 08:13:42 +0000 (12:13 +0400)]
disabled perf test on distance transform

12 years agoMerge branch 'branch1'
Daniil Osokin [Tue, 14 Aug 2012 08:10:45 +0000 (12:10 +0400)]
Merge branch 'branch1'

12 years agoDebug build for Android added. Stripping of debug build turned off.
Alexander Smorkalov [Tue, 14 Aug 2012 08:03:05 +0000 (12:03 +0400)]
Debug build for Android added. Stripping of debug build turned off.

12 years agoadded accuracy and performance tests
Vladislav Vinogradov [Tue, 14 Aug 2012 07:36:32 +0000 (11:36 +0400)]
added accuracy and performance tests

12 years agoMerge remote-tracking branch 'origin/master'
Vadim Pisarevsky [Mon, 13 Aug 2012 17:22:17 +0000 (21:22 +0400)]
Merge remote-tracking branch 'origin/master'