profile/ivi/opencv.git
11 years agomoved integral to gpuarithm module
Vladislav Vinogradov [Tue, 9 Apr 2013 10:18:18 +0000 (14:18 +0400)]
moved integral to gpuarithm module

11 years agomoved copyMakeBorder to gpuarithm module
Vladislav Vinogradov [Tue, 9 Apr 2013 09:53:22 +0000 (13:53 +0400)]
moved copyMakeBorder to gpuarithm module

11 years agomoved rectStdDev to gpuarithm
Vladislav Vinogradov [Tue, 9 Apr 2013 09:34:54 +0000 (13:34 +0400)]
moved rectStdDev to gpuarithm

11 years agomade objdetect dependecy for gpunvidia optional
Vladislav Vinogradov [Tue, 9 Apr 2013 08:50:22 +0000 (12:50 +0400)]
made objdetect dependecy for gpunvidia optional

11 years agoreplaced NCV_EXPORTS with CV_EXPORTS
Vladislav Vinogradov [Tue, 9 Apr 2013 08:38:43 +0000 (12:38 +0400)]
replaced NCV_EXPORTS with CV_EXPORTS

11 years agoadded private header to gpunvidia module
Vladislav Vinogradov [Tue, 9 Apr 2013 08:31:46 +0000 (12:31 +0400)]
added private header to gpunvidia module

11 years agoremoved columnSum function (it is a duplicate for reduce)
Vladislav Vinogradov [Tue, 9 Apr 2013 08:10:56 +0000 (12:10 +0400)]
removed columnSum function (it is a duplicate for reduce)

11 years agogpunvidia module for NCV & NPP API
Vladislav Vinogradov [Mon, 8 Apr 2013 14:51:06 +0000 (18:51 +0400)]
gpunvidia module for NCV & NPP API

11 years agoCV_GPU_TEST_MAIN macros
Vladislav Vinogradov [Mon, 8 Apr 2013 11:11:48 +0000 (15:11 +0400)]
CV_GPU_TEST_MAIN macros

11 years agogpufilters module for image filtering
Vladislav Vinogradov [Thu, 18 Apr 2013 06:26:59 +0000 (10:26 +0400)]
gpufilters module for image filtering

11 years agogpuarithm module for arithmetics operations on matrices
Vladislav Vinogradov [Wed, 17 Apr 2013 13:39:17 +0000 (17:39 +0400)]
gpuarithm module for arithmetics operations on matrices

11 years agogpucodec module for video decoding/encoding
Vladislav Vinogradov [Thu, 18 Apr 2013 06:35:54 +0000 (10:35 +0400)]
gpucodec module for video decoding/encoding

11 years agoMerge pull request #828 from tim36272:patch-1
Andrey Kamaev [Wed, 17 Apr 2013 18:30:39 +0000 (22:30 +0400)]
Merge pull request #828 from tim36272:patch-1

11 years agoMerge pull request #831 from jet47:fix-build
Andrey Kamaev [Wed, 17 Apr 2013 12:50:46 +0000 (16:50 +0400)]
Merge pull request #831 from jet47:fix-build

11 years agofixed compilation errors
Vladislav Vinogradov [Wed, 17 Apr 2013 11:24:53 +0000 (15:24 +0400)]
fixed compilation errors

11 years agoMerge branch '2.4'
Andrey Kamaev [Wed, 17 Apr 2013 08:07:17 +0000 (12:07 +0400)]
Merge branch '2.4'

11 years agoClarified floodfill documentation
tim36272 [Wed, 17 Apr 2013 07:34:20 +0000 (00:34 -0700)]
Clarified floodfill documentation

Clarified what value floodfill sets pixels in the mask to when FOODFILL_MASK_ONLY is set.

11 years agoMerge pull request #826 from pengx17:2.4_canny_clampfix
Andrey Kamaev [Wed, 17 Apr 2013 07:09:49 +0000 (11:09 +0400)]
Merge pull request #826 from pengx17:2.4_canny_clampfix

11 years agoMerge pull request #825 from pengx17:2.4_query_cpu_wavesize
Andrey Kamaev [Wed, 17 Apr 2013 07:09:36 +0000 (11:09 +0400)]
Merge pull request #825 from pengx17:2.4_query_cpu_wavesize

11 years agoMerge pull request #824 from taka-no-me:reduce_c_api_deps
Andrey Kamaev [Wed, 17 Apr 2013 07:09:16 +0000 (11:09 +0400)]
Merge pull request #824 from taka-no-me:reduce_c_api_deps

11 years agoMerge pull request #822 from taka-no-me:better_cv_enum
Andrey Kamaev [Wed, 17 Apr 2013 07:08:58 +0000 (11:08 +0400)]
Merge pull request #822 from taka-no-me:better_cv_enum

11 years agoMinimize usages of legacy C API inside the library
Andrey Kamaev [Mon, 15 Apr 2013 11:27:09 +0000 (15:27 +0400)]
Minimize usages of legacy C API inside the library

11 years agoAdd clamping for y dimension.
peng xiao [Tue, 16 Apr 2013 07:49:15 +0000 (15:49 +0800)]
Add clamping for y dimension.

11 years agoLet wave_size=1 on CPU.
peng xiao [Tue, 16 Apr 2013 06:41:30 +0000 (14:41 +0800)]
Let wave_size=1 on CPU.

11 years agoMerge pull request #821 from taka-no-me:contributing
Andrey Kamaev [Tue, 16 Apr 2013 06:16:14 +0000 (10:16 +0400)]
Merge pull request #821 from taka-no-me:contributing

11 years agoMerge pull request #809 from taka-no-me:drop_python1
Andrey Kamaev [Tue, 16 Apr 2013 06:15:50 +0000 (10:15 +0400)]
Merge pull request #809 from taka-no-me:drop_python1

11 years agoEliminate the need of ::testsing::ValuesIn() for CV_ENUM
Andrey Kamaev [Mon, 15 Apr 2013 15:39:49 +0000 (19:39 +0400)]
Eliminate the need of ::testsing::ValuesIn() for CV_ENUM

Also cv::, cv::gpu:: and cv::ocl:: namespace prefixes can be safely omitted
inside CV_ENUM and CV_FLAGS

11 years agoAdd contributing page for Github
Andrey Kamaev [Mon, 15 Apr 2013 12:57:58 +0000 (16:57 +0400)]
Add contributing page for Github

11 years agoMerge pull request #814 from taka-no-me:gtest_r652
Andrey Kamaev [Mon, 15 Apr 2013 08:13:16 +0000 (12:13 +0400)]
Merge pull request #814 from taka-no-me:gtest_r652

11 years agoMerge pull request #812 from bitwangyaoyao:master_uhp
Andrey Kamaev [Mon, 15 Apr 2013 08:12:46 +0000 (12:12 +0400)]
Merge pull request #812 from bitwangyaoyao:master_uhp

11 years agoMerge pull request #811 from pengx17:2.4_ocl_bfmatcher_newtype
Andrey Kamaev [Mon, 15 Apr 2013 08:12:17 +0000 (12:12 +0400)]
Merge pull request #811 from pengx17:2.4_ocl_bfmatcher_newtype

11 years agoFix build issues
Andrey Kamaev [Sat, 13 Apr 2013 12:53:59 +0000 (16:53 +0400)]
Fix build issues

11 years agoMerge pull request #813 from bitwangyaoyao:master_fix
Andrey Kamaev [Sat, 13 Apr 2013 12:34:07 +0000 (16:34 +0400)]
Merge pull request #813 from bitwangyaoyao:master_fix

11 years agoMerge pull request #810 from pengx17:master_fix_ocl_tmflag
Andrey Kamaev [Sat, 13 Apr 2013 12:33:53 +0000 (16:33 +0400)]
Merge pull request #810 from pengx17:master_fix_ocl_tmflag

11 years agoUpdate gtest to upstream r652
Andrey Kamaev [Sat, 13 Apr 2013 12:29:05 +0000 (16:29 +0400)]
Update gtest to upstream r652

It is already marked as a gtest 1.7.0

11 years agoFix arithm's substract mismatch caused by incomplete merge
yao [Sat, 13 Apr 2013 07:57:12 +0000 (15:57 +0800)]
Fix arithm's substract mismatch caused by incomplete merge

11 years agouse host data when DEVICE_MEM_UHP is set (the risk of vary align size is owned by...
yao [Sat, 13 Apr 2013 06:58:49 +0000 (14:58 +0800)]
use host data when DEVICE_MEM_UHP is set (the risk of vary align size is owned by users)

11 years agoUse a faster way to count 1's (used by Hamming)
Peng Xiao [Sat, 13 Apr 2013 06:34:30 +0000 (14:34 +0800)]
Use a faster way to count 1's (used by Hamming)

11 years agoMerge branch '2.4_ocl_bfmatcher_newtype' of https://github.com/pengx17/opencv into...
Peng Xiao [Sat, 13 Apr 2013 06:09:21 +0000 (14:09 +0800)]
Merge branch '2.4_ocl_bfmatcher_newtype' of https://github.com/pengx17/opencv into 2.4_ocl_bfmatcher_newtype

11 years agoAllow more query/train types for ocl::bfmatcher
Peng Xiao [Sat, 13 Apr 2013 06:08:58 +0000 (14:08 +0800)]
Allow more query/train types for ocl::bfmatcher

11 years agoAllow more input query/train types for ocl::bfmatcher
Peng Xiao [Sat, 13 Apr 2013 05:42:26 +0000 (13:42 +0800)]
Allow more input query/train types for ocl::bfmatcher

RadiusMatch for HammingDist cannot pass yet.

11 years agoEnable runtime type definition in kernels
Peng Xiao [Sat, 13 Apr 2013 04:50:17 +0000 (12:50 +0800)]
Enable runtime type definition in kernels

11 years agoPass query type T into kernel
Peng Xiao [Sat, 13 Apr 2013 03:39:13 +0000 (11:39 +0800)]
Pass query type T into kernel

11 years agoUntabify
Peng Xiao [Sat, 13 Apr 2013 03:22:22 +0000 (11:22 +0800)]
Untabify

11 years agoAdd HammingDist test case
Peng Xiao [Sat, 13 Apr 2013 03:07:26 +0000 (11:07 +0800)]
Add HammingDist test case

11 years agoTurn pyopencv_to and pyopencv_from into templates
Andrey Kamaev [Fri, 12 Apr 2013 18:35:46 +0000 (22:35 +0400)]
Turn pyopencv_to and pyopencv_from into templates

This protects from unwanted implicit conversions between types at compile time.

11 years agoRemove documentation for old python wrapper
Andrey Kamaev [Fri, 12 Apr 2013 14:38:49 +0000 (18:38 +0400)]
Remove documentation for old python wrapper

11 years agoDrop old python samples and tests
Andrey Kamaev [Fri, 12 Apr 2013 13:39:16 +0000 (17:39 +0400)]
Drop old python samples and tests

11 years agoDrop old python interface
Andrey Kamaev [Fri, 12 Apr 2013 13:05:23 +0000 (17:05 +0400)]
Drop old python interface

11 years agoMove legacy part of opencv_contrib to separate header
Andrey Kamaev [Fri, 12 Apr 2013 12:19:48 +0000 (16:19 +0400)]
Move legacy part of opencv_contrib to separate header

11 years agoMerge branch '2.4'
Andrey Kamaev [Fri, 12 Apr 2013 11:35:38 +0000 (15:35 +0400)]
Merge branch '2.4'

11 years agoMerge pull request #803 from taka-no-me:split_c_cpp3
Andrey Kamaev [Fri, 12 Apr 2013 11:01:47 +0000 (15:01 +0400)]
Merge pull request #803 from taka-no-me:split_c_cpp3

11 years agoMerge pull request #802 from SpecLad:shebang
Andrey Kamaev [Fri, 12 Apr 2013 11:00:28 +0000 (15:00 +0400)]
Merge pull request #802 from SpecLad:shebang

11 years agoMerge pull request #808 from bitwangyaoyao:2.4_mac
Andrey Kamaev [Fri, 12 Apr 2013 10:59:45 +0000 (14:59 +0400)]
Merge pull request #808 from bitwangyaoyao:2.4_mac

11 years agoMerge pull request #804 from gpsinghsandhu:staticCast
Andrey Kamaev [Fri, 12 Apr 2013 10:59:26 +0000 (14:59 +0400)]
Merge pull request #804 from gpsinghsandhu:staticCast

11 years agoMerge pull request #801 from kirill-kornyakov:lkdemo-fix
Andrey Kamaev [Fri, 12 Apr 2013 10:59:11 +0000 (14:59 +0400)]
Merge pull request #801 from kirill-kornyakov:lkdemo-fix

11 years agoRemove C API from OpenCL module
Andrey Kamaev [Fri, 12 Apr 2013 10:12:12 +0000 (14:12 +0400)]
Remove C API from OpenCL module

11 years agoAdd missed constants for reduce operation
Andrey Kamaev [Fri, 12 Apr 2013 10:09:45 +0000 (14:09 +0400)]
Add missed constants for reduce operation

11 years agoRemove ifdef __cplusplus from nonfree headers
Andrey Kamaev [Fri, 12 Apr 2013 08:25:54 +0000 (12:25 +0400)]
Remove ifdef __cplusplus from nonfree headers

11 years agoMove C API of opencv_objdetect to separate file
Andrey Kamaev [Fri, 12 Apr 2013 08:11:11 +0000 (12:11 +0400)]
Move C API of opencv_objdetect to separate file

Also move cv::linemod to own header

11 years agoMerge pull request #807 from pengx17:2.4_ocl_bfm_opt
Vadim Pisarevsky [Fri, 12 Apr 2013 09:46:55 +0000 (13:46 +0400)]
Merge pull request #807 from pengx17:2.4_ocl_bfm_opt

11 years agoMerge pull request #806 from bitwangyaoyao:2.4_fix
Vadim Pisarevsky [Fri, 12 Apr 2013 09:46:33 +0000 (13:46 +0400)]
Merge pull request #806 from bitwangyaoyao:2.4_fix

11 years agoMerge pull request #805 from pengx17:master_canny_fix
Vadim Pisarevsky [Fri, 12 Apr 2013 09:46:07 +0000 (13:46 +0400)]
Merge pull request #805 from pengx17:master_canny_fix

11 years agoMerge pull request #798 from pengx17:master_ocl_mleak
Vadim Pisarevsky [Fri, 12 Apr 2013 09:45:44 +0000 (13:45 +0400)]
Merge pull request #798 from pengx17:master_ocl_mleak

11 years agoMerge pull request #781 from bitwangyaoyao:2.4_fixerr
Vadim Pisarevsky [Fri, 12 Apr 2013 09:44:58 +0000 (13:44 +0400)]
Merge pull request #781 from bitwangyaoyao:2.4_fixerr

11 years agofix the compile errors on Mac
yao [Fri, 12 Apr 2013 09:38:59 +0000 (17:38 +0800)]
fix the compile errors on Mac

11 years agoCapitalize macro namings.
peng xiao [Fri, 12 Apr 2013 08:56:49 +0000 (16:56 +0800)]
Capitalize macro namings.

11 years agoRename test case category and code clean up.
peng xiao [Fri, 12 Apr 2013 08:54:06 +0000 (16:54 +0800)]
Rename test case category and code clean up.

11 years agoFix build error on linux.
peng xiao [Fri, 12 Apr 2013 08:52:21 +0000 (16:52 +0800)]
Fix build error on linux.

11 years agoFurther optimize bfmatcher by passing macros.
peng xiao [Fri, 12 Apr 2013 08:51:36 +0000 (16:51 +0800)]
Further optimize bfmatcher by passing macros.

11 years agoOptimize bfmatcher by passing macros.
peng xiao [Fri, 12 Apr 2013 08:50:30 +0000 (16:50 +0800)]
Optimize bfmatcher by passing macros.

11 years agoReplace create with ensureSizeIsEnough thus buffer objects can be reused.
peng xiao [Fri, 12 Apr 2013 08:47:44 +0000 (16:47 +0800)]
Replace create with ensureSizeIsEnough thus buffer objects can be reused.

11 years agoRemove my test codes.
peng xiao [Fri, 12 Apr 2013 08:21:52 +0000 (16:21 +0800)]
Remove my test codes.

11 years agoFix a potential bug of ocl::CannyBuf.
peng xiao [Fri, 12 Apr 2013 07:43:33 +0000 (15:43 +0800)]
Fix a potential bug of ocl::CannyBuf.

The program would crash if release is called twice.

11 years agoremove the OpenCL Dir finding in CMake
yao [Fri, 12 Apr 2013 06:44:55 +0000 (14:44 +0800)]
remove the OpenCL Dir finding in CMake

11 years agoRemove unused kernels.
peng xiao [Fri, 12 Apr 2013 06:32:13 +0000 (14:32 +0800)]
Remove unused kernels.

11 years agoFix a compilation error when HAVE_CLAMDFFT is on.
peng xiao [Fri, 12 Apr 2013 03:36:17 +0000 (11:36 +0800)]
Fix a compilation error when HAVE_CLAMDFFT is on.

11 years agoFix a bug of ocl::Canny when src/dst using the same buffer.
peng xiao [Fri, 12 Apr 2013 03:10:47 +0000 (11:10 +0800)]
Fix a bug of ocl::Canny when src/dst using the same buffer.

11 years agoFormat ocl::Canny header
peng xiao [Fri, 12 Apr 2013 03:01:56 +0000 (11:01 +0800)]
Format ocl::Canny header

11 years agoTest code clean up.
peng xiao [Fri, 12 Apr 2013 02:59:15 +0000 (10:59 +0800)]
Test code clean up.

11 years agoChange ocl::Canny test case category
peng xiao [Fri, 12 Apr 2013 02:58:42 +0000 (10:58 +0800)]
Change ocl::Canny test case category

11 years agochanged reinterpret_cast to static_cast
Gurpinder Singh Sandhu [Thu, 11 Apr 2013 17:02:50 +0000 (22:32 +0530)]
changed reinterpret_cast to static_cast

This issue seem to be lingering around for quite some time
https://github.com/Itseez/opencv/pull/639
http://code.opencv.org/issues/2819

11 years agoMove C API of opencv_calib3d to separate file
Andrey Kamaev [Thu, 11 Apr 2013 15:27:54 +0000 (19:27 +0400)]
Move C API of opencv_calib3d to separate file

11 years agoFixed the shebang lines on the Python scripts.
Roman Donchenko [Thu, 11 Apr 2013 14:34:04 +0000 (18:34 +0400)]
Fixed the shebang lines on the Python scripts.

Also, removed the one from modules/python/src2/cv.py and cleared its
executable bit, since it's not a script.

11 years agoMinor code cleanings in lkdemo.cpp
Kirill Kornyakov [Thu, 11 Apr 2013 13:57:33 +0000 (17:57 +0400)]
Minor code cleanings in lkdemo.cpp

11 years ago#2813 bugfix
Kirill Kornyakov [Thu, 11 Apr 2013 13:50:10 +0000 (17:50 +0400)]
#2813 bugfix

11 years agoMove C API of opencv_video to separate file
Andrey Kamaev [Thu, 11 Apr 2013 13:38:33 +0000 (17:38 +0400)]
Move C API of opencv_video to separate file

11 years agoMerge pull request #796 from SpecLad:more-backports
Andrey Kamaev [Thu, 11 Apr 2013 11:48:16 +0000 (15:48 +0400)]
Merge pull request #796 from SpecLad:more-backports

11 years agoMerge pull request #799 from SpecLad:boost-initial-weights
Andrey Kamaev [Thu, 11 Apr 2013 11:47:57 +0000 (15:47 +0400)]
Merge pull request #799 from SpecLad:boost-initial-weights

11 years agoIn CvBoost, delegated update_weights's implementation to a helper method.
Roman Donchenko [Thu, 11 Apr 2013 09:43:51 +0000 (13:43 +0400)]
In CvBoost, delegated update_weights's implementation to a helper method.

This allows subclasses of CvBoost to override initial weights that
update_weights uses without duplicating its entire implementation.

11 years agoFix an incorrect type cast.
peng xiao [Thu, 11 Apr 2013 08:59:32 +0000 (16:59 +0800)]
Fix an incorrect type cast.

11 years agoMerge pull request #793 from SpecLad:auto-cuda
Andrey Kamaev [Thu, 11 Apr 2013 08:24:04 +0000 (12:24 +0400)]
Merge pull request #793 from SpecLad:auto-cuda

11 years agoMerge pull request #795 from taka-no-me:move_imgproc_utils_to_core
Andrey Kamaev [Thu, 11 Apr 2013 07:35:15 +0000 (11:35 +0400)]
Merge pull request #795 from taka-no-me:move_imgproc_utils_to_core

11 years agoMerge pull request #794 from asmorkalov:android_no_layout
Andrey Kamaev [Thu, 11 Apr 2013 07:34:42 +0000 (11:34 +0400)]
Merge pull request #794 from asmorkalov:android_no_layout

11 years agoMerge pull request #792 from asmorkalov:manager_incompat_wh
Andrey Kamaev [Thu, 11 Apr 2013 07:34:21 +0000 (11:34 +0400)]
Merge pull request #792 from asmorkalov:manager_incompat_wh

11 years agoMerge pull request #791 from taka-no-me:cleanup_core_api
Andrey Kamaev [Thu, 11 Apr 2013 07:34:04 +0000 (11:34 +0400)]
Merge pull request #791 from taka-no-me:cleanup_core_api

11 years agoMerge pull request #742 from bitwangyaoyao:2.4_fix
Andrey Kamaev [Thu, 11 Apr 2013 07:33:45 +0000 (11:33 +0400)]
Merge pull request #742 from bitwangyaoyao:2.4_fix

11 years agoMerge pull request #740 from evil0sheep:2.4
Andrey Kamaev [Thu, 11 Apr 2013 07:33:30 +0000 (11:33 +0400)]
Merge pull request #740 from evil0sheep:2.4

11 years agoBackported RNG_MT19937 from master.
Roman Donchenko [Wed, 10 Apr 2013 15:39:38 +0000 (19:39 +0400)]
Backported RNG_MT19937 from master.

11 years agoBackported globbing from master.
Roman Donchenko [Wed, 10 Apr 2013 15:36:39 +0000 (19:36 +0400)]
Backported globbing from master.