Roman Donchenko [Mon, 9 Dec 2013 12:31:31 +0000 (16:31 +0400)]
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
modules/core/include/opencv2/core/operations.hpp
modules/core/include/opencv2/core/version.hpp
modules/core/src/gpumat.cpp
modules/cudaimgproc/src/color.cpp
modules/features2d/src/orb.cpp
modules/imgproc/src/samplers.cpp
modules/ocl/include/opencv2/ocl/matrix_operations.hpp
modules/ocl/include/opencv2/ocl/ocl.hpp
samples/ocl/facedetect.cpp
Roman Donchenko [Mon, 9 Dec 2013 10:07:09 +0000 (14:07 +0400)]
Merge pull request #1883 from philippefoubert:branch_matx_inv
Andrey Pavlenko [Mon, 9 Dec 2013 09:25:41 +0000 (13:25 +0400)]
Merge pull request #1948 from ilya-lavrenov:tapi_norm
Roman Donchenko [Mon, 9 Dec 2013 09:14:15 +0000 (13:14 +0400)]
Merge pull request #1946 from asmorkalov:android_manager_version_inc3
Andrey Pavlenko [Mon, 9 Dec 2013 08:44:25 +0000 (12:44 +0400)]
Merge pull request #1944 from ilya-lavrenov:minor_commits
Ilya Lavrenov [Fri, 6 Dec 2013 15:04:50 +0000 (19:04 +0400)]
added cv::norm to T-API
Ilya Lavrenov [Fri, 6 Dec 2013 11:52:34 +0000 (15:52 +0400)]
fixed warnings
Alexander Smorkalov [Fri, 6 Dec 2013 14:01:15 +0000 (18:01 +0400)]
OpenCV Manager version++.
Roman Donchenko [Fri, 6 Dec 2013 13:56:59 +0000 (17:56 +0400)]
Merge pull request #1945 from apavlenko:2.4_version_update
Roman Donchenko [Fri, 6 Dec 2013 13:50:44 +0000 (17:50 +0400)]
Merge pull request #1941 from vhdirk:gst1x_default
Andrey Pavlenko [Fri, 6 Dec 2013 12:59:02 +0000 (16:59 +0400)]
Merge pull request #1943 from pentschev:ocl_oclMat_ptr_remove_2.4
Andrey Pavlenko [Fri, 6 Dec 2013 12:40:29 +0000 (16:40 +0400)]
Merge pull request #1936 from ElenaGvozdeva:ocl_flip
Andrey Pavlenko [Fri, 6 Dec 2013 12:21:22 +0000 (16:21 +0400)]
updating version to 2.4.7.2
Andrey Pavlenko [Fri, 6 Dec 2013 12:06:03 +0000 (16:06 +0400)]
Merge pull request #1927 from JBosch:issue3409
Andrey Pavlenko [Fri, 6 Dec 2013 12:00:10 +0000 (16:00 +0400)]
Merge pull request #1872 from KonstantinMatskevich:ocl_mt_test
Andrey Pavlenko [Fri, 6 Dec 2013 11:56:14 +0000 (15:56 +0400)]
Merge pull request #1762 from jet47:cuda-6.0-npp-fix
Elena Gvozdeva [Fri, 6 Dec 2013 11:53:00 +0000 (15:53 +0400)]
Fixed test for ocl_flip
Andrey Pavlenko [Fri, 6 Dec 2013 11:51:59 +0000 (15:51 +0400)]
Merge pull request #1844 from StevenPuttemans:bugfix_3370
Andrey Pavlenko [Fri, 6 Dec 2013 11:47:39 +0000 (15:47 +0400)]
Merge pull request #1870 from es0m:es0m-2.4-imgproc-samplers
Peter Andreas Entschev [Fri, 6 Dec 2013 11:31:18 +0000 (09:31 -0200)]
Removing ocl::oclMat::ptr() method.
The method ocl::oclMat::ptr() is being removed because it returns a pointer to a row of oclMat::data. The data attribute is a cl_mem structure and cannot be iterated outside an OpenCL kernel.
Andrey Pavlenko [Fri, 6 Dec 2013 11:26:43 +0000 (15:26 +0400)]
Merge pull request #1942 from ilya-lavrenov:warn_fix
Andrey Pavlenko [Fri, 6 Dec 2013 11:25:56 +0000 (15:25 +0400)]
Merge pull request #1937 from ilya-lavrenov:tapi_integral
Ilya Lavrenov [Fri, 6 Dec 2013 09:29:53 +0000 (13:29 +0400)]
fixed warnings
Andrey Pavlenko [Fri, 6 Dec 2013 11:05:34 +0000 (15:05 +0400)]
Merge pull request #1940 from pentschev:ocl_bfm_oclMat_ptr_fix_2.4
Konstantin Matskevich [Fri, 6 Dec 2013 11:03:27 +0000 (03:03 -0800)]
Merge pull request #2 from apavlenko/ocl_mt_test
minor improvements
Andrey Pavlenko [Fri, 6 Dec 2013 10:56:47 +0000 (14:56 +0400)]
Merge pull request #1929 from alalek:ocl_haar_amd_beta
Andrey Pavlenko [Fri, 6 Dec 2013 10:49:36 +0000 (14:49 +0400)]
minor improvements
Dirk Van Haerenborgh [Fri, 6 Dec 2013 09:20:29 +0000 (10:20 +0100)]
Enable GStreamer 1.x support by default.
GStreamer 1.x is universally available, and with 0.10 being deprecated,
there should be no reason to default to 0.10 stil.
Ilya Lavrenov [Thu, 5 Dec 2013 15:43:50 +0000 (19:43 +0400)]
added cv::intergal to T-API
Konstantin Matskevich [Fri, 6 Dec 2013 08:12:24 +0000 (12:12 +0400)]
some fixes
Peter Andreas Entschev [Thu, 5 Dec 2013 21:27:10 +0000 (19:27 -0200)]
ocl::BruteForceMatcher fix wrong use of oclMat::ptr().
The oclMat::ptr() method was mistakenly used in ocl::BruteForceMatcher to pass a pointer to a oclMat object. The ptr() method returns a uchar pointer to the cl_mem data structure and this method will be removed.
Elena Gvozdeva [Thu, 5 Dec 2013 10:36:45 +0000 (14:36 +0400)]
Added cv::flip using Transparent API
Andrey Pavlenko [Thu, 5 Dec 2013 13:05:25 +0000 (17:05 +0400)]
Merge pull request #1933 from gongzg:fix-ocl-kernel-2.4
Andrey Pavlenko [Thu, 5 Dec 2013 13:02:37 +0000 (17:02 +0400)]
Merge pull request #1925 from vpisarev:ocl_facedetect2
Alexander Alekhin [Thu, 5 Dec 2013 09:52:26 +0000 (13:52 +0400)]
ocl: added workaround into Haar kernels
Andrey Pavlenko [Thu, 5 Dec 2013 12:46:25 +0000 (16:46 +0400)]
Merge pull request #1920 from alalek:ocl_disable_workaround
Roman Donchenko [Thu, 5 Dec 2013 08:38:12 +0000 (12:38 +0400)]
Merge pull request #1447 from Siddharthk:master
Konstantin Matskevich [Mon, 2 Dec 2013 07:15:46 +0000 (11:15 +0400)]
multithreading facedetector
Konstantin Matskevich [Fri, 22 Nov 2013 10:47:58 +0000 (14:47 +0400)]
facedetect
Zhigang Gong [Tue, 3 Dec 2013 02:49:51 +0000 (10:49 +0800)]
Fixed some implicitly type conversions between vector and scalar data type.
There are some mixed implicitly/explicitly type conversion between
scalar and vector. Although the spec allows those conversion, I prefer
to make them consistent and use explicitly all the cases.
Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
Josep Bosch [Wed, 4 Dec 2013 21:32:20 +0000 (22:32 +0100)]
Fixed little issue with mouse callback refering to issue 3409. Was using round instead of floor.
Vadim Pisarevsky [Wed, 4 Dec 2013 18:22:36 +0000 (22:22 +0400)]
another attempt to fix compile errors
Vadim Pisarevsky [Wed, 4 Dec 2013 17:56:35 +0000 (21:56 +0400)]
trying to eliminate compile problems
Andrey Pavlenko [Wed, 4 Dec 2013 17:41:44 +0000 (21:41 +0400)]
Merge pull request #1908 from ilya-lavrenov:tapi_imgproc
Andrey Pavlenko [Wed, 4 Dec 2013 15:56:31 +0000 (19:56 +0400)]
Merge pull request #1924 from ilya-lavrenov:svm
Vadim Pisarevsky [Wed, 4 Dec 2013 15:00:39 +0000 (19:00 +0400)]
refactored CascadeClassifier to hide implementation details (take 2)
Baichuan Su [Tue, 12 Nov 2013 05:13:25 +0000 (13:13 +0800)]
Modify default setting, using ocl method when have ocl module
Baichuan Su [Mon, 11 Nov 2013 03:46:07 +0000 (11:46 +0800)]
Add Macro to decide using ocl method or not.
Baichuan Su [Sat, 9 Nov 2013 00:42:39 +0000 (08:42 +0800)]
Add OpenCL SVM paths for bagofwords_classification and points_classifier samples.
siddharth [Wed, 4 Dec 2013 13:42:43 +0000 (19:12 +0530)]
Added comment in demo file
siddharth [Fri, 22 Nov 2013 18:07:41 +0000 (23:37 +0530)]
Errors resolved
Anna Kogan [Thu, 21 Nov 2013 11:45:53 +0000 (15:45 +0400)]
After-merge corrections
siddharth [Wed, 6 Nov 2013 14:59:01 +0000 (20:29 +0530)]
New changes done and removed opencv_extra folder
Removed opencv_extra folder inside opencv folder
New changes done
Removed test images
siddharth [Mon, 21 Oct 2013 14:24:32 +0000 (19:54 +0530)]
Removed build errors and removed test images
Removed conflict
Error fix 1
Error fix 2
Error fix 3
Error fix 3
Error fix 4
Error fix 5
Error fix 6
Error fix 7
Error fix 8
Error fix 9
Error fix 10
Error fix 11
Error fix 12
Errors fixed
Removed opencv_extra folder inside opencv folder
siddharth [Thu, 17 Oct 2013 15:44:31 +0000 (21:14 +0530)]
Changes done in npr module
siddharth [Wed, 9 Oct 2013 16:19:57 +0000 (21:49 +0530)]
Changes done in cloning module
siddharth [Mon, 7 Oct 2013 14:00:13 +0000 (19:30 +0530)]
Changes done in decolorization module
siddharth [Tue, 1 Oct 2013 15:43:41 +0000 (21:13 +0530)]
Revert Back
siddharth [Tue, 1 Oct 2013 14:52:10 +0000 (20:22 +0530)]
Update to remove Android error
siddharth [Tue, 1 Oct 2013 13:05:53 +0000 (18:35 +0530)]
Changed STL in contrast_preserve file
siddharth [Sat, 14 Sep 2013 13:42:25 +0000 (19:12 +0530)]
whitespaces removed and other minor changes to fix build error
Update 1
update 2
Update 3
Update 4
Update 5
update 6
Update 7
Update 8
Update 9
Update 10
Update 11
Update 12
Update 13
Update 14
Update 15
Update 16
Update 17
Update 18
Update 19
Update 20
Update 21
Update 22
Removed Headers
Update 23
Update 24
Update 25
Update 26
Update 27
Update 28
siddharth [Sat, 14 Sep 2013 13:29:55 +0000 (18:59 +0530)]
cloning_gui.cpp updated
siddharth [Sat, 14 Sep 2013 11:36:26 +0000 (17:06 +0530)]
errors in samples/cpp removed
siddharth [Sat, 14 Sep 2013 11:17:44 +0000 (16:47 +0530)]
cloning_demo error removed
siddharth [Fri, 13 Sep 2013 12:58:03 +0000 (18:28 +0530)]
renamed
siddharth [Fri, 13 Sep 2013 12:57:02 +0000 (18:27 +0530)]
remove cloning_example.cpp
siddharth [Fri, 13 Sep 2013 12:55:23 +0000 (18:25 +0530)]
cloning demo added
siddharth [Tue, 3 Sep 2013 15:42:05 +0000 (21:12 +0530)]
new filters added and all the 3 modules updated
All 3 modules Updated
siddharth [Tue, 27 Aug 2013 08:08:38 +0000 (13:38 +0530)]
edge preserve filters added and windows warning removed
update1
siddharth [Mon, 19 Aug 2013 07:46:04 +0000 (13:16 +0530)]
added keyboard control
siddharth [Mon, 5 Aug 2013 06:42:28 +0000 (12:12 +0530)]
new interface added. decolor and cloning module added.
Both modules added
siddharth [Fri, 26 Jul 2013 06:03:27 +0000 (11:33 +0530)]
decolor module updated
siddharth [Fri, 12 Jul 2013 03:48:37 +0000 (09:18 +0530)]
seamless cloning added
update1
update1
update4
siddharth [Mon, 1 Jul 2013 08:49:03 +0000 (14:19 +0530)]
add color_boost + doc
siddharth [Mon, 17 Jun 2013 09:57:52 +0000 (15:27 +0530)]
decolor module updated
update3
update4
update4
update5
added test data
siddharth [Sat, 15 Jun 2013 10:49:31 +0000 (16:19 +0530)]
added new files
Roman Donchenko [Wed, 4 Dec 2013 12:30:55 +0000 (16:30 +0400)]
Merge pull request #1914 from SpecLad:merge-2.4
Roman Donchenko [Wed, 4 Dec 2013 11:46:56 +0000 (15:46 +0400)]
Merge pull request #1921 from SpecLad:defined-msc-ver
Roman Donchenko [Wed, 4 Dec 2013 09:55:45 +0000 (13:55 +0400)]
Merge pull request #1919 from SpecLad:platfrom
Roman Donchenko [Wed, 4 Dec 2013 09:55:28 +0000 (13:55 +0400)]
Merge pull request #1915 from jet47:gpu-color-test-fix
Ilya Lavrenov [Mon, 2 Dec 2013 20:13:05 +0000 (00:13 +0400)]
added cv::threshold to T-API
Ilya Lavrenov [Mon, 2 Dec 2013 19:45:16 +0000 (23:45 +0400)]
added cv::copyMakeBorder to T-API
Ilya Lavrenov [Mon, 2 Dec 2013 15:44:09 +0000 (19:44 +0400)]
added tests to imgproc
Alexander Alekhin [Wed, 4 Dec 2013 09:00:37 +0000 (13:00 +0400)]
ocl: try to disable clFinish workaround
Roman Donchenko [Wed, 4 Dec 2013 08:39:20 +0000 (12:39 +0400)]
Fixed a -Wundef warning in cl_platform.h.
_MSC_VER -> defined _MSC_VER. Fixes building with MinGW.
Similar to
fbc91c5ee.
Andrey Pavlenko [Wed, 4 Dec 2013 07:35:10 +0000 (11:35 +0400)]
Merge pull request #1909 from alalek:ocl_tapi_perf
Andrey Pavlenko [Wed, 4 Dec 2013 07:34:51 +0000 (11:34 +0400)]
Merge pull request #1903 from ilya-lavrenov:tapi_warp
Andrey Pavlenko [Wed, 4 Dec 2013 07:34:34 +0000 (11:34 +0400)]
Merge pull request #1902 from ilya-lavrenov:tapi_arithm
Ilya Lavrenov [Mon, 2 Dec 2013 20:41:07 +0000 (00:41 +0400)]
refactoring
Ilya Lavrenov [Sun, 1 Dec 2013 11:37:56 +0000 (15:37 +0400)]
ability to use cv::PSNR with transparent cv::norm
Ilya Lavrenov [Sun, 1 Dec 2013 10:45:48 +0000 (14:45 +0400)]
added cv::meanStdDev to T-API
Ilya Lavrenov [Sun, 1 Dec 2013 10:23:07 +0000 (14:23 +0400)]
added cv::sum to T-API
Ilya Lavrenov [Sat, 30 Nov 2013 23:02:13 +0000 (03:02 +0400)]
added cv::countNonZero to T-API
Ilya Lavrenov [Sat, 30 Nov 2013 21:57:13 +0000 (01:57 +0400)]
added cv::repeat to T-API (fix for copyTo -> UMat is needed)
Ilya Lavrenov [Sat, 30 Nov 2013 20:59:55 +0000 (00:59 +0400)]
added cv::compare to T-API
Ilya Lavrenov [Sat, 30 Nov 2013 20:17:23 +0000 (00:17 +0400)]
added cv::polarToCart to T-API
Ilya Lavrenov [Sat, 30 Nov 2013 16:05:54 +0000 (20:05 +0400)]
added cv::cartToPolar to T-API
Ilya Lavrenov [Sat, 30 Nov 2013 14:42:09 +0000 (18:42 +0400)]
added cv::transpose to T-API
Ilya Lavrenov [Sat, 30 Nov 2013 13:40:03 +0000 (17:40 +0400)]
added setIdentity to T-API
Ilya Lavrenov [Sat, 30 Nov 2013 13:20:45 +0000 (17:20 +0400)]
added cv::pow to T-API