Andrey Pavlenko
|
14782194f4
|
Merge pull request #1995 from akarsakov:ocl_pyramids
|
2013-12-20 17:57:09 +04:00 |
|
Leszek Swirski
|
9c22d4887c
|
imgproc: IPP compilation fix and minor cleanup
|
2013-12-20 12:40:40 +00:00 |
|
Alexander Karsakov
|
febe528363
|
Added ocl::pyrUp to T-API
|
2013-12-19 17:21:50 +04:00 |
|
Andrey Pavlenko
|
26f5d2d639
|
Merge pull request #1765 from ilya-lavrenov:cv_remap
|
2013-12-19 17:08:52 +04:00 |
|
Vadim Pisarevsky
|
f41f633d2d
|
fixed various warnings from the “doc” and other builders
|
2013-12-19 16:31:30 +04:00 |
|
Vadim Pisarevsky
|
a1784b7320
|
converted old haar cascades to the new format; added the conversion function; added OpenCL optimization into CascadeClassfier; optimized the data structures and CPU code for the stump case.
|
2013-12-19 14:48:42 +04:00 |
|
Alexander Karsakov
|
ac230cd2ae
|
Added ocl::pyrDown to T-API
|
2013-12-19 13:56:42 +04:00 |
|
Andrey Pavlenko
|
6a0fb2c7da
|
Merge pull request #1992 from ElenaGvozdeva:ocl_medianFilter
|
2013-12-17 16:42:16 +04:00 |
|
Vadim Pisarevsky
|
9d3e7e027a
|
almost finished opencl-ization of cascade classifier
|
2013-12-17 14:29:30 +04:00 |
|
Roman Donchenko
|
6d77cbee7e
|
Merge pull request #1934 from vbystricky:ocl_boxFilter
|
2013-12-17 14:11:51 +04:00 |
|
Elena Gvozdeva
|
d9d4678599
|
Fixed condition for channels
|
2013-12-17 11:15:48 +04:00 |
|
Elena Gvozdeva
|
125d67130b
|
Fixed medianFilter
|
2013-12-17 11:04:54 +04:00 |
|
Elena Gvozdeva
|
8fe4e98b8a
|
Fixed trailing whitespace
|
2013-12-16 18:06:11 +04:00 |
|
Elena Gvozdeva
|
b2d8b491c0
|
Added ocl_medianFilter using Transparent API
|
2013-12-16 13:20:05 +04:00 |
|
Ilya Lavrenov
|
5c0dabf1ea
|
added cv::equalizeHist to T-API
|
2013-12-13 19:46:20 +04:00 |
|
Andrey Pavlenko
|
f3e2bfea79
|
Merge pull request #1970 from ilya-lavrenov:tapi_checks
|
2013-12-11 21:37:10 +04:00 |
|
Andrey Pavlenko
|
eeb16a5d01
|
Merge pull request #1971 from ilya-lavrenov:tapi_laplacian
|
2013-12-11 21:25:54 +04:00 |
|
Vladimir Bystricky
|
268d814d18
|
Fix problems with border extrapolation in kernel. Add Isolated/Nonisolated borders.
|
2013-12-11 16:57:47 +04:00 |
|
Andrey Pavlenko
|
129b715e3d
|
Merge pull request #1958 from vbystricky:ocl_filter2D
|
2013-12-11 16:41:12 +04:00 |
|
Vladimir Bystricky
|
f76bf8b425
|
Fix error in test
|
2013-12-11 14:33:22 +04:00 |
|
Vladimir Bystricky
|
e7227d3e4b
|
Fix problems with border extrapolation in kernel. Add Isolated/Nonisolated borders.
|
2013-12-11 14:26:33 +04:00 |
|
Ilya Lavrenov
|
8fa8b36b42
|
added cv::Laplacian, cv::Sobel, cv::Scharr, cv::GaussianBlur to T-API
|
2013-12-10 23:20:28 +04:00 |
|
Ilya Lavrenov
|
5566d31468
|
more strict checks outside ROI
|
2013-12-10 19:30:14 +04:00 |
|
Andrey Pavlenko
|
d802b4d143
|
Merge pull request #1967 from ilya-lavrenov:tapi_blendLinear
|
2013-12-10 18:49:42 +04:00 |
|
Roman Donchenko
|
90c28d254f
|
Merge pull request #1961 from SpecLad:merge-2.4
|
2013-12-10 14:39:35 +04:00 |
|
Ilya Lavrenov
|
c9e6ed7a29
|
added cv::blendLinear
|
2013-12-10 13:07:52 +04:00 |
|
Roman Donchenko
|
464a010f53
|
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
|
2013-12-10 12:51:00 +04:00 |
|
Ilya Lavrenov
|
93c6fe66ce
|
added cv::bilateralFilter to T-API
|
2013-12-09 16:03:25 +04:00 |
|
Vladimir Bystricky
|
8d8f5665f1
|
Fix build errors on Linux system
|
2013-12-09 11:31:55 +04:00 |
|
Vladimir Bystricky
|
179a43ef63
|
Fix build errors on Linux system
|
2013-12-09 11:10:48 +04:00 |
|
Vladimir Bystricky
|
29ba7730ed
|
Add ocl version of filter2D to the module img_proc
|
2013-12-09 10:45:23 +04:00 |
|
Ilya Lavrenov
|
73aa43d2ca
|
fixed warnings
|
2013-12-07 01:05:07 +04:00 |
|
Andrey Pavlenko
|
1d01c49a06
|
Merge pull request #1870 from es0m:es0m-2.4-imgproc-samplers
|
2013-12-06 15:47:39 +04:00 |
|
Vladimir Bystricky
|
44126e350a
|
Change while(true) to for(;;) for fix compiler warning.
|
2013-12-06 15:11:26 +04:00 |
|
Vladimir Bystricky
|
591b1a7e70
|
Another fix for disable "conditional expression is constant"
|
2013-12-06 14:42:06 +04:00 |
|
Vladimir Bystricky
|
3013b469fe
|
Add check for depths of destination and source image. Fix warning C4127.
|
2013-12-06 14:21:51 +04:00 |
|
Ilya Lavrenov
|
3eaa8f149b
|
added cv::intergal to T-API
|
2013-12-06 13:18:25 +04:00 |
|
Vladimir Bystricky
|
af6134b4b6
|
Fix issue in boxFilter with destination depth not equal to source depth.
|
2013-12-05 14:25:15 +04:00 |
|
Vladimir Bystricky
|
968a898a1b
|
Add ocl version of boxFilter to the module img_proc
|
2013-12-05 11:47:17 +04:00 |
|
Ilya Lavrenov
|
eb7ff99f80
|
fixed cv::remap and cv::convertMaps for map types CV_16SC2 && CV_16UC1
|
2013-12-04 22:04:31 +04:00 |
|
Andrey Pavlenko
|
458ac2592b
|
Merge pull request #1908 from ilya-lavrenov:tapi_imgproc
|
2013-12-04 21:41:44 +04:00 |
|
Roman Donchenko
|
0736ede7e5
|
Merge pull request #1914 from SpecLad:merge-2.4
|
2013-12-04 16:30:57 +04:00 |
|
Ilya Lavrenov
|
e2b99a32b2
|
added cv::threshold to T-API
|
2013-12-04 13:45:44 +04:00 |
|
Ilya Lavrenov
|
474fc887a6
|
added cv::copyMakeBorder to T-API
|
2013-12-04 13:41:35 +04:00 |
|
Ilya Lavrenov
|
5b5f5878ce
|
added tests to imgproc
|
2013-12-04 13:41:34 +04:00 |
|
Andrey Pavlenko
|
f9190cc662
|
Merge pull request #1909 from alalek:ocl_tapi_perf
|
2013-12-04 11:35:11 +04:00 |
|
Ilya Lavrenov
|
803672feea
|
added cv::remap to T-API
|
2013-12-04 00:43:43 +04:00 |
|
Ilya Lavrenov
|
dcce9d7088
|
added cv::warpAffine to T-API
|
2013-12-04 00:43:43 +04:00 |
|
Ilya Lavrenov
|
55af7857b9
|
added cv::warpPerspective to T-API
|
2013-12-04 00:43:42 +04:00 |
|
Alexander Alekhin
|
7d9150460a
|
core/ocl: added perf test infra + "Add" perf test
|
2013-12-03 18:43:50 +04:00 |
|
Roman Donchenko
|
d58cd9851f
|
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
|
2013-12-03 17:35:21 +04:00 |
|
Andrey Pavlenko
|
0a624ee67d
|
Merge pull request #1901 from vpisarev:ocl_svm3
|
2013-12-03 11:20:26 +04:00 |
|
Roman Donchenko
|
b27d7d2a61
|
Merge pull request #1886 from ilya-lavrenov:tapi_lut
|
2013-12-02 12:28:18 +04:00 |
|
Vadim Pisarevsky
|
7626a8e8de
|
try to eliminate failure in opencv_imgproc_test
|
2013-12-02 12:13:50 +04:00 |
|
Vadim Pisarevsky
|
d7f4a223cf
|
fixed several compile errors/warnings; reacted on the PR comments
|
2013-12-01 20:58:30 +04:00 |
|
Vadim Pisarevsky
|
6da5d21331
|
fixed many bugs related to Mat::getUMat(), asynchronous kernel execution etc. Also, played a bit with ocl::cvtColor vs cv::cvtColor performance
|
2013-12-01 03:12:19 +04:00 |
|
Ilya Lavrenov
|
09795e3265
|
added cv::resize INTER_AREA to T-API
|
2013-11-29 17:57:37 +04:00 |
|
Andrey Pavlenko
|
d83094b412
|
Merge pull request #1880 from ilya-lavrenov:tapi_cvtColor
|
2013-11-29 12:59:09 +04:00 |
|
Roman Donchenko
|
9ca80961fd
|
Merge pull request #1874 from SpecLad:merge-2.4
|
2013-11-28 16:43:00 +04:00 |
|
Ilya Lavrenov
|
4eba74ee19
|
added cv::LUT to T-API
|
2013-11-28 12:31:04 +04:00 |
|
Ilya Lavrenov
|
41d046a2db
|
restored ocl_cvtcolor.cl
|
2013-11-27 23:46:30 +04:00 |
|
Ilya Lavrenov
|
d2e1318341
|
RGBA <-> mRGBA
|
2013-11-27 23:42:10 +04:00 |
|
Ilya Lavrenov
|
f771a0ba81
|
RGB[A] <-> HLS
|
2013-11-27 23:37:58 +04:00 |
|
Ilya Lavrenov
|
0b900b54e5
|
RGB[A] <-> HSV
|
2013-11-27 23:30:29 +04:00 |
|
Ilya Lavrenov
|
727a5e6df4
|
BGR5x5 <-> Gray
|
2013-11-27 22:19:44 +04:00 |
|
Ilya Lavrenov
|
8a23646897
|
RGB[A] <- RGB5x5
|
2013-11-27 20:00:35 +04:00 |
|
Ilya Lavrenov
|
81b9c9c104
|
RGB[A] -> RGB5x5
|
2013-11-27 19:52:42 +04:00 |
|
Ilya Lavrenov
|
af367c4f85
|
RGB[A] <-> BGR[A]
|
2013-11-27 19:44:37 +04:00 |
|
Ilya Lavrenov
|
ab9b883c69
|
RGB[A] <-> XYZ
|
2013-11-27 19:37:27 +04:00 |
|
Ilya Lavrenov
|
65ee06eb2b
|
RGB[A] <-> XYZ
|
2013-11-27 19:25:26 +04:00 |
|
Ilya Lavrenov
|
506c19616d
|
YCrCb -> RGB[A]
|
2013-11-27 19:24:27 +04:00 |
|
Andrey Pavlenko
|
41ae5d5f66
|
Merge pull request #1867 from ilya-lavrenov:ocl_resize_master
|
2013-11-27 18:08:11 +04:00 |
|
Roman Donchenko
|
28242f09d0
|
Merge pull request #1869 from ilya-lavrenov:ocl_cvtColor_master
|
2013-11-27 17:58:54 +04:00 |
|
Ilya Lavrenov
|
90d62cacc9
|
fixed cv::cvtColor
|
2013-11-27 16:43:31 +04:00 |
|
Roman Donchenko
|
10aec14a4d
|
Merge pull request #1849 from StevenPuttemans:feature_3375_documentation
|
2013-11-27 13:22:31 +04:00 |
|
Ilya Lavrenov
|
6679aed61e
|
fixed ocl::resize (INTER_LINEAR) and added an accuracy test
|
2013-11-27 02:52:02 +04:00 |
|
Roman Donchenko
|
920fd48228
|
Merge remote-tracking branch 'origin/master' into merge-2.4
Conflicts:
modules/ocl/src/arithm.cpp
|
2013-11-26 15:32:44 +04:00 |
|
Roman Donchenko
|
9c2272d520
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
.gitignore
CMakeLists.txt
doc/CMakeLists.txt
modules/calib3d/src/stereosgbm.cpp
modules/core/include/opencv2/core/mat.hpp
modules/highgui/src/cap_openni.cpp
modules/ml/include/opencv2/ml/ml.hpp
modules/objdetect/src/hog.cpp
modules/ocl/perf/perf_color.cpp
modules/ocl/src/arithm.cpp
modules/ocl/src/filtering.cpp
modules/ocl/src/imgproc.cpp
modules/ocl/src/optical_flow_farneback.cpp
platforms/scripts/camera_build.conf
platforms/scripts/cmake_android_all_cameras.py
samples/cpp/Qt_sample/main.cpp
samples/cpp/tutorial_code/introduction/windows_visual_studio_Opencv/Test.cpp
|
2013-11-26 15:05:26 +04:00 |
|
Roman Donchenko
|
aaf97c4548
|
Merge pull request #1863 from nevion:master
|
2013-11-26 13:53:48 +04:00 |
|
Eric Sommerlade
|
3b4f65b186
|
fixed comparison to stop integer wrap around
|
2013-11-26 00:12:30 +00:00 |
|
Ilya Lavrenov
|
16a3067afc
|
cp test_colot.cpp to imgproc ocl tests
|
2013-11-25 19:19:17 +04:00 |
|
StevenPuttemans
|
6f892b10ff
|
Applied feature #3375 and fix of pull 1842 to avoid merging problems later
|
2013-11-25 10:53:03 +01:00 |
|
Jason Newton
|
88b2fe9dbb
|
correct upper bound for maximum number of labels for 8-way connectivity
|
2013-11-24 01:20:07 -08:00 |
|
StevenPuttemans
|
7a8bd31657
|
Fixed bug in report #3346
|
2013-11-22 09:57:47 +01:00 |
|
Ilya Lavrenov
|
561a7f5782
|
fixed kernel compilation in imgproc module
|
2013-11-21 18:23:57 +04:00 |
|
Vadim Pisarevsky
|
677c7f27cb
|
fixed failure in Tonemap test
|
2013-11-19 19:20:24 -05:00 |
|
Vadim Pisarevsky
|
241002384c
|
fixed some more compile errors
|
2013-11-18 14:26:19 -05:00 |
|
Vadim Pisarevsky
|
e2bbe7597b
|
fixed few compile errors and doc build errors
|
2013-11-18 13:48:04 -05:00 |
|
Vadim Pisarevsky
|
8762ee3f6f
|
removed unnecessary opencl kernels
|
2013-11-18 12:02:10 -05:00 |
|
Vadim Pisarevsky
|
d914f20a4c
|
updated patch to bring in the first functions with "transparent API"
|
2013-11-18 11:48:00 -05:00 |
|
Roman Donchenko
|
4f1aed98de
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
.gitignore
modules/contrib/src/detection_based_tracker.cpp
modules/core/include/opencv2/core/core.hpp
modules/core/include/opencv2/core/internal.hpp
modules/core/src/gpumat.cpp
modules/core/src/opengl.cpp
modules/gpu/src/cuda/safe_call.hpp
modules/highgui/src/cap.cpp
modules/imgproc/include/opencv2/imgproc/imgproc.hpp
modules/ocl/doc/image_processing.rst
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/perf/perf_haar.cpp
modules/ocl/src/haar.cpp
modules/ocl/src/imgproc.cpp
modules/ocl/src/kmeans.cpp
modules/ocl/src/svm.cpp
modules/ocl/test/test_objdetect.cpp
samples/ocl/adaptive_bilateral_filter.cpp
|
2013-11-11 16:55:36 +04:00 |
|
Harris Gasparakis
|
a1de91a4fd
|
Cleaned up adaptive bilateral filtering, added support for gaussian interpolation, updated sample and docs
|
2013-11-06 16:48:50 +04:00 |
|
Roman Donchenko
|
b5777efee6
|
Merge pull request #1716 from ilya-lavrenov:resize_area_sse2_fix
|
2013-11-06 13:59:44 +04:00 |
|
Ilya Lavrenov
|
e9b54ab844
|
fixed cv::resize (area fast mode) - it writes outside of array boundary in SSE2 version
|
2013-11-06 13:53:44 +04:00 |
|
Roman Donchenko
|
9c83f6c4fb
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
cmake/OpenCVDetectCUDA.cmake
modules/core/include/opencv2/core/version.hpp
modules/cudacodec/src/ffmpeg_video_source.cpp
modules/gpu/src/video_writer.cpp
modules/highgui/test/test_ffmpeg.cpp
modules/highgui/test/test_video_io.cpp
modules/highgui/test/test_video_pos.cpp
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/include/opencv2/ocl/private/util.hpp
modules/ocl/src/arithm.cpp
modules/ocl/src/blend.cpp
modules/ocl/src/canny.cpp
modules/ocl/src/cl_operations.cpp
modules/ocl/src/filtering.cpp
modules/ocl/src/haar.cpp
modules/ocl/src/imgproc.cpp
modules/ocl/src/kmeans.cpp
modules/ocl/src/moments.cpp
modules/ocl/src/safe_call.hpp
modules/ocl/src/split_merge.cpp
modules/ocl/test/test_moments.cpp
samples/ocl/squares.cpp
|
2013-11-05 16:38:23 +04:00 |
|
Ilya Lavrenov
|
5546f4d77f
|
consistency SSE2 and plain versions of convertMaps and remap
|
2013-11-01 14:50:41 +04:00 |
|
Roman Donchenko
|
03bbee327b
|
Merge pull request #1486 from nzjrs:cv2-logpolar
|
2013-10-29 16:15:57 +04:00 |
|
Andrey Pavlenko
|
616db74e49
|
Merge pull request #1663 from vpisarev:ocl_experiments3
|
2013-10-29 11:14:16 +04:00 |
|
Vadim Pisarevsky
|
ace0d4bad0
|
hopefully, the last test failures are fixed now
|
2013-10-24 23:31:00 +04:00 |
|
Roman Donchenko
|
4036f6a3d0
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
apps/CMakeLists.txt
modules/contrib/CMakeLists.txt
modules/core/include/opencv2/core/version.hpp
modules/imgproc/include/opencv2/imgproc/imgproc.hpp
modules/java/generator/gen_java.py
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/src/cl_runtime/cl_runtime.cpp
modules/ocl/src/columnsum.cpp
modules/ocl/src/filtering.cpp
modules/ocl/src/imgproc.cpp
modules/ocl/test/main.cpp
modules/ocl/test/test_color.cpp
modules/ocl/test/test_imgproc.cpp
samples/gpu/CMakeLists.txt
|
2013-10-22 14:28:00 +04:00 |
|