profile/ivi/opencv.git
11 years agoAdded initial docs for the videostab module
Alexey Spizhevoy [Fri, 5 Oct 2012 17:30:58 +0000 (21:30 +0400)]
Added initial docs for the videostab module

11 years agoUpdate samples/cpp/tutorial_code/features2D/SURF_detector.cpp
Abhinav Gupta [Fri, 5 Oct 2012 14:25:19 +0000 (17:25 +0300)]
Update samples/cpp/tutorial_code/features2D/SURF_detector.cpp

Changes made for OpenCV 2.4.2 compatibility

11 years agoReplace jpegs with png (see 06a13d9)
Andrey Kamaev [Fri, 5 Oct 2012 14:14:00 +0000 (18:14 +0400)]
Replace jpegs with png (see 06a13d9)

11 years agoRemove alignment reqirements from NEON optimizations in libpng
Andrey Kamaev [Fri, 5 Oct 2012 13:31:31 +0000 (17:31 +0400)]
Remove alignment reqirements from NEON optimizations in libpng

On Android memory is not guaranted to be aligned and applications often crash with BUSERROR

11 years agoMerge branch 'gpu-device-layer'
Vladislav Vinogradov [Fri, 5 Oct 2012 14:13:46 +0000 (18:13 +0400)]
Merge branch 'gpu-device-layer'

11 years agodeleted thrust header
Vladislav Vinogradov [Fri, 5 Oct 2012 14:06:46 +0000 (18:06 +0400)]
deleted thrust header

11 years agomoved device layer headers to include directory
Vladislav Vinogradov [Fri, 5 Oct 2012 14:04:23 +0000 (18:04 +0400)]
moved device layer headers to include directory

11 years agoNative cameras build script output colorized.
Alexander Smorkalov [Fri, 5 Oct 2012 13:58:00 +0000 (17:58 +0400)]
Native cameras build script output colorized.

11 years agominor refactoring:
Vladislav Vinogradov [Fri, 5 Oct 2012 13:43:22 +0000 (17:43 +0400)]
minor refactoring:

moved lbp.hpp to src/cuda folder
added missing cv::gpu::device namespace
deleted whitespaces

11 years agoparallel cvtColor for MSVS and Apple
Ilya Lavrenov [Fri, 5 Oct 2012 09:11:24 +0000 (13:11 +0400)]
parallel cvtColor for MSVS and Apple

11 years agoMade changes in cv::DetectionBasedTracker -- now it can return status of the tracked...
Leonid Beynenson [Thu, 4 Oct 2012 16:50:59 +0000 (20:50 +0400)]
Made changes in cv::DetectionBasedTracker -- now it can return status of the tracked objects

11 years agoTBB version of GridAdaptedFeatureDetector
Andrey Kamaev [Thu, 4 Oct 2012 12:58:34 +0000 (16:58 +0400)]
TBB version of GridAdaptedFeatureDetector

11 years agodisabled NPP resize for 8uc4+Cubic (Bug #2388)
Vladislav Vinogradov [Thu, 4 Oct 2012 09:33:47 +0000 (13:33 +0400)]
disabled NPP resize for 8uc4+Cubic (Bug #2388)

11 years agodisabled NVidia test output by default
Vladislav Vinogradov [Thu, 4 Oct 2012 09:33:06 +0000 (13:33 +0400)]
disabled NVidia test output by default

11 years agoreplaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet
Vadim Pisarevsky [Tue, 2 Oct 2012 19:07:46 +0000 (23:07 +0400)]
replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet

11 years agoAnt build.xml and deps added.
Alexander Smorkalov [Tue, 2 Oct 2012 11:05:19 +0000 (15:05 +0400)]
Ant build.xml and deps added.

11 years agoMIPS arch support added to OpenCV manager;
Alexander Smorkalov [Tue, 2 Oct 2012 11:02:04 +0000 (15:02 +0400)]
MIPS arch support added to OpenCV manager;
Internal OpenCV library in OpenCV Manager support added;
Unit tests improved, platform specific tests added, MIPS related tests added;
Code refactoring done.

11 years agoAutomation for build and test OpenCV Manager on several devices added.
Alexander Smorkalov [Tue, 2 Oct 2012 10:59:00 +0000 (14:59 +0400)]
Automation for build and test OpenCV Manager on several devices added.

11 years agoMIPS architecture support added. Native camera library built for MIPS device.
Alexander Smorkalov [Tue, 2 Oct 2012 10:55:51 +0000 (14:55 +0400)]
MIPS architecture support added. Native camera library built for MIPS device.

11 years agoadded GpuMat support to OutputArray
Vladislav Vinogradov [Tue, 2 Oct 2012 10:34:17 +0000 (14:34 +0400)]
added GpuMat support to OutputArray

11 years agofixed build errors in java bindings on desktop in Debug mode
Vadim Pisarevsky [Tue, 2 Oct 2012 06:49:19 +0000 (10:49 +0400)]
fixed build errors in java bindings on desktop in Debug mode

11 years agowarnings
Anatoly Baksheev [Mon, 1 Oct 2012 19:43:57 +0000 (23:43 +0400)]
warnings

11 years agoadded CUDA_DISABLER preprocessor commands
Anatoly Baksheev [Mon, 1 Oct 2012 18:37:20 +0000 (22:37 +0400)]
added CUDA_DISABLER preprocessor commands

11 years agowarnings under windows
Anatoly Baksheev [Mon, 1 Oct 2012 18:28:34 +0000 (22:28 +0400)]
warnings under windows

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