platform/upstream/opencv.git
10 years agoadded cv::blendLinear
Ilya Lavrenov [Sun, 8 Dec 2013 19:16:17 +0000 (23:16 +0400)]
added cv::blendLinear

10 years agoMerge pull request #1960 from ilya-lavrenov:tapi_bilateral
Roman Donchenko [Tue, 10 Dec 2013 08:13:15 +0000 (12:13 +0400)]
Merge pull request #1960 from ilya-lavrenov:tapi_bilateral

10 years agoMerge pull request #1956 from ilya-lavrenov:tapi_split_merge
Roman Donchenko [Mon, 9 Dec 2013 12:56:06 +0000 (16:56 +0400)]
Merge pull request #1956 from ilya-lavrenov:tapi_split_merge

10 years agoMerge pull request #1930 from alalek:cmake_msvs_subfolders
Roman Donchenko [Mon, 9 Dec 2013 12:21:15 +0000 (16:21 +0400)]
Merge pull request #1930 from alalek:cmake_msvs_subfolders

10 years agoadded cv::bilateralFilter to T-API
Ilya Lavrenov [Mon, 9 Dec 2013 12:03:25 +0000 (16:03 +0400)]
added cv::bilateralFilter to T-API

10 years agoMerge pull request #1855 from Nerei:master
Roman Donchenko [Mon, 9 Dec 2013 10:10:59 +0000 (14:10 +0400)]
Merge pull request #1855 from Nerei:master

10 years agoMerge pull request #1883 from philippefoubert:branch_matx_inv
Roman Donchenko [Mon, 9 Dec 2013 10:07:09 +0000 (14:07 +0400)]
Merge pull request #1883 from philippefoubert:branch_matx_inv

10 years agoMerge pull request #1948 from ilya-lavrenov:tapi_norm
Andrey Pavlenko [Mon, 9 Dec 2013 09:25:41 +0000 (13:25 +0400)]
Merge pull request #1948 from ilya-lavrenov:tapi_norm

10 years agoMerge pull request #1944 from ilya-lavrenov:minor_commits
Andrey Pavlenko [Mon, 9 Dec 2013 08:44:25 +0000 (12:44 +0400)]
Merge pull request #1944 from ilya-lavrenov:minor_commits

10 years agoadded cv::split to T-API
Ilya Lavrenov [Sun, 8 Dec 2013 10:45:25 +0000 (14:45 +0400)]
added cv::split to T-API

10 years agoadded cv::norm to T-API
Ilya Lavrenov [Fri, 6 Dec 2013 15:04:50 +0000 (19:04 +0400)]
added cv::norm to T-API

10 years agoadded cv::merge to T-API
Ilya Lavrenov [Sat, 7 Dec 2013 21:32:17 +0000 (01:32 +0400)]
added cv::merge to T-API

10 years agofixed -Wshadow and other warnings, added rvec test
Anatoly Baksheev [Sat, 7 Dec 2013 15:07:24 +0000 (19:07 +0400)]
fixed -Wshadow and other warnings, added rvec test

10 years agocompilation
Anatoly Baksheev [Sat, 30 Nov 2013 14:02:57 +0000 (18:02 +0400)]
compilation

10 years agofixed ocv_module_disable()
Anatoly Baksheev [Thu, 28 Nov 2013 08:10:28 +0000 (12:10 +0400)]
fixed ocv_module_disable()

10 years agominor insignificant corrections
Anatoly Baksheev [Tue, 26 Nov 2013 11:40:57 +0000 (15:40 +0400)]
minor insignificant corrections

10 years agofixed shadow error and added ocv_disable_module
Anatoly Baksheev [Tue, 26 Nov 2013 09:29:50 +0000 (13:29 +0400)]
fixed shadow error and added ocv_disable_module

10 years agoupdating Viz cmake (switched to WITH_VTK option)
Anatoly Baksheev [Sun, 24 Nov 2013 19:26:03 +0000 (23:26 +0400)]
updating Viz cmake (switched to WITH_VTK option)

10 years agofixed bug with deletion from std::map
Anatoly Baksheev [Sun, 24 Nov 2013 16:59:54 +0000 (20:59 +0400)]
fixed bug with deletion from std::map

10 years agoremoved VizAccessor from docs
Anatoly Baksheev [Sun, 24 Nov 2013 16:10:14 +0000 (20:10 +0400)]
removed VizAccessor from docs

10 years agoremoved unused code
Anatoly Baksheev [Sun, 24 Nov 2013 16:06:54 +0000 (20:06 +0400)]
removed unused code

10 years agoVizAccessor is now private and renamed to VizStorage
Anatoly Baksheev [Sun, 24 Nov 2013 16:06:32 +0000 (20:06 +0400)]
VizAccessor is now private and renamed to VizStorage

10 years agoadded Viz::tutorial2 test
Anatoly Baksheev [Sun, 24 Nov 2013 14:15:37 +0000 (18:15 +0400)]
added Viz::tutorial2 test

10 years agoAdded Affine3<T>::rvec()
Anatoly Baksheev [Thu, 21 Nov 2013 17:20:20 +0000 (21:20 +0400)]
Added Affine3<T>::rvec()

10 years agocompilation
Anatoly Baksheev [Fri, 22 Nov 2013 10:12:33 +0000 (14:12 +0400)]
compilation

10 years agoremoved CV_EXPORTS from cv::Afiine
Anatoly Baksheev [Tue, 19 Nov 2013 08:39:19 +0000 (12:39 +0400)]
removed CV_EXPORTS from cv::Afiine

10 years agofixed warning
Anatoly Baksheev [Tue, 19 Nov 2013 08:14:24 +0000 (12:14 +0400)]
fixed warning

10 years agoswitched from unnecessarily 'dobule' to 'float' in some places (commonly for widget...
Anatoly Baksheev [Mon, 18 Nov 2013 10:50:05 +0000 (14:50 +0400)]
switched from unnecessarily 'dobule' to 'float' in some places (commonly for widget scale)

10 years agoremoved Ptr typedef from Viz3d. It is deprecated since Viz3d itseez is a shared pointer
Anatoly Baksheev [Mon, 18 Nov 2013 10:38:12 +0000 (14:38 +0400)]
removed Ptr typedef from Viz3d. It is deprecated since Viz3d itseez is a shared pointer

10 years agocmake: allow source_group to preserve file-system tree (for MSVS)
Alexander Alekhin [Wed, 4 Dec 2013 23:23:52 +0000 (03:23 +0400)]
cmake: allow source_group to preserve file-system tree (for MSVS)

10 years agofixed warnings
Ilya Lavrenov [Fri, 6 Dec 2013 11:52:34 +0000 (15:52 +0400)]
fixed warnings

10 years agoMerge pull request #1941 from vhdirk:gst1x_default
Roman Donchenko [Fri, 6 Dec 2013 13:50:44 +0000 (17:50 +0400)]
Merge pull request #1941 from vhdirk:gst1x_default

10 years agoMerge pull request #1936 from ElenaGvozdeva:ocl_flip
Andrey Pavlenko [Fri, 6 Dec 2013 12:40:29 +0000 (16:40 +0400)]
Merge pull request #1936 from ElenaGvozdeva:ocl_flip

10 years agoFixed test for ocl_flip
Elena Gvozdeva [Fri, 6 Dec 2013 11:53:00 +0000 (15:53 +0400)]
Fixed test for ocl_flip

10 years agoMerge pull request #1942 from ilya-lavrenov:warn_fix
Andrey Pavlenko [Fri, 6 Dec 2013 11:26:43 +0000 (15:26 +0400)]
Merge pull request #1942 from ilya-lavrenov:warn_fix

10 years agoMerge pull request #1937 from ilya-lavrenov:tapi_integral
Andrey Pavlenko [Fri, 6 Dec 2013 11:25:56 +0000 (15:25 +0400)]
Merge pull request #1937 from ilya-lavrenov:tapi_integral

10 years agofixed warnings
Ilya Lavrenov [Fri, 6 Dec 2013 09:29:53 +0000 (13:29 +0400)]
fixed warnings

10 years agoEnable GStreamer 1.x support by default.
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.

10 years agoadded cv::intergal to T-API
Ilya Lavrenov [Thu, 5 Dec 2013 15:43:50 +0000 (19:43 +0400)]
added cv::intergal to T-API

10 years agoAdded cv::flip using Transparent API
Elena Gvozdeva [Thu, 5 Dec 2013 10:36:45 +0000 (14:36 +0400)]
Added cv::flip using Transparent API

10 years agoMerge pull request #1925 from vpisarev:ocl_facedetect2
Andrey Pavlenko [Thu, 5 Dec 2013 13:02:37 +0000 (17:02 +0400)]
Merge pull request #1925 from vpisarev:ocl_facedetect2

10 years agoMerge pull request #1447 from Siddharthk:master
Roman Donchenko [Thu, 5 Dec 2013 08:38:12 +0000 (12:38 +0400)]
Merge pull request #1447 from Siddharthk:master

10 years agoanother attempt to fix compile errors
Vadim Pisarevsky [Wed, 4 Dec 2013 18:22:36 +0000 (22:22 +0400)]
another attempt to fix compile errors

10 years agotrying to eliminate compile problems
Vadim Pisarevsky [Wed, 4 Dec 2013 17:56:35 +0000 (21:56 +0400)]
trying to eliminate compile problems

10 years agoMerge pull request #1908 from ilya-lavrenov:tapi_imgproc
Andrey Pavlenko [Wed, 4 Dec 2013 17:41:44 +0000 (21:41 +0400)]
Merge pull request #1908 from ilya-lavrenov:tapi_imgproc

10 years agorefactored CascadeClassifier to hide implementation details (take 2)
Vadim Pisarevsky [Wed, 4 Dec 2013 15:00:39 +0000 (19:00 +0400)]
refactored CascadeClassifier to hide implementation details (take 2)

10 years agoAdded comment in demo file
siddharth [Wed, 4 Dec 2013 13:42:43 +0000 (19:12 +0530)]
Added comment in demo file

10 years agoErrors resolved
siddharth [Fri, 22 Nov 2013 18:07:41 +0000 (23:37 +0530)]
Errors resolved

10 years agoAfter-merge corrections
Anna Kogan [Thu, 21 Nov 2013 11:45:53 +0000 (15:45 +0400)]
After-merge corrections

10 years agoNew changes done and removed opencv_extra folder
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

10 years agoRemoved build errors and 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

10 years agoChanges done in npr module
siddharth [Thu, 17 Oct 2013 15:44:31 +0000 (21:14 +0530)]
Changes done in npr module

10 years agoChanges done in cloning module
siddharth [Wed, 9 Oct 2013 16:19:57 +0000 (21:49 +0530)]
Changes done in cloning module

10 years agoChanges done in decolorization module
siddharth [Mon, 7 Oct 2013 14:00:13 +0000 (19:30 +0530)]
Changes done in decolorization module

10 years agoRevert Back
siddharth [Tue, 1 Oct 2013 15:43:41 +0000 (21:13 +0530)]
Revert Back

10 years agoUpdate to remove Android error
siddharth [Tue, 1 Oct 2013 14:52:10 +0000 (20:22 +0530)]
Update to remove Android error

10 years agoChanged STL in contrast_preserve file
siddharth [Tue, 1 Oct 2013 13:05:53 +0000 (18:35 +0530)]
Changed STL in contrast_preserve file

10 years agowhitespaces removed and other minor changes to fix build error
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

10 years agocloning_gui.cpp updated
siddharth [Sat, 14 Sep 2013 13:29:55 +0000 (18:59 +0530)]
cloning_gui.cpp updated

10 years agoerrors in samples/cpp removed
siddharth [Sat, 14 Sep 2013 11:36:26 +0000 (17:06 +0530)]
errors in samples/cpp removed

10 years agocloning_demo error removed
siddharth [Sat, 14 Sep 2013 11:17:44 +0000 (16:47 +0530)]
cloning_demo error removed

10 years agorenamed
siddharth [Fri, 13 Sep 2013 12:58:03 +0000 (18:28 +0530)]
renamed

10 years agoremove cloning_example.cpp
siddharth [Fri, 13 Sep 2013 12:57:02 +0000 (18:27 +0530)]
remove cloning_example.cpp

10 years agocloning demo added
siddharth [Fri, 13 Sep 2013 12:55:23 +0000 (18:25 +0530)]
cloning demo added

10 years agonew filters added and all the 3 modules updated
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

10 years agoedge preserve filters added and windows warning removed
siddharth [Tue, 27 Aug 2013 08:08:38 +0000 (13:38 +0530)]
edge preserve filters added and windows warning removed

update1

10 years agoadded keyboard control
siddharth [Mon, 19 Aug 2013 07:46:04 +0000 (13:16 +0530)]
added keyboard control

10 years agonew interface added. decolor and cloning module added.
siddharth [Mon, 5 Aug 2013 06:42:28 +0000 (12:12 +0530)]
new interface added. decolor and cloning module added.

Both modules added

10 years agodecolor module updated
siddharth [Fri, 26 Jul 2013 06:03:27 +0000 (11:33 +0530)]
decolor module updated

10 years agoseamless cloning added
siddharth [Fri, 12 Jul 2013 03:48:37 +0000 (09:18 +0530)]
seamless cloning added

update1

update1

update4

10 years agoadd color_boost + doc
siddharth [Mon, 1 Jul 2013 08:49:03 +0000 (14:19 +0530)]
add color_boost + doc

10 years agodecolor module updated
siddharth [Mon, 17 Jun 2013 09:57:52 +0000 (15:27 +0530)]
decolor module updated

update3

update4

update4

update5

added test data

10 years agoadded new files
siddharth [Sat, 15 Jun 2013 10:49:31 +0000 (16:19 +0530)]
added new files

10 years agoMerge pull request #1914 from SpecLad:merge-2.4
Roman Donchenko [Wed, 4 Dec 2013 12:30:55 +0000 (16:30 +0400)]
Merge pull request #1914 from SpecLad:merge-2.4

10 years agoadded cv::threshold to T-API
Ilya Lavrenov [Mon, 2 Dec 2013 20:13:05 +0000 (00:13 +0400)]
added cv::threshold to T-API

10 years agoadded cv::copyMakeBorder to T-API
Ilya Lavrenov [Mon, 2 Dec 2013 19:45:16 +0000 (23:45 +0400)]
added cv::copyMakeBorder to T-API

10 years agoadded tests to imgproc
Ilya Lavrenov [Mon, 2 Dec 2013 15:44:09 +0000 (19:44 +0400)]
added tests to imgproc

10 years agoMerge pull request #1909 from alalek:ocl_tapi_perf
Andrey Pavlenko [Wed, 4 Dec 2013 07:35:10 +0000 (11:35 +0400)]
Merge pull request #1909 from alalek:ocl_tapi_perf

10 years agoMerge pull request #1903 from ilya-lavrenov:tapi_warp
Andrey Pavlenko [Wed, 4 Dec 2013 07:34:51 +0000 (11:34 +0400)]
Merge pull request #1903 from ilya-lavrenov:tapi_warp

10 years agoMerge pull request #1902 from ilya-lavrenov:tapi_arithm
Andrey Pavlenko [Wed, 4 Dec 2013 07:34:34 +0000 (11:34 +0400)]
Merge pull request #1902 from ilya-lavrenov:tapi_arithm

10 years agorefactoring
Ilya Lavrenov [Mon, 2 Dec 2013 20:41:07 +0000 (00:41 +0400)]
refactoring

10 years agoability to use cv::PSNR with transparent cv::norm
Ilya Lavrenov [Sun, 1 Dec 2013 11:37:56 +0000 (15:37 +0400)]
ability to use cv::PSNR with transparent cv::norm

10 years agoadded cv::meanStdDev to T-API
Ilya Lavrenov [Sun, 1 Dec 2013 10:45:48 +0000 (14:45 +0400)]
added cv::meanStdDev to T-API

10 years agoadded cv::sum to T-API
Ilya Lavrenov [Sun, 1 Dec 2013 10:23:07 +0000 (14:23 +0400)]
added cv::sum to T-API

10 years agoadded cv::countNonZero to T-API
Ilya Lavrenov [Sat, 30 Nov 2013 23:02:13 +0000 (03:02 +0400)]
added cv::countNonZero to T-API

10 years agoadded cv::repeat to T-API (fix for copyTo -> UMat is needed)
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)

10 years agoadded cv::compare to T-API
Ilya Lavrenov [Sat, 30 Nov 2013 20:59:55 +0000 (00:59 +0400)]
added cv::compare to T-API

10 years agoadded cv::polarToCart to T-API
Ilya Lavrenov [Sat, 30 Nov 2013 20:17:23 +0000 (00:17 +0400)]
added cv::polarToCart to T-API

10 years agoadded cv::cartToPolar to T-API
Ilya Lavrenov [Sat, 30 Nov 2013 16:05:54 +0000 (20:05 +0400)]
added cv::cartToPolar to T-API

10 years agoadded cv::transpose to T-API
Ilya Lavrenov [Sat, 30 Nov 2013 14:42:09 +0000 (18:42 +0400)]
added cv::transpose to T-API

10 years agoadded setIdentity to T-API
Ilya Lavrenov [Sat, 30 Nov 2013 13:40:03 +0000 (17:40 +0400)]
added setIdentity to T-API

10 years agoadded cv::pow to T-API
Ilya Lavrenov [Sat, 30 Nov 2013 13:20:45 +0000 (17:20 +0400)]
added cv::pow to T-API

10 years agoadded OCL-TAPI arithm tests
Ilya Lavrenov [Sat, 30 Nov 2013 12:36:31 +0000 (16:36 +0400)]
added OCL-TAPI arithm tests

10 years agoadded cv::remap to T-API
Ilya Lavrenov [Sun, 1 Dec 2013 14:56:28 +0000 (18:56 +0400)]
added cv::remap to T-API

10 years agoadded cv::warpAffine to T-API
Ilya Lavrenov [Sun, 1 Dec 2013 14:09:52 +0000 (18:09 +0400)]
added cv::warpAffine to T-API

10 years agoadded cv::warpPerspective to T-API
Ilya Lavrenov [Fri, 29 Nov 2013 15:16:34 +0000 (19:16 +0400)]
added cv::warpPerspective to T-API

10 years agocore/ocl: added perf test infra + "Add" perf test
Alexander Alekhin [Mon, 2 Dec 2013 17:37:32 +0000 (21:37 +0400)]
core/ocl: added perf test infra + "Add" perf test

10 years agoperf: test-based metrics collection strategy
Alexander Alekhin [Mon, 2 Dec 2013 17:36:08 +0000 (21:36 +0400)]
perf: test-based metrics collection strategy

10 years agoMerge pull request #1912 from KonstantinMatskevich:ocl_tapi_math
Roman Donchenko [Tue, 3 Dec 2013 14:02:43 +0000 (18:02 +0400)]
Merge pull request #1912 from KonstantinMatskevich:ocl_tapi_math

10 years agoMerge remote-tracking branch 'origin/2.4' into merge-2.4
Roman Donchenko [Tue, 3 Dec 2013 11:50:44 +0000 (15:50 +0400)]
Merge remote-tracking branch 'origin/2.4' into merge-2.4

Conflicts:
CMakeLists.txt
cmake/OpenCVDetectCUDA.cmake
doc/tutorials/features2d/feature_flann_matcher/feature_flann_matcher.rst
modules/core/src/cmdparser.cpp
modules/gpu/CMakeLists.txt
modules/gpu/doc/introduction.rst
modules/gpu/perf/perf_video.cpp
modules/highgui/doc/reading_and_writing_images_and_video.rst
modules/ocl/src/cl_context.cpp
modules/video/include/opencv2/video/background_segm.hpp
samples/cpp/image_sequence.cpp
samples/cpp/tutorial_code/ImgTrans/HoughCircle_Demo.cpp
samples/python/chessboard.py
samples/python/cvutils.py
samples/python/demhist.py
samples/python/dft.py
samples/python/distrans.py
samples/python/edge.py
samples/python/ffilldemo.py
samples/python/fitellipse.py
samples/python/houghlines.py
samples/python/inpaint.py
samples/python/logpolar.py
samples/python/morphology.py
samples/python/numpy_array.py
samples/python/watershed.py