profile/ivi/opencv.git
11 years agoMoments.nu** fields initialized in completeMomentState( Moments* moments )
berak [Fri, 7 Jun 2013 16:29:00 +0000 (18:29 +0200)]
Moments.nu** fields initialized in completeMomentState( Moments* moments )

11 years agorestored utility.hpp
berak [Fri, 7 Jun 2013 16:13:15 +0000 (18:13 +0200)]
restored utility.hpp

11 years agoadded initialization of Moments.nu** params in completeMomentState( Moments* moments )
berak [Fri, 7 Jun 2013 15:22:42 +0000 (17:22 +0200)]
added initialization of Moments.nu** params in completeMomentState( Moments* moments )

11 years agoMerge pull request #900 from jet47:restore-gpu-modules
Roman Donchenko [Fri, 7 Jun 2013 10:33:33 +0000 (14:33 +0400)]
Merge pull request #900 from jet47:restore-gpu-modules

11 years agoMerge pull request #963 from bitwangyaoyao:master_oclMat
Vadim Pisarevsky [Fri, 7 Jun 2013 09:43:50 +0000 (13:43 +0400)]
Merge pull request #963 from bitwangyaoyao:master_oclMat

11 years agofixed compiler warning
Vladislav Vinogradov [Fri, 7 Jun 2013 09:34:33 +0000 (13:34 +0400)]
fixed compiler warning

removed -fvisibility-inlines-hidden compiler option for CUDA sources

11 years agoRevert "Revert "Merge pull request #836 from jet47:gpu-modules""
Vladislav Vinogradov [Tue, 4 Jun 2013 09:32:35 +0000 (13:32 +0400)]
Revert "Revert "Merge pull request #836 from jet47:gpu-modules""

11 years agoMerge pull request #949 from SpecLad:merge-2.4
Roman Donchenko [Fri, 7 Jun 2013 08:45:02 +0000 (12:45 +0400)]
Merge pull request #949 from SpecLad:merge-2.4

11 years agoremove commented lines
yao [Fri, 7 Jun 2013 07:31:12 +0000 (15:31 +0800)]
remove commented lines

11 years agoMerge pull request #951 from apavlenko:fix_java_test_randshuffle
Roman Donchenko [Fri, 7 Jun 2013 07:28:10 +0000 (11:28 +0400)]
Merge pull request #951 from apavlenko:fix_java_test_randshuffle

11 years agomerge openCLMallocPitch and openCLMallocPitchEx into one interface
yao [Fri, 7 Jun 2013 07:27:44 +0000 (15:27 +0800)]
merge openCLMallocPitch and openCLMallocPitchEx into one interface

11 years agoMerge pull request #956 from IanVS:COLOR_CODE
Roman Donchenko [Thu, 6 Jun 2013 08:09:41 +0000 (12:09 +0400)]
Merge pull request #956 from IanVS:COLOR_CODE

11 years agoUpdated documentation to new "COLOR_" format for color conversion enums.
IanVS [Thu, 6 Jun 2013 01:55:56 +0000 (21:55 -0400)]
Updated documentation to new "COLOR_" format for color conversion enums.

11 years agoMerge remote-tracking branch 'origin/2.4'
Roman Donchenko [Tue, 4 Jun 2013 14:31:51 +0000 (18:31 +0400)]
Merge remote-tracking branch 'origin/2.4'

Pull requests:
#943 from jet47:cuda-5.5-support
#944 from jet47:cmake-2.8.11-cuda-fix
#912 from SpecLad:contributing
#934 from SpecLad:parallel-for
#931 from jet47:gpu-test-fixes
#932 from bitwangyaoyao:2.4_fixBFM
#918 from bitwangyaoyao:2.4_samples
#924 from pengx17:2.4_arithm_fix
#925 from pengx17:2.4_canny_tmp_fix
#927 from bitwangyaoyao:2.4_perf
#930 from pengx17:2.4_haar_ext
#928 from apavlenko:bugfix_3027
#920 from asmorkalov:android_move
#910 from pengx17:2.4_oclgfft
#913 from janm399:2.4
#916 from bitwangyaoyao:2.4_fixPyrLK
#919 from abidrahmank:2.4
#923 from pengx17:2.4_macfix

Conflicts:
modules/calib3d/src/stereobm.cpp
modules/features2d/src/detectors.cpp
modules/gpu/src/error.cpp
modules/gpu/src/precomp.hpp
modules/imgproc/src/distransform.cpp
modules/imgproc/src/morph.cpp
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/perf/perf_color.cpp
modules/ocl/perf/perf_imgproc.cpp
modules/ocl/perf/perf_match_template.cpp
modules/ocl/perf/precomp.cpp
modules/ocl/perf/precomp.hpp
modules/ocl/src/arithm.cpp
modules/ocl/src/canny.cpp
modules/ocl/src/filtering.cpp
modules/ocl/src/haar.cpp
modules/ocl/src/hog.cpp
modules/ocl/src/imgproc.cpp
modules/ocl/src/opencl/haarobjectdetect.cl
modules/ocl/src/pyrlk.cpp
modules/video/src/bgfg_gaussmix2.cpp
modules/video/src/lkpyramid.cpp
platforms/linux/scripts/cmake_arm_gnueabi_hardfp.sh
platforms/linux/scripts/cmake_arm_gnueabi_softfp.sh
platforms/scripts/ABI_compat_generator.py
samples/ocl/facedetect.cpp

11 years agoMerge pull request #950 from apavlenko:fix_java_mat_dump
Roman Donchenko [Wed, 5 Jun 2013 09:32:33 +0000 (13:32 +0400)]
Merge pull request #950 from apavlenko:fix_java_mat_dump

11 years agofix failing test
Andrey Pavlenko [Wed, 5 Jun 2013 08:41:09 +0000 (12:41 +0400)]
fix failing test
small matrix becomes the same after shuffling

11 years agofixing broken Mat::dump() in Java
Andrey Pavlenko [Wed, 5 Jun 2013 07:46:06 +0000 (11:46 +0400)]
fixing broken Mat::dump() in Java

11 years agoMerge pull request #945 from malcolmreynolds:master
Vadim Pisarevsky [Tue, 4 Jun 2013 09:32:34 +0000 (13:32 +0400)]
Merge pull request #945 from malcolmreynolds:master

11 years agoupdate safe_call.hpp to fix OpenCL import on case sensitive mac FS
Malcolm Reynolds [Mon, 3 Jun 2013 16:07:05 +0000 (18:07 +0200)]
update safe_call.hpp to fix OpenCL import on case sensitive mac FS

On a Mac with a case sensitive filesystem <OpenCL/OpenCL.h> does not exist but <OpenCL/opencl.h> does. I presume (!), but have no way to test, that on a Mac with case insensitive FS this change will make no difference.

11 years agoupdate util.hpp to fix OpenCL import on case sensitive mac FS
Malcolm Reynolds [Mon, 3 Jun 2013 16:06:25 +0000 (18:06 +0200)]
update util.hpp to fix OpenCL import on case sensitive mac FS

On a Mac with a case sensitive filesystem <OpenCL/OpenCL.h> does not exist but <OpenCL/opencl.h> does. I presume (!), but have no way to test, that on a Mac with case insensitive FS this change will make no difference.

11 years agoMerge pull request #943 from jet47:cuda-5.5-support
Roman Donchenko [Mon, 3 Jun 2013 12:08:23 +0000 (16:08 +0400)]
Merge pull request #943 from jet47:cuda-5.5-support

11 years agoMerge pull request #944 from jet47:cmake-2.8.11-cuda-fix
Roman Donchenko [Mon, 3 Jun 2013 12:08:06 +0000 (16:08 +0400)]
Merge pull request #944 from jet47:cmake-2.8.11-cuda-fix

11 years agofixed constructors for functional objects (added __host__ modifier)
Vladislav Vinogradov [Mon, 3 Jun 2013 10:41:23 +0000 (14:41 +0400)]
fixed constructors for functional objects (added __host__ modifier)

11 years agofixed norm diff function (it uses pre-allocated buffer now)
Vladislav Vinogradov [Mon, 3 Jun 2013 09:36:02 +0000 (13:36 +0400)]
fixed norm diff function (it uses pre-allocated buffer now)

11 years agofixed NPP error constants usage
Vladislav Vinogradov [Mon, 3 Jun 2013 09:34:41 +0000 (13:34 +0400)]
fixed NPP error constants usage

11 years agofixed NPP library search (it was splitted)
Vladislav Vinogradov [Mon, 3 Jun 2013 09:33:53 +0000 (13:33 +0400)]
fixed NPP library search (it was splitted)

11 years agofixed GPU module compialtion with CMake 2.8.11
Vladislav Vinogradov [Mon, 3 Jun 2013 09:24:57 +0000 (13:24 +0400)]
fixed GPU module compialtion with CMake 2.8.11

CMake 2.8.11 removed linkage with CUDA driver library,
but it's used by gpu video encoding/decoding

11 years agoMerge pull request #912 from SpecLad:contributing
Roman Donchenko [Mon, 3 Jun 2013 08:13:44 +0000 (12:13 +0400)]
Merge pull request #912 from SpecLad:contributing

11 years agoMerge pull request #934 from SpecLad:parallel-for
Roman Donchenko [Mon, 3 Jun 2013 08:13:15 +0000 (12:13 +0400)]
Merge pull request #934 from SpecLad:parallel-for

11 years agoMerge pull request #931 from jet47:gpu-test-fixes
Roman Donchenko [Fri, 31 May 2013 12:46:30 +0000 (16:46 +0400)]
Merge pull request #931 from jet47:gpu-test-fixes

11 years agoSplit CLAHE into its own file, because it's faster that way.
Roman Donchenko [Thu, 30 May 2013 15:05:59 +0000 (19:05 +0400)]
Split CLAHE into its own file, because it's faster that way.

Yes, it's as ludicrous as it sounds, but it's still true. Bizarrely,
the previous commit makes CLAHE run about 10% slower on Android, even
though it doesn't even touch any CLAHE code. Splitting it off fixes that,
although the reason it does is a mystery for the ages.

It's cleaner when it's in its own file, anyway. ;=]

11 years agoReplaced most of the usages of parallel_for with that of parallel_for_.
Roman Donchenko [Thu, 30 May 2013 14:44:33 +0000 (18:44 +0400)]
Replaced most of the usages of parallel_for with that of parallel_for_.

This should allow many algorithms to take advantage of more parallelization
technologies.

11 years agoMerge pull request #932 from bitwangyaoyao:2.4_fixBFM
Vadim Pisarevsky [Thu, 30 May 2013 08:21:26 +0000 (12:21 +0400)]
Merge pull request #932 from bitwangyaoyao:2.4_fixBFM

11 years agoMerge pull request #918 from bitwangyaoyao:2.4_samples
Vadim Pisarevsky [Thu, 30 May 2013 08:01:40 +0000 (12:01 +0400)]
Merge pull request #918 from bitwangyaoyao:2.4_samples

11 years agoMerge pull request #924 from pengx17:2.4_arithm_fix
Vadim Pisarevsky [Thu, 30 May 2013 08:01:25 +0000 (12:01 +0400)]
Merge pull request #924 from pengx17:2.4_arithm_fix

11 years agoMerge pull request #925 from pengx17:2.4_canny_tmp_fix
Vadim Pisarevsky [Thu, 30 May 2013 08:01:08 +0000 (12:01 +0400)]
Merge pull request #925 from pengx17:2.4_canny_tmp_fix

11 years agoMerge pull request #927 from bitwangyaoyao:2.4_perf
Vadim Pisarevsky [Thu, 30 May 2013 08:00:46 +0000 (12:00 +0400)]
Merge pull request #927 from bitwangyaoyao:2.4_perf

11 years agoMerge pull request #930 from pengx17:2.4_haar_ext
Roman Donchenko [Thu, 30 May 2013 07:57:24 +0000 (11:57 +0400)]
Merge pull request #930 from pengx17:2.4_haar_ext

11 years agoFix brute_force_matcher's hung on some Intel CPU OCL
yao [Thu, 30 May 2013 06:57:15 +0000 (14:57 +0800)]
Fix brute_force_matcher's hung on some Intel CPU OCL

11 years agoAdd non-stump based ocl Haar cascade classifier support.
peng xiao [Thu, 30 May 2013 06:01:19 +0000 (14:01 +0800)]
Add non-stump based ocl Haar cascade classifier support.
For example, haarcascade_frontalface_alt2.xml is now supported.
Note that classifier's pattern of a cascade file must be consistent,
i.e., all trees must either have two nodes or one node, otherwise
unexpected results will occur.

Other fixes:
Test cases are updated.
Some unused codes are removed.
Fix some problems of haar when using OclCascadeClassifierBuf.

11 years agofixed some gpu tests (different rounding results due to float arithmetics)
Vladislav Vinogradov [Wed, 29 May 2013 13:38:32 +0000 (17:38 +0400)]
fixed some gpu tests (different rounding results due to float arithmetics)

11 years agoMerge pull request #928 from apavlenko:bugfix_3027
Roman Donchenko [Wed, 29 May 2013 13:10:48 +0000 (17:10 +0400)]
Merge pull request #928 from apavlenko:bugfix_3027

11 years agoMerge pull request #920 from asmorkalov:android_move
Roman Donchenko [Wed, 29 May 2013 12:53:02 +0000 (16:53 +0400)]
Merge pull request #920 from asmorkalov:android_move

11 years agoMerge pull request #921 from SpecLad:merge-2.4
Roman Donchenko [Wed, 29 May 2013 12:24:49 +0000 (16:24 +0400)]
Merge pull request #921 from SpecLad:merge-2.4

11 years agoMerge pull request #910 from pengx17:2.4_oclgfft
Roman Donchenko [Wed, 29 May 2013 11:27:18 +0000 (15:27 +0400)]
Merge pull request #910 from pengx17:2.4_oclgfft

11 years agoMerge branch '2.4' of https://github.com/Itseez/opencv into 2.4_oclgfft
peng xiao [Wed, 29 May 2013 09:57:14 +0000 (17:57 +0800)]
Merge branch '2.4' of https://github.com/Itseez/opencv into 2.4_oclgfft

11 years agofixing #3027 (searching JNI even if no ant), fixing java tests status message (ON...
Andrey Pavlenko [Wed, 29 May 2013 08:51:26 +0000 (12:51 +0400)]
fixing #3027 (searching JNI even if no ant), fixing java tests status message (ON/OFF)

11 years agoadjust test cases
yao [Wed, 29 May 2013 07:48:56 +0000 (15:48 +0800)]
adjust test cases

11 years agoFix 2.4 ocl Canny.
peng xiao [Wed, 29 May 2013 06:15:26 +0000 (14:15 +0800)]
Fix 2.4 ocl Canny.
This fix is a workaround for current 2.4 branch without introducing an
additional oclMat buffer into CannyBuf object.
Test case is cleaned up.
Volatile keywords in kernels are removed for performance concern.

11 years agoMerge pull request #913 from janm399:2.4
Vadim Pisarevsky [Tue, 28 May 2013 18:05:14 +0000 (22:05 +0400)]
Merge pull request #913 from janm399:2.4

11 years agoMerge pull request #916 from bitwangyaoyao:2.4_fixPyrLK
Vadim Pisarevsky [Tue, 28 May 2013 18:04:37 +0000 (22:04 +0400)]
Merge pull request #916 from bitwangyaoyao:2.4_fixPyrLK

11 years agoMerge pull request #919 from abidrahmank:2.4
Vadim Pisarevsky [Tue, 28 May 2013 17:54:51 +0000 (21:54 +0400)]
Merge pull request #919 from abidrahmank:2.4

11 years agoMerge pull request #923 from pengx17:2.4_macfix
Vadim Pisarevsky [Tue, 28 May 2013 17:54:24 +0000 (21:54 +0400)]
Merge pull request #923 from pengx17:2.4_macfix

11 years agofix memory leak
yao [Tue, 28 May 2013 10:07:41 +0000 (18:07 +0800)]
fix memory leak

11 years agorevise perf
yao [Tue, 28 May 2013 09:53:06 +0000 (17:53 +0800)]
revise perf

11 years agoFix a bug when pushing pointers of arguments into std::vector.
peng xiao [Tue, 28 May 2013 09:27:55 +0000 (17:27 +0800)]
Fix a bug when pushing pointers of arguments into std::vector.
When argument pointers pushed into an vector and the pointers point to
address on stack, we need to make sure they are valid until kernels are
successfully flushed onto the queue.

11 years agoBuild fixes. Build scrips reorganized.
Alexander Smorkalov [Wed, 22 May 2013 14:09:24 +0000 (18:09 +0400)]
Build fixes. Build scrips reorganized.

11 years agoFix some OpenCL kernel file build errors on Mac.
peng xiao [Tue, 28 May 2013 03:12:05 +0000 (11:12 +0800)]
Fix some OpenCL kernel file build errors on Mac.

11 years agoReplace the pull request guidelines with a link to the wiki.
Roman Donchenko [Wed, 22 May 2013 11:14:38 +0000 (15:14 +0400)]
Replace the pull request guidelines with a link to the wiki.

I've moved the contents of CONTRIBUTING.md to the wiki (and slightly
expanded it), so the former is no longer required. I've put a link to the
wiki page and a summary in the README.

11 years agoMerge remote-tracking branch 'origin/2.4' into merge-2.4
Roman Donchenko [Mon, 27 May 2013 12:58:04 +0000 (16:58 +0400)]
Merge remote-tracking branch 'origin/2.4' into merge-2.4

Pull requests:
#904 from ograycode:2.4
#905 from bitwangyaoyao:2.4_TVL1
#902 from apavlenko:fix_run_py
#882 from pengx17:2.4_rewrite_query_info

Conflicts:
modules/nonfree/src/surf.ocl.cpp
modules/ocl/include/opencv2/ocl/private/util.hpp
modules/ocl/src/hog.cpp
modules/ocl/src/pyrlk.cpp
modules/ocl/src/tvl1flow.cpp

11 years agoandroid -> plarforms/android
Alexander Smorkalov [Fri, 17 May 2013 13:15:20 +0000 (17:15 +0400)]
android -> plarforms/android

11 years agoANDed waitkey result with 0xFF for x64 systems
abidrahmank [Mon, 27 May 2013 05:00:30 +0000 (10:30 +0530)]
ANDed waitkey result with 0xFF for x64 systems

11 years agoBug #2960 : docs about CV_BGR2GRAY
abidrahmank [Fri, 24 May 2013 20:20:41 +0000 (01:50 +0530)]
Bug #2960 : docs about CV_BGR2GRAY

11 years agoA new python sample on grabcut
abidrahmank [Fri, 24 May 2013 19:25:31 +0000 (00:55 +0530)]
A new python sample on grabcut

11 years agoadd results verification to facedetect and hog samples
yao [Fri, 24 May 2013 07:52:33 +0000 (15:52 +0800)]
add results verification to facedetect and hog samples

11 years agofix hog
yao [Fri, 24 May 2013 05:46:21 +0000 (13:46 +0800)]
fix hog

11 years agoMerge pull request #911 from jrdi:patch-1
Roman Donchenko [Thu, 23 May 2013 11:17:55 +0000 (15:17 +0400)]
Merge pull request #911 from jrdi:patch-1

11 years agoMerge pull request #917 from SpecLad:cuda-4-build
Roman Donchenko [Thu, 23 May 2013 11:15:00 +0000 (15:15 +0400)]
Merge pull request #917 from SpecLad:cuda-4-build

11 years agoremove the images in ocl sample folder
yao [Thu, 23 May 2013 10:12:09 +0000 (18:12 +0800)]
remove the images in ocl sample folder

11 years agoadd two samples
yao [Thu, 23 May 2013 10:10:38 +0000 (18:10 +0800)]
add two samples

11 years agoFix a build error which manifests when building with CUDA < 5.
Roman Donchenko [Thu, 23 May 2013 10:00:13 +0000 (14:00 +0400)]
Fix a build error which manifests when building with CUDA < 5.

11 years agofix Linux build errors
yao [Thu, 23 May 2013 09:58:50 +0000 (17:58 +0800)]
fix Linux build errors

11 years agoMerge pull request #914 from SpecLad:master
Roman Donchenko [Thu, 23 May 2013 09:54:57 +0000 (13:54 +0400)]
Merge pull request #914 from SpecLad:master

11 years agofix pyrLK's mismatch on Intel GPUs
yao [Thu, 23 May 2013 02:55:08 +0000 (10:55 +0800)]
fix pyrLK's mismatch on Intel GPUs

11 years agoMerge pull request #904 from ograycode:2.4
Roman Donchenko [Wed, 22 May 2013 14:46:39 +0000 (18:46 +0400)]
Merge pull request #904 from ograycode:2.4

11 years agoMerge commit 'b51a1a7d' (PR #895 from 2.4)
Roman Donchenko [Wed, 22 May 2013 13:21:19 +0000 (17:21 +0400)]
Merge commit 'b51a1a7d' (PR #895 from 2.4)

Conflicts:
modules/ocl/CMakeLists.txt
modules/ocl/perf/perf_color.cpp
modules/ocl/perf/perf_match_template.cpp
modules/ocl/perf/precomp.cpp
modules/ocl/perf/precomp.hpp

11 years agoFixed include name in OpenCL on OS X
Jan Machacek [Wed, 22 May 2013 12:22:16 +0000 (13:22 +0100)]
Fixed include name in OpenCL on OS X

11 years agofix parenthesis
Jordi Villar [Wed, 22 May 2013 10:57:43 +0000 (13:57 +0300)]
fix parenthesis

11 years agoMerge pull request #797 from vhdirk:installheaders
Andrey Pavlenko [Wed, 22 May 2013 09:54:20 +0000 (13:54 +0400)]
Merge pull request #797 from vhdirk:installheaders

11 years agoMerge pull request #887 from LeszekSwirski:fix-glinkedptrmutex
Roman Donchenko [Wed, 22 May 2013 08:57:04 +0000 (12:57 +0400)]
Merge pull request #887 from LeszekSwirski:fix-glinkedptrmutex

11 years agoMerge pull request #905 from bitwangyaoyao:2.4_TVL1
Roman Donchenko [Wed, 22 May 2013 08:08:16 +0000 (12:08 +0400)]
Merge pull request #905 from bitwangyaoyao:2.4_TVL1

11 years agoMerge pull request #907 from SpecLad:master
Roman Donchenko [Wed, 22 May 2013 08:03:27 +0000 (12:03 +0400)]
Merge pull request #907 from SpecLad:master

11 years agoAdd ocl's good features to track implementation.
peng xiao [Wed, 22 May 2013 05:46:42 +0000 (13:46 +0800)]
Add ocl's good features to track implementation.
Additional notes with this commit:
1. Add cornerHarris_dxdy and cornerMinEigenVal_dxdy to get
the interim dx and dy output of Sobel operator;
2. Add minMax_buf to allow user to reuse buffers in minMax;
3. Fix an error when either min or max pointer fed into minMax is NULL;
4. Corner sorter temporarily uses C++ STL's quick sort. A parallel
 selection sort in OpneCL is contained in the implementation but disabled
due to poor performance at the moment.
5. Accuracy test for ocl gfft.

11 years agoMerge remote-tracking branch 'origin/2.4'
Roman Donchenko [Tue, 21 May 2013 10:35:24 +0000 (14:35 +0400)]
Merge remote-tracking branch 'origin/2.4'

Conflicts:
3rdparty/libjasper/CMakeLists.txt
cmake/OpenCVDetectOpenCL.cmake
modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst
modules/imgproc/src/floodfill.cpp
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/src/arithm.cpp
modules/ocl/src/haar.cpp
modules/ocl/src/imgproc.cpp
modules/ocl/src/initialization.cpp
modules/ocl/src/matrix_operations.cpp
modules/ocl/src/mcwutil.cpp
modules/ocl/src/opencl/arithm_bitwise_and_mask.cl
modules/ocl/src/opencl/arithm_bitwise_and_scalar_mask.cl
modules/ocl/src/opencl/arithm_bitwise_binary_mask.cl
modules/ocl/src/opencl/arithm_bitwise_binary_scalar.cl
modules/ocl/src/opencl/arithm_bitwise_binary_scalar_mask.cl
modules/ocl/src/opencl/arithm_bitwise_or.cl
modules/ocl/src/opencl/arithm_bitwise_or_scalar.cl
modules/ocl/src/opencl/arithm_bitwise_or_scalar_mask.cl
modules/ocl/src/opencl/arithm_bitwise_xor.cl
modules/ocl/src/opencl/arithm_bitwise_xor_mask.cl
modules/ocl/src/opencl/arithm_bitwise_xor_scalar.cl
modules/ocl/src/stereobm.cpp
modules/ocl/test/precomp.hpp
modules/python/src2/api
modules/ts/src/ts_func.cpp
samples/gpu/bgfg_segm.cpp

11 years agoMerge pull request #902 from apavlenko:fix_run_py
Andrey Pavlenko [Tue, 21 May 2013 10:07:31 +0000 (14:07 +0400)]
Merge pull request #902 from apavlenko:fix_run_py

11 years agoMerge pull request #882 from pengx17:2.4_rewrite_query_info
Vadim Pisarevsky [Mon, 20 May 2013 10:01:03 +0000 (14:01 +0400)]
Merge pull request #882 from pengx17:2.4_rewrite_query_info

11 years agoMerge pull request #895 from bitwangyaoyao:2.4_perf
Vadim Pisarevsky [Mon, 20 May 2013 10:00:46 +0000 (14:00 +0400)]
Merge pull request #895 from bitwangyaoyao:2.4_perf

11 years agoMerge pull request #853 from icylord:2.4
Roman Donchenko [Mon, 20 May 2013 08:11:47 +0000 (12:11 +0400)]
Merge pull request #853 from icylord:2.4

11 years agoFix the mismatch on NV GPUs
yao [Mon, 20 May 2013 06:46:17 +0000 (14:46 +0800)]
Fix the mismatch on NV GPUs

11 years agoSimple set of the camera index to allow the user to change it after the object has...
ograycode [Mon, 20 May 2013 02:04:56 +0000 (22:04 -0400)]
Simple set of the camera index to allow the user to change it after the object has been initialized.

11 years ago'aapt' tool moved in SDK r22, adding support to run.py
Andrey Pavlenko [Sun, 19 May 2013 10:57:21 +0000 (14:57 +0400)]
'aapt' tool moved in SDK r22, adding support to run.py

11 years agoMerge pull request #897 from bitwangyaoyao:2.4_TVL1
Vadim Pisarevsky [Sat, 18 May 2013 20:23:23 +0000 (00:23 +0400)]
Merge pull request #897 from bitwangyaoyao:2.4_TVL1

11 years agoMerge pull request #896 from jet47:removed-vibe-master
Vadim Pisarevsky [Fri, 17 May 2013 10:44:49 +0000 (14:44 +0400)]
Merge pull request #896 from jet47:removed-vibe-master

11 years agofix a warning
yao [Fri, 17 May 2013 07:44:22 +0000 (15:44 +0800)]
fix a warning

11 years agoadd OpticalFlowDual_TVL1_OCL function
yao [Fri, 17 May 2013 07:34:22 +0000 (15:34 +0800)]
add OpticalFlowDual_TVL1_OCL function

11 years agoremoved VIBE implementation
Vladislav Vinogradov [Thu, 16 May 2013 09:47:24 +0000 (13:47 +0400)]
removed VIBE implementation

11 years agofix the waring in gemm test
yao [Fri, 17 May 2013 05:19:09 +0000 (13:19 +0800)]
fix the waring in gemm test

11 years agoadd accuracy tests while running perf
yao [Fri, 17 May 2013 05:18:46 +0000 (13:18 +0800)]
add accuracy tests while running perf

11 years agoMerge pull request #892 from jet47:removed-vibe
Andrey Pavlenko [Thu, 16 May 2013 14:44:06 +0000 (18:44 +0400)]
Merge pull request #892 from jet47:removed-vibe

11 years agoremoved VIBE implementation
Vladislav Vinogradov [Thu, 16 May 2013 09:47:24 +0000 (13:47 +0400)]
removed VIBE implementation