platform/upstream/opencv.git
11 years agostable cvtColor
Ilya Lavrenov [Mon, 1 Oct 2012 14:52:27 +0000 (18:52 +0400)]
stable cvtColor

11 years agofixed TestRemap_Remap
Ilya Lavrenov [Mon, 1 Oct 2012 13:29:56 +0000 (17:29 +0400)]
fixed TestRemap_Remap

11 years agoadded the note about 1-pixel border in findContours (relates to ticket #2362)
Vadim Pisarevsky [Mon, 1 Oct 2012 12:43:07 +0000 (16:43 +0400)]
added the note about 1-pixel border in findContours (relates to ticket #2362)

11 years agofixed typos in the mat tutorial (ticket #2380)
Vadim Pisarevsky [Mon, 1 Oct 2012 12:35:12 +0000 (16:35 +0400)]
fixed typos in the mat tutorial (ticket #2380)

11 years agoadded variant of cv::imdecode with the specified output matrix
Vadim Pisarevsky [Mon, 1 Oct 2012 12:23:40 +0000 (16:23 +0400)]
added variant of cv::imdecode with the specified output matrix

11 years agofixed a few warnings reported by Oleg; restored SSE2 optimization in FAST
Vadim Pisarevsky [Mon, 1 Oct 2012 10:12:19 +0000 (14:12 +0400)]
fixed a few warnings reported by Oleg; restored SSE2 optimization in FAST

11 years agofix for 4-channels TIFF missing 'break' statement
marina.kolpakova [Mon, 1 Oct 2012 04:33:56 +0000 (08:33 +0400)]
fix for 4-channels TIFF missing 'break' statement

11 years agoMerge branch 'master' of git://code.opencv.org/opencv
Marius Muja [Fri, 28 Sep 2012 17:40:51 +0000 (10:40 -0700)]
Merge branch 'master' of git://code.opencv.org/opencv

11 years agoAdded test to fix backwards compatibility with the way LSH was handled before comit...
Marius Muja [Fri, 28 Sep 2012 17:40:38 +0000 (10:40 -0700)]
Added test to fix backwards compatibility with the way LSH was handled before comit 7236858b

11 years agoAdd Tegra optimization for fastNlMeansDenoising
Andrey Kamaev [Fri, 28 Sep 2012 14:56:36 +0000 (18:56 +0400)]
Add Tegra optimization for fastNlMeansDenoising

11 years agojava samples fix (clear view before drawing frame) of 'dirty' FPS display bug
Andrey Pavlenko [Fri, 28 Sep 2012 14:18:34 +0000 (18:18 +0400)]
java samples fix (clear view before drawing frame) of 'dirty' FPS display bug

11 years agoadded parallel version of CvtColorLoop - main inner function of cvtColor
Ilya Lavrenov [Fri, 28 Sep 2012 13:42:48 +0000 (17:42 +0400)]
added parallel version of CvtColorLoop - main inner function of cvtColor

11 years agofix device pointer alignmen in sft-based integral integration
marina.kolpakova [Fri, 28 Sep 2012 10:04:43 +0000 (14:04 +0400)]
fix device pointer alignmen in sft-based integral integration

11 years agofixed bit arifmetic in sft-based integral
marina.kolpakova [Fri, 28 Sep 2012 10:02:21 +0000 (14:02 +0400)]
fixed bit arifmetic in sft-based integral

11 years agofixed one of the log messages in the stitching module
Alexey Spizhevoy [Fri, 28 Sep 2012 10:37:38 +0000 (14:37 +0400)]
fixed one of the log messages in the stitching module

11 years agoa new Java test to imencode() with params
Andrey Pavlenko [Thu, 27 Sep 2012 15:10:06 +0000 (19:10 +0400)]
a new Java test to imencode() with params

11 years agoExposed HierarchicalClusteringIndex in OpenCV wrapper
Marius Muja [Thu, 27 Sep 2012 10:58:17 +0000 (03:58 -0700)]
Exposed HierarchicalClusteringIndex in OpenCV wrapper

11 years agoREVERT OF: Update libjpeg to release 8d (reverse-merged from commit d28af08ef3b5910c6...
Andrey Pavlenko [Wed, 26 Sep 2012 10:02:23 +0000 (14:02 +0400)]
REVERT OF: Update libjpeg to release 8d (reverse-merged from commit d28af08ef3b5910c634d9fa2ba3f961e37674a37)

11 years agoREVERT OF reverted libjpeg to an earlier version (reverse-merged from commit bfc8a524...
Andrey Pavlenko [Wed, 26 Sep 2012 10:01:51 +0000 (14:01 +0400)]
REVERT OF reverted libjpeg to an earlier version (reverse-merged from commit bfc8a524022364a09a75c3308c19ab00e30684a5)

11 years agofixed the bug #2385
Alexey Spizhevoy [Tue, 25 Sep 2012 12:07:49 +0000 (16:07 +0400)]
fixed the bug #2385

11 years agopossibly repaired FAST test (however, FAST<7/12> and <5/8> could still do something...
Vadim Pisarevsky [Tue, 25 Sep 2012 11:50:03 +0000 (15:50 +0400)]
possibly repaired FAST test (however, FAST<7/12> and <5/8> could still do something different than described in the paper)

11 years agoChanged parallel_for to parallel_for_ in hog.cpp and cascadedetect.cpp
Evgeny Talanin [Tue, 25 Sep 2012 08:18:33 +0000 (12:18 +0400)]
Changed parallel_for to parallel_for_ in hog.cpp and cascadedetect.cpp

11 years agochanged map indexes in test_remap
Ilya Lavrenov [Mon, 24 Sep 2012 16:36:25 +0000 (20:36 +0400)]
changed map indexes in test_remap

11 years agoreorganized the resize algorithm
Ilya Lavrenov [Mon, 24 Sep 2012 13:07:08 +0000 (17:07 +0400)]
reorganized the resize algorithm

11 years agofixed bug in nln (out of border access)
Anatoly Baksheev [Mon, 24 Sep 2012 13:01:44 +0000 (17:01 +0400)]
fixed bug in nln (out of border access)

11 years agoAdded host compiler check before CUDA detection. For not supported compilers CUDA...
Anatoly Baksheev [Fri, 21 Sep 2012 13:42:37 +0000 (17:42 +0400)]
Added host compiler check before CUDA detection. For not supported compilers CUDA will be disabled.

11 years agolowered tolerance thresholds in BRISK tests
Vadim Pisarevsky [Mon, 24 Sep 2012 12:31:07 +0000 (16:31 +0400)]
lowered tolerance thresholds in BRISK tests

11 years agoMerge branch 'master' of git://code.opencv.org/opencv
bitwangyaoyao [Mon, 24 Sep 2012 12:29:21 +0000 (20:29 +0800)]
Merge branch 'master' of git://code.opencv.org/opencv

11 years agosome optimizations to ocl::pyrDown, PyrLK and Canny
bitwangyaoyao [Mon, 24 Sep 2012 12:28:35 +0000 (20:28 +0800)]
some optimizations to ocl::pyrDown, PyrLK and Canny

11 years agofixed fail in arithmetic test
Vadim Pisarevsky [Mon, 24 Sep 2012 12:14:19 +0000 (16:14 +0400)]
fixed fail in arithmetic test

11 years agoAdded 240p resolution alias for perf tests
Kirill Kornyakov [Mon, 24 Sep 2012 11:44:11 +0000 (15:44 +0400)]
Added 240p resolution alias for perf tests

11 years agoMerge remote-tracking branch 'origin/master'
Vadim Pisarevsky [Mon, 24 Sep 2012 11:11:45 +0000 (15:11 +0400)]
Merge remote-tracking branch 'origin/master'

11 years agoreverted libjpeg to an earlier version
Vadim Pisarevsky [Mon, 24 Sep 2012 11:11:29 +0000 (15:11 +0400)]
reverted libjpeg to an earlier version

11 years agoedited misprint
Ilya Lavrenov [Mon, 24 Sep 2012 10:18:54 +0000 (14:18 +0400)]
edited misprint

11 years agouncommented auto enabling GCD on Mac
Ilya Lavrenov [Mon, 24 Sep 2012 10:18:15 +0000 (14:18 +0400)]
uncommented auto enabling GCD on Mac

11 years agoedited misprint
Ilya Lavrenov [Mon, 24 Sep 2012 09:46:09 +0000 (13:46 +0400)]
edited misprint

11 years agoadded platform specific definitions in resize algorithm
Ilya Lavrenov [Mon, 24 Sep 2012 08:57:39 +0000 (12:57 +0400)]
added platform specific definitions in resize algorithm

11 years agodebug
Ilya Lavrenov [Mon, 24 Sep 2012 08:40:20 +0000 (12:40 +0400)]
debug

11 years agodebug
Ilya Lavrenov [Mon, 24 Sep 2012 07:35:46 +0000 (11:35 +0400)]
debug

11 years agosome bugfixes & improvements in openfabmap code, docs and samples by Arren Glover
Vadim Pisarevsky [Sun, 23 Sep 2012 16:57:34 +0000 (20:57 +0400)]
some bugfixes & improvements in openfabmap code, docs and samples by Arren Glover

11 years agosome restructuring of resize algorithm code
Ilya Lavrenov [Fri, 21 Sep 2012 14:17:54 +0000 (18:17 +0400)]
some restructuring of resize algorithm code

11 years agoattempt
Ilya Lavrenov [Fri, 21 Sep 2012 13:25:42 +0000 (17:25 +0400)]
attempt

11 years agoAdded Rotation motion mode in the videostab module
Ivan Korolev [Fri, 21 Sep 2012 12:54:21 +0000 (16:54 +0400)]
Added Rotation motion mode in the videostab module

11 years agofixed warnings under windows
Anatoly Baksheev [Fri, 21 Sep 2012 09:41:36 +0000 (13:41 +0400)]
fixed warnings under windows

11 years agomany bugs fix for intel's HD4000
niko [Fri, 21 Sep 2012 08:51:45 +0000 (16:51 +0800)]
many bugs fix for intel's HD4000
from my svn 855

11 years agoremoved obsolte global motion estimation method
Alexey Spizhevoy [Fri, 21 Sep 2012 06:46:00 +0000 (10:46 +0400)]
removed obsolte global motion estimation method

11 years agoFix: Windows compilation error in CommandLineParser.
Leonid Beynenson [Thu, 20 Sep 2012 14:11:33 +0000 (18:11 +0400)]
Fix: Windows compilation error in CommandLineParser.

11 years agoChanged CommandLineParser to make it less verbose
Leonid Beynenson [Thu, 20 Sep 2012 13:58:44 +0000 (17:58 +0400)]
Changed CommandLineParser to make it less verbose
when it is unrequired.

11 years agoMerge branch 'master' of git://code.opencv.org/opencv
Alexander Kapustin [Thu, 20 Sep 2012 13:32:54 +0000 (17:32 +0400)]
Merge branch 'master' of git://code.opencv.org/opencv

11 years agoChange denoising strength parameter from int to float
Andrey Kamaev [Thu, 20 Sep 2012 13:27:48 +0000 (17:27 +0400)]
Change denoising strength parameter from int to float

11 years ago1. New function ActualScalarDepth was added
Alexander Kapustin [Thu, 20 Sep 2012 13:24:20 +0000 (17:24 +0400)]
1. New function ActualScalarDepth was added
2. Two new NeonOptimized functions subtract_8u8u32f and subtract_8u8u8s were added

11 years ago1. New function ActualScalarDepth was added
Alexander Kapustin [Thu, 20 Sep 2012 12:26:45 +0000 (16:26 +0400)]
1. New function ActualScalarDepth was added
2. Two new NeonOptimized functions subtract_8u8u32f and subtract_8u8u8s were added

Conflicts:
modules/core/src/arithm.cpp

11 years agochanged the type of the arguments to const reference (Bug #2376)
Vladislav Vinogradov [Thu, 20 Sep 2012 09:52:04 +0000 (13:52 +0400)]
changed the type of the arguments to const reference (Bug #2376)

ORB_GPU::downloadKeyPoints
ORB_GPU::convertKeyPoints

11 years agoremove warnings of some functions in ocl module
yao [Thu, 20 Sep 2012 01:23:11 +0000 (09:23 +0800)]
remove warnings of some functions in ocl module

11 years agoRestore pdf patch command
Andrey Kamaev [Wed, 19 Sep 2012 14:45:57 +0000 (18:45 +0400)]
Restore pdf patch command

11 years agoThis reverts commit 738d3fef3819a11930502c44555cfacb95b29e5c.
Andrey Pavlenko [Wed, 19 Sep 2012 14:03:50 +0000 (18:03 +0400)]
This reverts commit 738d3fef3819a11930502c44555cfacb95b29e5c.

11 years agofixed mixed-type array operations (bug #2336)
Vadim Pisarevsky [Wed, 19 Sep 2012 13:55:34 +0000 (17:55 +0400)]
fixed mixed-type array operations (bug #2336)

11 years ago1. New function ActualScalarDepth was added
Alexander Kapustin [Wed, 19 Sep 2012 13:02:08 +0000 (17:02 +0400)]
1. New function ActualScalarDepth was added
2. Two new NeonOptimized functions subtract_8u8u32f and subtract_8u8u8s were added

11 years agoMerge remote-tracking branch 'origin/master'
Vadim Pisarevsky [Wed, 19 Sep 2012 12:57:27 +0000 (16:57 +0400)]
Merge remote-tracking branch 'origin/master'

11 years agofixed verbose mode in highgui's DirectShow wrapper (bug #2350)
Vadim Pisarevsky [Wed, 19 Sep 2012 12:57:10 +0000 (16:57 +0400)]
fixed verbose mode in highgui's DirectShow wrapper (bug #2350)

11 years agoFix typo
Andrey Kamaev [Wed, 19 Sep 2012 12:56:27 +0000 (16:56 +0400)]
Fix typo

11 years agoMerge remote-tracking branch 'origin/master'
Vadim Pisarevsky [Wed, 19 Sep 2012 12:52:07 +0000 (16:52 +0400)]
Merge remote-tracking branch 'origin/master'

11 years agofixed outlier filtering in cvStereoRectifyUncalibrated (bug #2367)
Vadim Pisarevsky [Wed, 19 Sep 2012 12:51:49 +0000 (16:51 +0400)]
fixed outlier filtering in cvStereoRectifyUncalibrated (bug #2367)

11 years agoRefactor fast NL-means denoising
Andrey Kamaev [Wed, 19 Sep 2012 12:42:39 +0000 (16:42 +0400)]
Refactor fast NL-means denoising

* reorder arguments
* rewrite accuracy tests
* replace doubles with integer arithmetic inside the main loop

11 years agoupdate FFMPEG wrapper binaries
OpenCV Buildbot [Wed, 19 Sep 2012 12:49:39 +0000 (16:49 +0400)]
update FFMPEG wrapper binaries

11 years agofixed possible compile error in cap_ffmpeg_impl.hpp (bug #2365)
Vadim Pisarevsky [Wed, 19 Sep 2012 12:48:19 +0000 (16:48 +0400)]
fixed possible compile error in cap_ffmpeg_impl.hpp (bug #2365)

11 years agosome optimizations to ocl::blend
yao [Wed, 19 Sep 2012 02:52:25 +0000 (10:52 +0800)]
some optimizations to ocl::blend

11 years agoAdded WQHD = 1444p frame size
Oleg Sklyarov [Tue, 18 Sep 2012 14:02:29 +0000 (18:02 +0400)]
Added WQHD = 1444p frame size

11 years agoimproved the condition in the FAST test
Vadim Pisarevsky [Tue, 18 Sep 2012 10:34:50 +0000 (14:34 +0400)]
improved the condition in the FAST test

11 years agoadded patches by Bram Bolder
Vadim Pisarevsky [Tue, 18 Sep 2012 10:11:08 +0000 (14:11 +0400)]
added patches by Bram Bolder

11 years agoa little optimizations to ocl::pyrDown
yao [Tue, 18 Sep 2012 09:57:37 +0000 (17:57 +0800)]
a little optimizations to ocl::pyrDown

11 years agoBug with several "in use" labels fixed in OpenCV Manager UI.
Alexander Smorkalov [Tue, 18 Sep 2012 06:52:28 +0000 (10:52 +0400)]
Bug with several "in use" labels fixed in OpenCV Manager UI.

11 years ago"in use" label update fix in OpenCV Manager UI.
Alexander Smorkalov [Tue, 18 Sep 2012 06:09:31 +0000 (10:09 +0400)]
"in use" label update fix in OpenCV Manager UI.

11 years agoMinor bug fix in building all native camera libs for android
Alexander Smorkalov [Mon, 17 Sep 2012 07:56:46 +0000 (11:56 +0400)]
Minor bug fix in building all native camera libs for android

11 years agoNDK detection bug fix.
Alexander Smorkalov [Fri, 14 Sep 2012 14:19:17 +0000 (18:19 +0400)]
NDK detection bug fix.

11 years agoMerge branch 'master' of git://code.opencv.org/opencv
Alexander Mordvintsev [Mon, 17 Sep 2012 15:42:55 +0000 (19:42 +0400)]
Merge branch 'master' of git://code.opencv.org/opencv

11 years agoattempt
Ilya Lavrenov [Mon, 17 Sep 2012 15:39:49 +0000 (19:39 +0400)]
attempt

11 years agoMerge branch 'master' of git://code.opencv.org/opencv
Alexander Mordvintsev [Mon, 17 Sep 2012 15:37:38 +0000 (19:37 +0400)]
Merge branch 'master' of git://code.opencv.org/opencv

11 years agoget rid of Lock in gabor_threads.py
Alexander Mordvintsev [Mon, 17 Sep 2012 15:30:20 +0000 (19:30 +0400)]
get rid of Lock in gabor_threads.py

11 years agofixed wrong condition with interpolation types
Ilya Lavrenov [Mon, 17 Sep 2012 14:30:55 +0000 (18:30 +0400)]
fixed wrong condition with interpolation types

11 years agochanged resize_area test
Ilya Lavrenov [Mon, 17 Sep 2012 13:38:23 +0000 (17:38 +0400)]
changed resize_area test

11 years agoMinor refactoring of NL-means denoising
Andrey Kamaev [Mon, 17 Sep 2012 13:18:04 +0000 (17:18 +0400)]
Minor refactoring of NL-means denoising

11 years agofixing git commit getting for Android build
Andrey Pavlenko [Mon, 17 Sep 2012 13:06:04 +0000 (17:06 +0400)]
fixing git commit getting for Android build

11 years agoadded extra debug parameters in resize test
Ilya Lavrenov [Mon, 17 Sep 2012 13:08:06 +0000 (17:08 +0400)]
added extra debug parameters in resize test

11 years agoadded test for png encoding bug #2352
Vadim Pisarevsky [Mon, 17 Sep 2012 12:44:40 +0000 (16:44 +0400)]
added test for png encoding bug #2352

11 years agoadded recalculating scale coefficients
Ilya Lavrenov [Mon, 17 Sep 2012 12:31:30 +0000 (16:31 +0400)]
added recalculating scale coefficients

11 years agoimproved image rendering performance in Qt backend for highgui UI (bug #2356)
Vadim Pisarevsky [Mon, 17 Sep 2012 12:13:53 +0000 (16:13 +0400)]
improved image rendering performance in Qt backend for highgui UI (bug #2356)

11 years agoMerge remote-tracking branch 'origin/master'
Vadim Pisarevsky [Mon, 17 Sep 2012 12:12:36 +0000 (16:12 +0400)]
Merge remote-tracking branch 'origin/master'

11 years agoadded test for #2336
Vadim Pisarevsky [Mon, 17 Sep 2012 12:12:30 +0000 (16:12 +0400)]
added test for #2336

11 years agoFix windows build warnings
Andrey Kamaev [Sun, 16 Sep 2012 20:42:34 +0000 (00:42 +0400)]
Fix windows build warnings

11 years agoFix copy-paste bug in AVX optimization of haar
Andrey Kamaev [Sun, 16 Sep 2012 20:41:32 +0000 (00:41 +0400)]
Fix copy-paste bug in AVX optimization of haar

11 years agoFix AVX and other SIMD support detection
Andrey Kamaev [Sun, 16 Sep 2012 20:40:17 +0000 (00:40 +0400)]
Fix AVX and other SIMD support detection

11 years agoFix build of Java API for Windows
Andrey Kamaev [Sat, 15 Sep 2012 11:36:37 +0000 (15:36 +0400)]
Fix build of Java API for Windows

11 years agoAdd experimental support for desktop Java
Andrey Kamaev [Sat, 15 Sep 2012 11:46:34 +0000 (15:46 +0400)]
Add experimental support for desktop Java

Based on pull request #31 (thanks to Eric Christiansen)
Support for Java is turned off by default and can be enabled setting
BUILD_opencv_java to ON (e.g. cmake -DBUILD_opencv_java=ON ..)

11 years agoRemove misused REQUIRED keyword from CMake scripts
Andrey Kamaev [Sat, 15 Sep 2012 11:45:27 +0000 (15:45 +0400)]
Remove misused REQUIRED keyword from CMake scripts

11 years agoadd PyrLK to ocl module
yao [Mon, 17 Sep 2012 01:48:34 +0000 (09:48 +0800)]
add PyrLK to ocl module

11 years agoHonor resently added functionality in hdr_parser and rst_parser; minor fixes in docum...
Andrey Kamaev [Fri, 7 Sep 2012 20:40:06 +0000 (00:40 +0400)]
Honor resently added functionality in hdr_parser and rst_parser; minor fixes in documentation

11 years agoLink to OpenCV website updated. Full Manager version added to UI. Screen orientation...
Alexander Smorkalov [Fri, 14 Sep 2012 13:44:08 +0000 (17:44 +0400)]
Link to OpenCV website updated. Full Manager version added to UI. Screen orientation fixed.

11 years agoIssue #2357 OpenCV manager fails to determine hardware platfrom on Tegra2 fixed.
Alexander Smorkalov [Fri, 14 Sep 2012 13:20:59 +0000 (17:20 +0400)]
Issue #2357 OpenCV manager fails to determine hardware platfrom on Tegra2 fixed.

11 years agoFixed a minor issue in OpenCV4Android Reference.
Vsevolod Glumov [Fri, 14 Sep 2012 13:06:59 +0000 (17:06 +0400)]
Fixed a minor issue in OpenCV4Android Reference.