vbystricky
|
01a66a2938
|
Prepare codes for ippicv library
|
2014-04-07 14:24:05 +04:00 |
|
Aaron Kunze
|
ede6d4482b
|
Optimizations to OpenCL bilateral filter.
|
2014-03-24 13:35:56 -07:00 |
|
Ilya Lavrenov
|
b6833fdde7
|
added 3-channels support to cv::medianBlur
|
2014-03-24 14:32:31 +04:00 |
|
Ilya Lavrenov
|
a51ab99a79
|
added 3-channels support to cv::filter2D, cv::Laplacian
|
2014-03-24 14:32:31 +04:00 |
|
Ilya Lavrenov
|
e19c42dded
|
added 3-channels support to cv::boxFilter, cv::blur, cv::sqrBoxFilter
|
2014-03-24 14:31:42 +04:00 |
|
Ilya Lavrenov
|
8f5fd44fb2
|
added 3 channels support to cv::bilateralFilter
Conflicts:
modules/imgproc/test/ocl/test_filters.cpp
|
2014-03-24 14:31:41 +04:00 |
|
Andrey Pavlenko
|
4b31b9cb8c
|
Merge pull request #2251 from ilya-lavrenov:tapi_sqrboxfilter
|
2014-02-07 11:33:49 +04:00 |
|
Ilya Lavrenov
|
412468e0ae
|
added cv::sqrBoxFilter to T-API
|
2014-02-06 19:19:18 +04:00 |
|
Roman Donchenko
|
2bbda9d225
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
modules/cudaimgproc/test/test_color.cpp
modules/dynamicuda/include/opencv2/dynamicuda/dynamicuda.hpp
modules/gpu/perf/perf_imgproc.cpp
modules/gpu/src/imgproc.cpp
modules/gpu/test/test_core.cpp
modules/gpu/test/test_imgproc.cpp
modules/java/generator/src/cpp/VideoCapture.cpp
samples/gpu/performance/CMakeLists.txt
samples/tapi/CMakeLists.txt
|
2014-02-03 13:23:59 +04:00 |
|
Ilya Lavrenov
|
c01e8e9361
|
removed ABF
|
2014-01-31 19:15:40 +04:00 |
|
Ilya Lavrenov
|
68f5dd4170
|
simplified cv::boxFilter OpenCL impl
|
2014-01-31 01:53:38 +04:00 |
|
Ilya Lavrenov
|
78c2b3ca2a
|
refactored imgproc
|
2014-01-27 18:47:16 +04:00 |
|
Seunghoon Park
|
b036fc756a
|
fixing bug #3345
|
2013-12-30 21:10:06 -05: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 |
|
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 |
|
Vladimir Bystricky
|
268d814d18
|
Fix problems with border extrapolation in kernel. Add Isolated/Nonisolated borders.
|
2013-12-11 16:57:47 +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
|
93c6fe66ce
|
added cv::bilateralFilter to T-API
|
2013-12-09 16:03:25 +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 |
|
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 |
|
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
|
95c2e8b51f
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
.gitignore
doc/tutorials/objdetect/cascade_classifier/cascade_classifier.rst
modules/gpu/src/match_template.cpp
modules/imgproc/include/opencv2/imgproc/imgproc.hpp
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/perf/perf_precomp.hpp
|
2013-09-10 11:30:19 +04:00 |
|
Roman Donchenko
|
84435ba741
|
Merge pull request #1365 from bitwangyaoyao:2.4_bilateral
|
2013-09-09 16:46:33 +04:00 |
|
Roman Donchenko
|
254d4ae429
|
Boring changes - imgproc.
|
2013-09-05 18:26:43 +04:00 |
|
Roman Donchenko
|
6ebfa87181
|
Delete a bunch more trailing whitespace that slipped through the cracks.
|
2013-09-04 16:13:27 +04:00 |
|
yao
|
26b5eb3e39
|
add adaptive bilateral filter (cpp and ocl version)
|
2013-08-29 10:48:15 +08:00 |
|
kdrobnyh
|
c1de14c27a
|
Fix bilateralFilter function
|
2013-08-19 15:52:34 +04:00 |
|
Roman Donchenko
|
6b5ac42a9b
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst
modules/features2d/doc/common_interfaces_of_descriptor_extractors.rst
modules/features2d/doc/object_categorization.rst
modules/gpu/doc/camera_calibration_and_3d_reconstruction.rst
modules/gpu/doc/image_filtering.rst
modules/gpu/doc/image_processing.rst
modules/gpu/doc/video.rst
modules/imgproc/doc/miscellaneous_transformations.rst
modules/imgproc/doc/object_detection.rst
modules/imgproc/doc/structural_analysis_and_shape_descriptors.rst
modules/imgproc/src/samplers.cpp
modules/ml/doc/k_nearest_neighbors.rst
modules/nonfree/doc/feature_detection.rst
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/photo/doc/inpainting.rst
modules/ts/include/opencv2/ts.hpp
platforms/scripts/camera_build.conf
samples/android/camera-calibration/AndroidManifest.xml
|
2013-08-13 12:56:39 +04:00 |
|
Vadim Pisarevsky
|
10fde1ca5c
|
disabled 64f IPP DFT; added IPP Gaussian filter; added IPP GetRectSubPix; added IPP BilateralFilter (temporarily disabled)
|
2013-08-06 18:31:06 +04:00 |
|
Andrey Kamaev
|
3890a74565
|
Drop outdated definitions from internal.hpp
This also fixes few clang build errors
|
2013-04-01 15:24:35 +04:00 |
|
Ilya Lavrenov
|
3eed5d8c72
|
additional improvements for 32f
|
2013-02-27 17:54:22 +04:00 |
|
Ilya Lavrenov
|
efad6942e2
|
some improvements of existing sse3 optimization of bilateral filter in case of 8uc3. Now perf tests take 6120ms instead of previous 7250ms (1.18x speed-up)
|
2013-02-27 16:53:09 +04:00 |
|
Andrey Kamaev
|
2a6fb2867e
|
Remove all using directives for STL namespace and members
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
|
2013-02-25 15:04:17 +04:00 |
|
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
2012-10-17 15:57:49 +04:00 |
|
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
2012-10-17 15:32:23 +04:00 |
|
Vadim Pisarevsky
|
354a5f2686
|
added recommended number of stripes to parallel_for_, modified some of the functions to use larger stripes (for better performance)
|
2012-10-11 22:37:14 +04:00 |
|
Vadim Pisarevsky
|
925d0cc769
|
added test for box filter 16u, fixed bug #2416
|
2012-10-08 14:11:39 +04:00 |
|
Vadim Pisarevsky
|
778c31a1c8
|
added SSE2-optimized boxfilter by Grigoriy Frolov
|
2012-09-03 17:31:20 +04:00 |
|
Anatoly Baksheev
|
3456238c16
|
minor
|
2012-08-29 21:26:00 +04:00 |
|
Anatoly Baksheev
|
0ba01afd83
|
added GPU bilateral filter + tests
added GPU non local means brute force filter + tests
|
2012-08-29 19:20:32 +04:00 |
|
Sergiu Dotenco
|
6c3e769f32
|
eliminated type conversion warnings
|
2012-08-28 17:21:06 +02:00 |
|
Vadim Pisarevsky
|
2f1cc018c9
|
enabled SSE3 by default; integrated SSE3-optimized bilateral filter (by Grigoriy Frolov); modified API of non-local means (use Input/OutputArrays)
|
2012-08-21 17:39:40 +04:00 |
|
Maria Dimashova
|
d973d571a4
|
changed the value that replace NaNs in bilateralFilter_32f
|
2012-08-14 17:15:03 +04:00 |
|
Andrey Kamaev
|
9981b283a6
|
Fixed build warnings (including error in FAST)
|
2012-08-06 19:10:55 +04:00 |
|
Vadim Pisarevsky
|
9c0f556d88
|
fixed a few compile warnings and errors with VS2010.
|
2012-08-03 17:12:45 +04:00 |
|
Ilya Lavrenov
|
27c2aa3a4e
|
parallel version of bilateral filter was implemented using parallel_for_
|
2012-08-02 16:25:30 +04:00 |
|
Maria Dimashova
|
c5dbc06158
|
fixed bilateralFilter on uniform CV_32F image
|
2012-07-24 17:51:20 +04:00 |
|
Andrey Kamaev
|
c5aba337e9
|
Fixed number of warnings. Fixed mingw64 build.
|
2012-06-12 14:46:12 +00:00 |
|
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
2012-06-07 17:21:29 +00:00 |
|
Andrey Kamaev
|
0e9e0a01db
|
Added new perf tests for boxFilter
|
2012-05-25 11:26:43 +00:00 |
|
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
2012-04-30 14:33:52 +00:00 |
|
Kirill Kornyakov
|
c946a740bb
|
Optimized version of adaptiveThreshold added
|
2012-01-25 07:50:47 +00:00 |
|
Andrey Pavlenko
|
d0981a628a
|
Tegra optimization for image filtering
|
2012-01-23 09:16:07 +00:00 |
|
Andrey Kamaev
|
9260ad4d70
|
Fixed Tegra optimization stub for gaussian
|
2012-01-11 13:16:00 +00:00 |
|
Kirill Kornyakov
|
694ea8e0c8
|
Added threaded versions (enabled only for Tegra at the moment) of threshold, erode/dilate. Slighlty restructured the code of medianBlur.
|
2012-01-06 14:29:31 +00:00 |
|
Andrey Kamaev
|
9b350e5e0d
|
Tegra optimization for median blur
|
2012-01-05 17:36:32 +00:00 |
|
Andrey Kamaev
|
70416be0dd
|
Tegra optimization for GaussianBlur
|
2012-01-04 18:20:03 +00:00 |
|
Vadim Pisarevsky
|
0c877f62e9
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
2011-06-06 14:51:27 +00:00 |
|
Vadim Pisarevsky
|
d5af311a77
|
fix bilateral filter behavior when color_sigma == 0 and/or spatial_sigma == 0 (ticket #469)
|
2011-06-01 13:15:43 +00:00 |
|
Vadim Pisarevsky
|
abeeb40d46
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
2011-04-17 13:14:45 +00:00 |
|
Vadim Pisarevsky
|
f5e5b677c9
|
added hconcat & vconcat functions for joining matrices; moved some inline functions out of the headers; fixed several bugs in documentation; removed MatND from docs
|
2010-11-23 16:39:20 +00:00 |
|
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
|