Vladislav Vinogradov [Thu, 18 Apr 2013 06:26:16 +0000 (10:26 +0400)]
gpufeatures2d module 2d for feature detection and matching
Vladislav Vinogradov [Wed, 17 Apr 2013 14:14:35 +0000 (18:14 +0400)]
gpuimgproc module for image processing
Vladislav Vinogradov [Tue, 9 Apr 2013 11:49:56 +0000 (15:49 +0400)]
moved mulSpectrums, dft and convolve to gpuarithm
Vladislav Vinogradov [Tue, 9 Apr 2013 10:18:18 +0000 (14:18 +0400)]
moved integral to gpuarithm module
Vladislav Vinogradov [Tue, 9 Apr 2013 09:53:22 +0000 (13:53 +0400)]
moved copyMakeBorder to gpuarithm module
Vladislav Vinogradov [Tue, 9 Apr 2013 09:34:54 +0000 (13:34 +0400)]
moved rectStdDev to gpuarithm
Vladislav Vinogradov [Tue, 9 Apr 2013 08:50:22 +0000 (12:50 +0400)]
made objdetect dependecy for gpunvidia optional
Vladislav Vinogradov [Tue, 9 Apr 2013 08:38:43 +0000 (12:38 +0400)]
replaced NCV_EXPORTS with CV_EXPORTS
Vladislav Vinogradov [Tue, 9 Apr 2013 08:31:46 +0000 (12:31 +0400)]
added private header to gpunvidia module
Vladislav Vinogradov [Tue, 9 Apr 2013 08:10:56 +0000 (12:10 +0400)]
removed columnSum function (it is a duplicate for reduce)
Vladislav Vinogradov [Mon, 8 Apr 2013 14:51:06 +0000 (18:51 +0400)]
gpunvidia module for NCV & NPP API
Vladislav Vinogradov [Mon, 8 Apr 2013 11:11:48 +0000 (15:11 +0400)]
CV_GPU_TEST_MAIN macros
Vladislav Vinogradov [Thu, 18 Apr 2013 06:26:59 +0000 (10:26 +0400)]
gpufilters module for image filtering
Vladislav Vinogradov [Wed, 17 Apr 2013 13:39:17 +0000 (17:39 +0400)]
gpuarithm module for arithmetics operations on matrices
Vladislav Vinogradov [Thu, 18 Apr 2013 06:35:54 +0000 (10:35 +0400)]
gpucodec module for video decoding/encoding
Andrey Kamaev [Wed, 17 Apr 2013 18:30:39 +0000 (22:30 +0400)]
Merge pull request #828 from tim36272:patch-1
Andrey Kamaev [Wed, 17 Apr 2013 12:50:46 +0000 (16:50 +0400)]
Merge pull request #831 from jet47:fix-build
Vladislav Vinogradov [Wed, 17 Apr 2013 11:24:53 +0000 (15:24 +0400)]
fixed compilation errors
Andrey Kamaev [Wed, 17 Apr 2013 08:07:17 +0000 (12:07 +0400)]
Merge branch '2.4'
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.
Andrey Kamaev [Wed, 17 Apr 2013 07:09:49 +0000 (11:09 +0400)]
Merge pull request #826 from pengx17:2.4_canny_clampfix
Andrey Kamaev [Wed, 17 Apr 2013 07:09:36 +0000 (11:09 +0400)]
Merge pull request #825 from pengx17:2.4_query_cpu_wavesize
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
Andrey Kamaev [Wed, 17 Apr 2013 07:08:58 +0000 (11:08 +0400)]
Merge pull request #822 from taka-no-me:better_cv_enum
Andrey Kamaev [Mon, 15 Apr 2013 11:27:09 +0000 (15:27 +0400)]
Minimize usages of legacy C API inside the library
peng xiao [Tue, 16 Apr 2013 07:49:15 +0000 (15:49 +0800)]
Add clamping for y dimension.
peng xiao [Tue, 16 Apr 2013 06:41:30 +0000 (14:41 +0800)]
Let wave_size=1 on CPU.
Andrey Kamaev [Tue, 16 Apr 2013 06:16:14 +0000 (10:16 +0400)]
Merge pull request #821 from taka-no-me:contributing
Andrey Kamaev [Tue, 16 Apr 2013 06:15:50 +0000 (10:15 +0400)]
Merge pull request #809 from taka-no-me:drop_python1
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
Andrey Kamaev [Mon, 15 Apr 2013 12:57:58 +0000 (16:57 +0400)]
Add contributing page for Github
Andrey Kamaev [Mon, 15 Apr 2013 08:13:16 +0000 (12:13 +0400)]
Merge pull request #814 from taka-no-me:gtest_r652
Andrey Kamaev [Mon, 15 Apr 2013 08:12:46 +0000 (12:12 +0400)]
Merge pull request #812 from bitwangyaoyao:master_uhp
Andrey Kamaev [Mon, 15 Apr 2013 08:12:17 +0000 (12:12 +0400)]
Merge pull request #811 from pengx17:2.4_ocl_bfmatcher_newtype
Andrey Kamaev [Sat, 13 Apr 2013 12:53:59 +0000 (16:53 +0400)]
Fix build issues
Andrey Kamaev [Sat, 13 Apr 2013 12:34:07 +0000 (16:34 +0400)]
Merge pull request #813 from bitwangyaoyao:master_fix
Andrey Kamaev [Sat, 13 Apr 2013 12:33:53 +0000 (16:33 +0400)]
Merge pull request #810 from pengx17:master_fix_ocl_tmflag
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
yao [Sat, 13 Apr 2013 07:57:12 +0000 (15:57 +0800)]
Fix arithm's substract mismatch caused by incomplete merge
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)
Peng Xiao [Sat, 13 Apr 2013 06:34:30 +0000 (14:34 +0800)]
Use a faster way to count 1's (used by Hamming)
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
Peng Xiao [Sat, 13 Apr 2013 06:08:58 +0000 (14:08 +0800)]
Allow more 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.
Peng Xiao [Sat, 13 Apr 2013 04:50:17 +0000 (12:50 +0800)]
Enable runtime type definition in kernels
Peng Xiao [Sat, 13 Apr 2013 03:39:13 +0000 (11:39 +0800)]
Pass query type T into kernel
Peng Xiao [Sat, 13 Apr 2013 03:22:22 +0000 (11:22 +0800)]
Untabify
Peng Xiao [Sat, 13 Apr 2013 03:07:26 +0000 (11:07 +0800)]
Add HammingDist test case
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.
Andrey Kamaev [Fri, 12 Apr 2013 14:38:49 +0000 (18:38 +0400)]
Remove documentation for old python wrapper
Andrey Kamaev [Fri, 12 Apr 2013 13:39:16 +0000 (17:39 +0400)]
Drop old python samples and tests
Andrey Kamaev [Fri, 12 Apr 2013 13:05:23 +0000 (17:05 +0400)]
Drop old python interface
Andrey Kamaev [Fri, 12 Apr 2013 12:19:48 +0000 (16:19 +0400)]
Move legacy part of opencv_contrib to separate header
Andrey Kamaev [Fri, 12 Apr 2013 11:35:38 +0000 (15:35 +0400)]
Merge branch '2.4'
Andrey Kamaev [Fri, 12 Apr 2013 11:01:47 +0000 (15:01 +0400)]
Merge pull request #803 from taka-no-me:split_c_cpp3
Andrey Kamaev [Fri, 12 Apr 2013 11:00:28 +0000 (15:00 +0400)]
Merge pull request #802 from SpecLad:shebang
Andrey Kamaev [Fri, 12 Apr 2013 10:59:45 +0000 (14:59 +0400)]
Merge pull request #808 from bitwangyaoyao:2.4_mac
Andrey Kamaev [Fri, 12 Apr 2013 10:59:26 +0000 (14:59 +0400)]
Merge pull request #804 from gpsinghsandhu:staticCast
Andrey Kamaev [Fri, 12 Apr 2013 10:59:11 +0000 (14:59 +0400)]
Merge pull request #801 from kirill-kornyakov:lkdemo-fix
Andrey Kamaev [Fri, 12 Apr 2013 10:12:12 +0000 (14:12 +0400)]
Remove C API from OpenCL module
Andrey Kamaev [Fri, 12 Apr 2013 10:09:45 +0000 (14:09 +0400)]
Add missed constants for reduce operation
Andrey Kamaev [Fri, 12 Apr 2013 08:25:54 +0000 (12:25 +0400)]
Remove ifdef __cplusplus from nonfree headers
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
Vadim Pisarevsky [Fri, 12 Apr 2013 09:46:55 +0000 (13:46 +0400)]
Merge pull request #807 from pengx17:2.4_ocl_bfm_opt
Vadim Pisarevsky [Fri, 12 Apr 2013 09:46:33 +0000 (13:46 +0400)]
Merge pull request #806 from bitwangyaoyao:2.4_fix
Vadim Pisarevsky [Fri, 12 Apr 2013 09:46:07 +0000 (13:46 +0400)]
Merge pull request #805 from pengx17:master_canny_fix
Vadim Pisarevsky [Fri, 12 Apr 2013 09:45:44 +0000 (13:45 +0400)]
Merge pull request #798 from pengx17:master_ocl_mleak
Vadim Pisarevsky [Fri, 12 Apr 2013 09:44:58 +0000 (13:44 +0400)]
Merge pull request #781 from bitwangyaoyao:2.4_fixerr
yao [Fri, 12 Apr 2013 09:38:59 +0000 (17:38 +0800)]
fix the compile errors on Mac
peng xiao [Fri, 12 Apr 2013 08:56:49 +0000 (16:56 +0800)]
Capitalize macro namings.
peng xiao [Fri, 12 Apr 2013 08:54:06 +0000 (16:54 +0800)]
Rename test case category and code clean up.
peng xiao [Fri, 12 Apr 2013 08:52:21 +0000 (16:52 +0800)]
Fix build error on linux.
peng xiao [Fri, 12 Apr 2013 08:51:36 +0000 (16:51 +0800)]
Further optimize bfmatcher by passing macros.
peng xiao [Fri, 12 Apr 2013 08:50:30 +0000 (16:50 +0800)]
Optimize bfmatcher by passing macros.
peng xiao [Fri, 12 Apr 2013 08:47:44 +0000 (16:47 +0800)]
Replace create with ensureSizeIsEnough thus buffer objects can be reused.
peng xiao [Fri, 12 Apr 2013 08:21:52 +0000 (16:21 +0800)]
Remove my test codes.
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.
yao [Fri, 12 Apr 2013 06:44:55 +0000 (14:44 +0800)]
remove the OpenCL Dir finding in CMake
peng xiao [Fri, 12 Apr 2013 06:32:13 +0000 (14:32 +0800)]
Remove unused kernels.
peng xiao [Fri, 12 Apr 2013 03:36:17 +0000 (11:36 +0800)]
Fix a compilation error when HAVE_CLAMDFFT is on.
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.
peng xiao [Fri, 12 Apr 2013 03:01:56 +0000 (11:01 +0800)]
Format ocl::Canny header
peng xiao [Fri, 12 Apr 2013 02:59:15 +0000 (10:59 +0800)]
Test code clean up.
peng xiao [Fri, 12 Apr 2013 02:58:42 +0000 (10:58 +0800)]
Change ocl::Canny test case category
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
Andrey Kamaev [Thu, 11 Apr 2013 15:27:54 +0000 (19:27 +0400)]
Move C API of opencv_calib3d to separate file
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.
Kirill Kornyakov [Thu, 11 Apr 2013 13:57:33 +0000 (17:57 +0400)]
Minor code cleanings in lkdemo.cpp
Kirill Kornyakov [Thu, 11 Apr 2013 13:50:10 +0000 (17:50 +0400)]
#2813 bugfix
Andrey Kamaev [Thu, 11 Apr 2013 13:38:33 +0000 (17:38 +0400)]
Move C API of opencv_video to separate file
Andrey Kamaev [Thu, 11 Apr 2013 11:48:16 +0000 (15:48 +0400)]
Merge pull request #796 from SpecLad:more-backports
Andrey Kamaev [Thu, 11 Apr 2013 11:47:57 +0000 (15:47 +0400)]
Merge pull request #799 from SpecLad:boost-initial-weights
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.
peng xiao [Thu, 11 Apr 2013 08:59:32 +0000 (16:59 +0800)]
Fix an incorrect type cast.
Andrey Kamaev [Thu, 11 Apr 2013 08:24:04 +0000 (12:24 +0400)]
Merge pull request #793 from SpecLad:auto-cuda
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
Andrey Kamaev [Thu, 11 Apr 2013 07:34:42 +0000 (11:34 +0400)]
Merge pull request #794 from asmorkalov:android_no_layout
Andrey Kamaev [Thu, 11 Apr 2013 07:34:21 +0000 (11:34 +0400)]
Merge pull request #792 from asmorkalov:manager_incompat_wh
Andrey Kamaev [Thu, 11 Apr 2013 07:34:04 +0000 (11:34 +0400)]
Merge pull request #791 from taka-no-me:cleanup_core_api
Andrey Kamaev [Thu, 11 Apr 2013 07:33:45 +0000 (11:33 +0400)]
Merge pull request #742 from bitwangyaoyao:2.4_fix