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

11 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

11 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

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

11 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

11 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

11 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

11 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

11 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

11 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'

11 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.

11 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
#

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

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

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

11 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

11 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

11 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

11 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.

11 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

11 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

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

11 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

11 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

11 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

11 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

11 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

11 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

11 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'

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

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

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

11 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

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

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

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

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

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

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

11 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'

11 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'

11 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

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

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

11 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