profile/ivi/opencv.git
11 years agoAdded perf test for remap
Daniil Osokin [Fri, 10 Aug 2012 10:24:44 +0000 (14:24 +0400)]
Added perf test for remap

11 years agofixed perfomance test for CCL
marina.kolpakova [Fri, 10 Aug 2012 11:01:03 +0000 (15:01 +0400)]
fixed perfomance test for CCL

11 years agoUse github pat to get data for in python tests (files from code.opencv.org are receiv...
Evgeny Talanin [Fri, 10 Aug 2012 10:09:58 +0000 (14:09 +0400)]
Use github pat to get data for in python tests (files from code.opencv.org are received truncated sometimes)

11 years agofixed build for old compute capabilities
Vladislav Vinogradov [Fri, 10 Aug 2012 06:03:35 +0000 (10:03 +0400)]
fixed build for old compute capabilities

11 years agoadd Canny to ocl module
yao [Fri, 10 Aug 2012 03:59:47 +0000 (11:59 +0800)]
add Canny to ocl module

11 years agoRemoved writing the test.png, wasn't meant to be commited.
Philipp Wagner [Thu, 9 Aug 2012 21:52:09 +0000 (23:52 +0200)]
Removed writing the test.png, wasn't meant to be commited.

11 years agoMerge branch 'master' of git://code.opencv.org/opencv
Philipp Wagner [Thu, 9 Aug 2012 21:05:07 +0000 (23:05 +0200)]
Merge branch 'master' of git://code.opencv.org/opencv

11 years agoandroid tutorial, part 1 - adding 'device connection via usb' section, sections reord...
Andrey Pavlenko [Thu, 9 Aug 2012 18:57:06 +0000 (22:57 +0400)]
android tutorial, part 1 - adding 'device connection via usb' section, sections reordering

11 years ago1.x related fixes
marina.kolpakova [Thu, 9 Aug 2012 14:48:25 +0000 (18:48 +0400)]
1.x related fixes

11 years agoandroid tutorial minor layout fix (also my first test commit)
Oleg Sklyarov [Thu, 9 Aug 2012 14:21:56 +0000 (18:21 +0400)]
android tutorial minor layout fix (also my first test commit)

11 years agoMerge branch 'bgfg-gmg-optimized' into bgfg-gmg-merged
Vladislav Vinogradov [Thu, 9 Aug 2012 10:55:36 +0000 (14:55 +0400)]
Merge branch 'bgfg-gmg-optimized' into bgfg-gmg-merged

11 years agoMerge branch 'bgfg-gmg-gpu' into bgfg-gmg-merged
Vladislav Vinogradov [Thu, 9 Aug 2012 10:48:26 +0000 (14:48 +0400)]
Merge branch 'bgfg-gmg-gpu' into bgfg-gmg-merged

11 years agoadded updateBackgroundModel parameter
Vladislav Vinogradov [Thu, 9 Aug 2012 10:46:27 +0000 (14:46 +0400)]
added updateBackgroundModel parameter

11 years agoadded updateBackgroundModel parameter and release method
Vladislav Vinogradov [Thu, 9 Aug 2012 10:37:08 +0000 (14:37 +0400)]
added updateBackgroundModel parameter and release method

11 years agoadded performance tests
Vladislav Vinogradov [Thu, 9 Aug 2012 10:14:13 +0000 (14:14 +0400)]
added performance tests

11 years agoadded docs for GMG_GPU
Vladislav Vinogradov [Thu, 9 Aug 2012 09:28:28 +0000 (13:28 +0400)]
added docs for GMG_GPU

11 years agoadded release method to GMG_GPU
Vladislav Vinogradov [Thu, 9 Aug 2012 09:13:04 +0000 (13:13 +0400)]
added release method to GMG_GPU

11 years agoadded GMG_GPU to bgfg_segm sample
Vladislav Vinogradov [Thu, 9 Aug 2012 08:59:18 +0000 (12:59 +0400)]
added GMG_GPU to bgfg_segm sample

11 years agoadded performance test fot CCL
marina.kolpakova [Thu, 9 Aug 2012 08:42:27 +0000 (12:42 +0400)]
added performance test fot CCL

11 years agofixed number of training mode operation
Vladislav Vinogradov [Thu, 9 Aug 2012 08:37:35 +0000 (12:37 +0400)]
fixed number of training mode operation

11 years agoadded tests for VIBE_GPU and GMG_GPU
Vladislav Vinogradov [Thu, 9 Aug 2012 08:30:55 +0000 (12:30 +0400)]
added tests for VIBE_GPU and GMG_GPU

11 years agofixed number of update operation
Vladislav Vinogradov [Thu, 9 Aug 2012 08:28:30 +0000 (12:28 +0400)]
fixed number of update operation

11 years agogpu version of GMG Background Subtractor
Vladislav Vinogradov [Thu, 9 Aug 2012 07:31:08 +0000 (11:31 +0400)]
gpu version of GMG Background Subtractor

11 years agofixed build warnings
Vladislav Vinogradov [Thu, 9 Aug 2012 07:05:27 +0000 (11:05 +0400)]
fixed build warnings

11 years agomade BackgroundSubtractorGMG's parameters public
Vladislav Vinogradov [Thu, 9 Aug 2012 06:23:24 +0000 (10:23 +0400)]
made BackgroundSubtractorGMG's parameters public

11 years agoFixed division by zero case in SphericalProjector::mapForward
Andrey Kamaev [Wed, 8 Aug 2012 16:57:12 +0000 (20:57 +0400)]
Fixed division by zero case in SphericalProjector::mapForward

11 years agonew optimized version of BackgroundSubtractorGMG
Vladislav Vinogradov [Wed, 8 Aug 2012 14:15:06 +0000 (18:15 +0400)]
new optimized version of BackgroundSubtractorGMG

11 years agoLowered acceptance threshold in Features2d_RotationInvariance_Detector_ORB.regression...
Andrey Kamaev [Wed, 8 Aug 2012 13:15:46 +0000 (17:15 +0400)]
Lowered acceptance threshold in Features2d_RotationInvariance_Detector_ORB.regression test

11 years agoduplicating cv::error() message to Android logcat
Andrey Pavlenko [Wed, 8 Aug 2012 12:39:24 +0000 (16:39 +0400)]
duplicating cv::error() message to Android logcat

11 years agoFixed links in formatting in Android intro tutorial
Andrey Kamaev [Wed, 8 Aug 2012 12:27:13 +0000 (16:27 +0400)]
Fixed links in formatting in Android intro tutorial

11 years agoreserved flags parameter for future usage
marina.kolpakova [Wed, 8 Aug 2012 11:51:56 +0000 (15:51 +0400)]
reserved flags parameter for future usage

11 years agoadded perf. test for GFF
marina.kolpakova [Wed, 8 Aug 2012 11:17:26 +0000 (15:17 +0400)]
added perf. test for GFF

11 years agotest: GFF same as cpu greedy implementation
marina.kolpakova [Wed, 8 Aug 2012 10:46:11 +0000 (14:46 +0400)]
test: GFF same as cpu greedy implementation

11 years agorefactored test code
marina.kolpakova [Wed, 8 Aug 2012 10:15:36 +0000 (14:15 +0400)]
refactored test code

11 years agofixed Bug #2252
Vladislav Vinogradov [Wed, 8 Aug 2012 10:38:14 +0000 (14:38 +0400)]
fixed Bug #2252

error in the tutorial Similarity check (PNSR and SSIM) on the GPU

11 years agoMerge branch 'master' of git://code.opencv.org/opencv
yao [Wed, 8 Aug 2012 09:13:30 +0000 (17:13 +0800)]
Merge branch 'master' of git://code.opencv.org/opencv

11 years agoadd an ocl sample
yao [Wed, 8 Aug 2012 09:12:53 +0000 (17:12 +0800)]
add an ocl sample

11 years agoadd performance test code for ocl module
niko [Wed, 8 Aug 2012 09:09:29 +0000 (17:09 +0800)]
add performance test code for ocl module

11 years agoadd SURF and HOG to ocl module
yao [Wed, 8 Aug 2012 07:55:39 +0000 (15:55 +0800)]
add SURF and HOG to ocl module

11 years agoadded CV_IN_OUT to img argument of drawing functions
Alexander Mordvintesv [Wed, 8 Aug 2012 08:18:52 +0000 (11:18 +0300)]
added CV_IN_OUT to img argument of drawing functions

11 years agoRefactored the DP based seam finder
Alexey Spizhevoy [Tue, 7 Aug 2012 19:55:06 +0000 (23:55 +0400)]
Refactored the DP based seam finder

11 years agoMerge branch 'master' of code.opencv.org:opencv
Alexander Mordvintesv [Tue, 7 Aug 2012 20:21:56 +0000 (23:21 +0300)]
Merge branch 'master' of code.opencv.org:opencv

Conflicts:
samples/python2/common.py
samples/python2/feature_homography.py
samples/python2/plane_ar.py
samples/python2/plane_tracker.py

11 years agocomment fixed
Alexander Mordvintesv [Tue, 7 Aug 2012 20:19:13 +0000 (23:19 +0300)]
comment fixed

11 years agotypo fix in features_homography.py
Alexander Mordvintesv [Tue, 7 Aug 2012 18:37:46 +0000 (21:37 +0300)]
typo fix in features_homography.py

11 years agoRevert "fixed LshIndex types in its constructor"
Alexander Mordvintesv [Tue, 7 Aug 2012 18:37:19 +0000 (21:37 +0300)]
Revert "fixed LshIndex types in its constructor"

This reverts commit 54d68da8e75d2620b0781a8a45a5ad612a02ae5e.

11 years agowork on #2100: pyopencv_to functions now can receive argument information through...
Alexander Mordvintesv [Tue, 7 Aug 2012 18:03:17 +0000 (21:03 +0300)]
work on #2100: pyopencv_to functions now can receive argument information through ArgInfo structure. Non-contiguous input numpy arrays are copied. In case of non-contiguous output array the TypeError is thrown.

11 years agoMerge remote-tracking branch 'origin/master'
Vadim Pisarevsky [Tue, 7 Aug 2012 14:17:49 +0000 (18:17 +0400)]
Merge remote-tracking branch 'origin/master'

11 years agoHAVE_CUDA macro
marina.kolpakova [Tue, 7 Aug 2012 13:27:02 +0000 (17:27 +0400)]
HAVE_CUDA macro

11 years agoGreedy Labeling implementation in correctness test
marina.kolpakova [Tue, 7 Aug 2012 13:25:29 +0000 (17:25 +0400)]
Greedy Labeling implementation in correctness test

11 years agotest fix
marina.kolpakova [Tue, 7 Aug 2012 10:25:27 +0000 (14:25 +0400)]
test fix

11 years agoadded description of FAST 5/8 and FAST 7/12 (by Vincent)
Vadim Pisarevsky [Tue, 7 Aug 2012 14:17:30 +0000 (18:17 +0400)]
added description of FAST 5/8 and FAST 7/12 (by Vincent)

11 years agoMerge remote-tracking branch 'origin/master'
Vadim Pisarevsky [Tue, 7 Aug 2012 14:00:10 +0000 (18:00 +0400)]
Merge remote-tracking branch 'origin/master'

11 years agoFix several documentation build warnings
Andrey Kamaev [Tue, 7 Aug 2012 14:00:09 +0000 (18:00 +0400)]
Fix several documentation build warnings

11 years agoadded SSE2-optimized 3x3 invert by Grigoriy Frolov
Vadim Pisarevsky [Tue, 7 Aug 2012 13:59:52 +0000 (17:59 +0400)]
added SSE2-optimized 3x3 invert by Grigoriy Frolov

11 years agoandroid tutorial v2, initial draft commit
Andrey Pavlenko [Tue, 7 Aug 2012 13:27:48 +0000 (17:27 +0400)]
android tutorial v2, initial draft commit

11 years agoMinor fix in the DP based seam estimator
alexey.spizhevoy [Mon, 6 Aug 2012 13:20:06 +0000 (17:20 +0400)]
Minor fix in the DP based seam estimator

11 years agoFixed bug
alexey.spizhevoy [Mon, 6 Aug 2012 10:57:45 +0000 (14:57 +0400)]
Fixed bug

11 years agoMinor changes
alexey.spizhevoy [Mon, 6 Aug 2012 07:46:40 +0000 (11:46 +0400)]
Minor changes

11 years agoAdded support of 8UC3
alexey.spizhevoy [Mon, 6 Aug 2012 07:20:54 +0000 (11:20 +0400)]
Added support of 8UC3

11 years agoimplemented DP-based seam estimation method
alexey.spizhevoy [Thu, 2 Aug 2012 07:37:47 +0000 (11:37 +0400)]
implemented DP-based seam estimation method

11 years agoMerge branch 'master' of code.opencv.org:opencv
Vladislav Vinogradov [Tue, 7 Aug 2012 12:09:04 +0000 (16:09 +0400)]
Merge branch 'master' of code.opencv.org:opencv

11 years agofixed build with CUDA 4.2
Vladislav Vinogradov [Tue, 7 Aug 2012 12:08:22 +0000 (16:08 +0400)]
fixed build with CUDA 4.2

11 years agoFixed number of svn->git migration issues
Andrey Kamaev [Tue, 7 Aug 2012 10:32:57 +0000 (14:32 +0400)]
Fixed number of svn->git migration issues

11 years agosvn repository web references are replaced with links to git
Andrey Kamaev [Tue, 7 Aug 2012 09:29:43 +0000 (13:29 +0400)]
svn repository web references are replaced with links to git

11 years agoAdd git support to run.py
Andrey Kamaev [Tue, 7 Aug 2012 07:35:13 +0000 (11:35 +0400)]
Add git support to run.py

11 years agoUse git hash instead of svn version in cmake status report
Andrey Kamaev [Tue, 7 Aug 2012 06:59:20 +0000 (10:59 +0400)]
Use git hash instead of svn version in cmake status report

11 years agoFix tegra build warnings
Andrey Kamaev [Tue, 7 Aug 2012 08:42:25 +0000 (12:42 +0400)]
Fix tegra build warnings

11 years agonew implementation of gpu debayer
Vladislav Vinogradov [Mon, 6 Aug 2012 06:58:11 +0000 (10:58 +0400)]
new implementation of gpu debayer

* without border extrapolation
* with aligned write
* process 4 pixels per thread in 8u case

11 years agoadded perf tests for new gpu::cvtColor functions
Vladislav Vinogradov [Thu, 2 Aug 2012 11:58:25 +0000 (15:58 +0400)]
added perf tests for new gpu::cvtColor functions

11 years agoadded missed device synchronization
Vladislav Vinogradov [Thu, 2 Aug 2012 11:56:59 +0000 (15:56 +0400)]
added missed device synchronization

11 years agoadded debayer to gpu::cvtColor
Vladislav Vinogradov [Thu, 2 Aug 2012 11:04:00 +0000 (15:04 +0400)]
added debayer to gpu::cvtColor

11 years agointervales for vector type support
marina.kolpakova [Mon, 6 Aug 2012 14:43:25 +0000 (18:43 +0400)]
intervales for vector type support

11 years agoadded connectivityMask calculation function
marina.kolpakova [Mon, 6 Aug 2012 14:10:06 +0000 (18:10 +0400)]
added  connectivityMask calculation function

11 years agofixed not defined macro warningds
marina.kolpakova [Mon, 6 Aug 2012 14:08:57 +0000 (18:08 +0400)]
fixed not defined macro warningds

11 years agoC.C. Labeling: added stream support
marina.kolpakova [Mon, 6 Aug 2012 11:08:27 +0000 (15:08 +0400)]
C.C. Labeling: added stream support

11 years agoconnected components labeling
marina.kolpakova [Mon, 6 Aug 2012 10:20:21 +0000 (14:20 +0400)]
connected components labeling

11 years agominor in license file
marina.kolpakova [Mon, 6 Aug 2012 09:18:48 +0000 (13:18 +0400)]
minor in license file

11 years agoMerge remote-tracking branch 'origin/master'
Vadim Pisarevsky [Tue, 7 Aug 2012 08:54:22 +0000 (12:54 +0400)]
Merge remote-tracking branch 'origin/master'

11 years agoAdd dft and gemm to ocl module, using AMD's clAmdFft and clAmdBlas libraries
yao [Tue, 7 Aug 2012 08:33:46 +0000 (16:33 +0800)]
Add dft and gemm to ocl module, using AMD's clAmdFft and clAmdBlas libraries

11 years agoMerge branch 'master' of git://code.opencv.org/opencv
yao [Tue, 7 Aug 2012 00:37:38 +0000 (08:37 +0800)]
Merge branch 'master' of git://code.opencv.org/opencv

11 years agoFixed xml name generation in run.py
Andrey Kamaev [Mon, 6 Aug 2012 14:41:20 +0000 (18:41 +0400)]
Fixed xml name generation in run.py

11 years agoFixed build warnings (including error in FAST)
Andrey Kamaev [Mon, 6 Aug 2012 11:49:07 +0000 (15:49 +0400)]
Fixed build warnings (including error in FAST)

11 years agoAdded ignore for tbb source tarballs
Andrey Kamaev [Mon, 6 Aug 2012 11:48:31 +0000 (15:48 +0400)]
Added ignore for tbb source tarballs

11 years agoIntermediate files generated by Android toolchain are moved into CMakeFiles subfolder
Andrey Kamaev [Mon, 6 Aug 2012 10:48:23 +0000 (14:48 +0400)]
Intermediate files generated by Android toolchain are moved into CMakeFiles subfolder

11 years agoMerge branch 'master' of code.opencv.org:opencv
Alexander Mordvintesv [Mon, 6 Aug 2012 14:17:13 +0000 (17:17 +0300)]
Merge branch 'master' of code.opencv.org:opencv

11 years agonew/improved Python samples by Alexander Mordvintsev
Vadim Pisarevsky [Mon, 6 Aug 2012 12:35:35 +0000 (16:35 +0400)]
new/improved Python samples by Alexander Mordvintsev

11 years agofix bugs in tests, set device for each test case
yao [Mon, 6 Aug 2012 07:51:27 +0000 (15:51 +0800)]
fix bugs in tests, set device for each test case

Signed-off-by: yao <bitwangyaoyao@gmail.com>
11 years agoMerge branch 'master' of git://code.opencv.org/opencv
yao [Mon, 6 Aug 2012 07:01:21 +0000 (15:01 +0800)]
Merge branch 'master' of git://code.opencv.org/opencv

11 years agoAdd blend, columnsum, pyrUp/down, matchTemplate for ocl module
yao [Mon, 6 Aug 2012 07:00:27 +0000 (15:00 +0800)]
Add blend, columnsum, pyrUp/down, matchTemplate for ocl module

11 years agoIssue #2232: Bugfixes for 64bit Python-compability.
Philipp Wagner [Sun, 5 Aug 2012 23:37:43 +0000 (01:37 +0200)]
Issue #2232: Bugfixes for 64bit Python-compability.

11 years agoIssue #2231: Attempt to fix segfault, when copying labels. LDA needed to be updated...
Philipp Wagner [Sun, 5 Aug 2012 23:14:51 +0000 (01:14 +0200)]
Issue #2231: Attempt to fix segfault, when copying labels. LDA needed to be updated to generate the Wrapper correctly.

11 years agoAdded descriptions to PlaneTracker samples
Alexander Mordvintesv [Sun, 5 Aug 2012 07:20:42 +0000 (10:20 +0300)]
Added descriptions to PlaneTracker samples

11 years agocreated PlaneTracker (int plane_tracker.py), which implements multitarget planar...
Alexander Mordvintesv [Fri, 3 Aug 2012 19:17:11 +0000 (22:17 +0300)]
created PlaneTracker (int plane_tracker.py), which implements multitarget planar tracking
rewritten feature_homography.py using it
added plane_ar.py - simple augmented reality sample

11 years agoMerge branch 'master' of code.opencv.org:opencv
Alexander Mordvintesv [Fri, 3 Aug 2012 16:21:10 +0000 (19:21 +0300)]
Merge branch 'master' of code.opencv.org:opencv

11 years agoSet correct path to repo in python tests (changed after migration to git)
Evgeny Talanin [Fri, 3 Aug 2012 13:50:55 +0000 (17:50 +0400)]
Set correct path to repo in python tests (changed after migration to git)

11 years agofixed a few compile warnings and errors with VS2010.
Vadim Pisarevsky [Fri, 3 Aug 2012 13:12:45 +0000 (17:12 +0400)]
fixed a few compile warnings and errors with VS2010.

11 years agoAndroid CMake toolchain is updated for NDK r8b
andrey.kamaev [Fri, 3 Aug 2012 13:00:18 +0000 (17:00 +0400)]
Android CMake toolchain is updated for NDK r8b

11 years agomoved parallel_for_ and ParallelLoopBody to core.hpp
Vadim Pisarevsky [Fri, 3 Aug 2012 12:41:00 +0000 (16:41 +0400)]
moved parallel_for_ and ParallelLoopBody to core.hpp

11 years agoMerge remote-tracking branch 'origin/master'
Vadim Pisarevsky [Fri, 3 Aug 2012 12:14:38 +0000 (16:14 +0400)]
Merge remote-tracking branch 'origin/master'

11 years agoMerge branch 'master' of git://code.opencv.org/opencv
yao [Fri, 3 Aug 2012 07:44:15 +0000 (15:44 +0800)]
Merge branch 'master' of git://code.opencv.org/opencv