profile/ivi/opencv.git
10 years agoadded 3-channels support to cv::boxFilter, cv::blur, cv::sqrBoxFilter
Ilya Lavrenov [Tue, 18 Mar 2014 20:33:01 +0000 (00:33 +0400)]
added 3-channels support to cv::boxFilter, cv::blur, cv::sqrBoxFilter

10 years agoadded 3 channels support to cv::bilateralFilter
Ilya Lavrenov [Tue, 18 Mar 2014 19:56:06 +0000 (23:56 +0400)]
added 3 channels support to cv::bilateralFilter

Conflicts:
modules/imgproc/test/ocl/test_filters.cpp

10 years agoMerge pull request #2515 from apavlenko:perf_default_strategy
Roman Donchenko [Mon, 24 Mar 2014 08:02:30 +0000 (12:02 +0400)]
Merge pull request #2515 from apavlenko:perf_default_strategy

10 years agoMerge pull request #2491 from ilya-lavrenov:tapi_sep_filter
Andrey Pavlenko [Mon, 24 Mar 2014 06:37:14 +0000 (10:37 +0400)]
Merge pull request #2491 from ilya-lavrenov:tapi_sep_filter

10 years agoMerge pull request #2503 from mlyashko:optflow_dualtvl1
Andrey Pavlenko [Mon, 24 Mar 2014 06:35:50 +0000 (10:35 +0400)]
Merge pull request #2503 from mlyashko:optflow_dualtvl1

10 years agoMerge pull request #2489 from vbystricky:iocl_pyrlk
Andrey Pavlenko [Fri, 21 Mar 2014 14:33:32 +0000 (18:33 +0400)]
Merge pull request #2489 from vbystricky:iocl_pyrlk

10 years agochanging default perf strategy from BASIC (old) to SIMPLE (new, faster)
Andrey Pavlenko [Fri, 21 Mar 2014 14:29:06 +0000 (18:29 +0400)]
changing default perf strategy from BASIC (old) to SIMPLE (new, faster)

10 years agoMerge pull request #2508 from akarsakov:fix_erode_intel
Andrey Pavlenko [Fri, 21 Mar 2014 14:25:11 +0000 (18:25 +0400)]
Merge pull request #2508 from akarsakov:fix_erode_intel

10 years agoMerge pull request #2506 from apavlenko:lbp_ocl_use_any_device
Andrey Pavlenko [Fri, 21 Mar 2014 14:24:36 +0000 (18:24 +0400)]
Merge pull request #2506 from apavlenko:lbp_ocl_use_any_device

10 years agoMerge pull request #2495 from ilya-lavrenov:tapi_flip
Andrey Pavlenko [Fri, 21 Mar 2014 12:08:45 +0000 (16:08 +0400)]
Merge pull request #2495 from ilya-lavrenov:tapi_flip

10 years agoMerge pull request #2500 from akarsakov:hog_intel_fix
Andrey Pavlenko [Fri, 21 Mar 2014 12:02:48 +0000 (16:02 +0400)]
Merge pull request #2500 from akarsakov:hog_intel_fix

10 years agoadded 3-channels support to optimized version
Ilya Lavrenov [Thu, 20 Mar 2014 14:38:31 +0000 (18:38 +0400)]
added 3-channels support to optimized version

10 years agoMerge pull request #2396 from m3d:patch-1
Roman Donchenko [Fri, 21 Mar 2014 10:00:12 +0000 (14:00 +0400)]
Merge pull request #2396 from m3d:patch-1

10 years agoMerge pull request #2414 from yashdv:meanshift_tutorial_error
Roman Donchenko [Fri, 21 Mar 2014 09:55:34 +0000 (13:55 +0400)]
Merge pull request #2414 from yashdv:meanshift_tutorial_error

10 years agoMerge pull request #2507 from apavlenko:haar_perf_test_cleanup
Andrey Pavlenko [Fri, 21 Mar 2014 08:20:32 +0000 (12:20 +0400)]
Merge pull request #2507 from apavlenko:haar_perf_test_cleanup

10 years agoWorkaround for Intel platform: replace min() with ternary operator
Alexander Karsakov [Mon, 17 Mar 2014 08:18:55 +0000 (12:18 +0400)]
Workaround for Intel platform: replace min() with ternary operator

10 years agodropping legacy modes testing
Andrey Pavlenko [Thu, 20 Mar 2014 18:30:16 +0000 (22:30 +0400)]
dropping legacy modes testing

10 years agoenabling OCL LBP branch for all devices
Andrey Pavlenko [Thu, 20 Mar 2014 17:57:34 +0000 (21:57 +0400)]
enabling OCL LBP branch for all devices

10 years agoMerge pull request #2496 from ilya-lavrenov:tapi_imgproc
Andrey Pavlenko [Thu, 20 Mar 2014 15:20:14 +0000 (19:20 +0400)]
Merge pull request #2496 from ilya-lavrenov:tapi_imgproc

10 years agochanged epsilon for test pass on Win32
mlyashko [Thu, 20 Mar 2014 12:15:43 +0000 (16:15 +0400)]
changed epsilon for test pass on Win32

10 years agoMerge pull request #2494 from ilya-lavrenov:tapi_merge
Andrey Pavlenko [Thu, 20 Mar 2014 09:39:39 +0000 (13:39 +0400)]
Merge pull request #2494 from ilya-lavrenov:tapi_merge

10 years agoMerge pull request #2492 from KonstantinMatskevich:ocl_fix_wrongdevice
Andrey Pavlenko [Thu, 20 Mar 2014 09:39:16 +0000 (13:39 +0400)]
Merge pull request #2492 from KonstantinMatskevich:ocl_fix_wrongdevice

10 years agoenabled 3-channels support for cv::createSuperResolution_BTVL1
Ilya Lavrenov [Wed, 19 Mar 2014 15:12:37 +0000 (19:12 +0400)]
enabled 3-channels support for cv::createSuperResolution_BTVL1

10 years agoFixed incorrect thread synchronizations
Alexander Karsakov [Wed, 19 Mar 2014 13:33:13 +0000 (17:33 +0400)]
Fixed incorrect thread synchronizations

10 years agofixed bug in cv::ocl::predictOptimalVectorWidth
Ilya Lavrenov [Wed, 19 Mar 2014 20:28:21 +0000 (00:28 +0400)]
fixed bug in cv::ocl::predictOptimalVectorWidth

10 years agogeneralized OpenCL version of cv::sepFilter2D; removed some restrictions and added...
Ilya Lavrenov [Wed, 19 Mar 2014 14:49:33 +0000 (18:49 +0400)]
generalized OpenCL version of cv::sepFilter2D; removed some restrictions and added 3-channels support

10 years agoEnabled Intel-specific optimizations for HOG detector.
Alexander Karsakov [Wed, 19 Mar 2014 13:30:13 +0000 (17:30 +0400)]
Enabled Intel-specific optimizations for HOG detector.

10 years agosimplified cv::sepFilter2D OpenCL part
Ilya Lavrenov [Wed, 19 Mar 2014 11:59:00 +0000 (15:59 +0400)]
simplified cv::sepFilter2D OpenCL part

10 years agoeliminated restriction src[i].channels() == 1 in cv::merge
Ilya Lavrenov [Tue, 18 Mar 2014 12:02:25 +0000 (16:02 +0400)]
eliminated restriction src[i].channels() == 1 in cv::merge

10 years agoMerge pull request #2493 from ilya-lavrenov:tapi_fnlm
Andrey Pavlenko [Wed, 19 Mar 2014 08:56:11 +0000 (12:56 +0400)]
Merge pull request #2493 from ilya-lavrenov:tapi_fnlm

10 years agoupdate error message
Konstantin Matskevich [Wed, 19 Mar 2014 08:14:48 +0000 (12:14 +0400)]
update error message

10 years agoadded 3-channels support to cv::setIdentity
Ilya Lavrenov [Tue, 18 Mar 2014 15:42:04 +0000 (19:42 +0400)]
added 3-channels support to cv::setIdentity

10 years agoadded 3-channels support to morphology operations
Ilya Lavrenov [Tue, 18 Mar 2014 16:02:04 +0000 (20:02 +0400)]
added 3-channels support to morphology operations

10 years agoadded 3-channels support to cv::flip
Ilya Lavrenov [Tue, 18 Mar 2014 15:31:37 +0000 (19:31 +0400)]
added 3-channels support to cv::flip

10 years agoMerge pull request #1986 from GregoryMorse:patch-3
Roman Donchenko [Tue, 18 Mar 2014 12:18:32 +0000 (16:18 +0400)]
Merge pull request #1986 from GregoryMorse:patch-3

10 years agoMerge pull request #2464 from KonstantinMatskevich:ocl_stereobm_experiment
Andrey Pavlenko [Tue, 18 Mar 2014 11:53:09 +0000 (15:53 +0400)]
Merge pull request #2464 from KonstantinMatskevich:ocl_stereobm_experiment

10 years agofix for incorrect opencl device selection
Konstantin Matskevich [Tue, 18 Mar 2014 09:19:41 +0000 (13:19 +0400)]
fix for incorrect opencl device selection

10 years agoadded 4 channels support to fnlm
Ilya Lavrenov [Tue, 18 Mar 2014 10:29:02 +0000 (14:29 +0400)]
added 4 channels support to fnlm

10 years agoMerge pull request #2486 from SpecLad:merge-2.4
Roman Donchenko [Tue, 18 Mar 2014 09:55:56 +0000 (13:55 +0400)]
Merge pull request #2486 from SpecLad:merge-2.4

10 years agoedited sample code for mean/cam sihft and fixed an error
yash [Tue, 18 Mar 2014 03:14:33 +0000 (08:44 +0530)]
edited sample code for mean/cam sihft and fixed an error

10 years agooptimized sep filter
Ilya Lavrenov [Mon, 17 Mar 2014 15:59:35 +0000 (19:59 +0400)]
optimized sep filter

10 years agoFix problems on Intel HD graphics
vbystricky [Mon, 17 Mar 2014 12:03:15 +0000 (16:03 +0400)]
Fix problems on Intel HD graphics

10 years agoMerge remote-tracking branch 'origin/2.4' into merge-2.4
Roman Donchenko [Mon, 17 Mar 2014 10:14:07 +0000 (14:14 +0400)]
Merge remote-tracking branch 'origin/2.4' into merge-2.4

Conflicts:
modules/imgproc/src/opencl/precornerdetect.cl
modules/nonfree/perf/perf_main.cpp
modules/nonfree/perf/perf_surf.ocl.cpp
modules/ocl/src/arithm.cpp
modules/ocl/src/gftt.cpp
modules/ocl/src/opencl/arithm_bitwise.cl
modules/ocl/src/opencl/arithm_bitwise_binary_scalar_mask.cl
modules/ocl/src/opencl/arithm_minMax.cl
modules/ocl/src/opencl/arithm_nonzero.cl
modules/ocl/src/opencl/arithm_sum.cl
modules/ocl/test/test_arithm.cpp
modules/viz/src/precomp.hpp
modules/viz/src/vizcore.cpp
modules/viz/src/vtk/vtkCloudMatSink.h
modules/viz/src/vtk/vtkXYZReader.cpp
modules/viz/src/vtk/vtkXYZReader.h
modules/viz/test/test_precomp.hpp

10 years agoMerge pull request #2479 from alalek:ocl_compare_scalar
Andrey Pavlenko [Mon, 17 Mar 2014 10:04:22 +0000 (14:04 +0400)]
Merge pull request #2479 from alalek:ocl_compare_scalar

10 years agoMerge pull request #2428 from alalek:ocl_copyMakeBorder_3channels
Andrey Pavlenko [Mon, 17 Mar 2014 09:10:34 +0000 (13:10 +0400)]
Merge pull request #2428 from alalek:ocl_copyMakeBorder_3channels

10 years agoocl: compare: remove useless perf tests
Alexander Alekhin [Mon, 17 Mar 2014 08:29:49 +0000 (12:29 +0400)]
ocl: compare: remove useless perf tests

10 years agoMerge pull request #2485 from Nerei:viz_correct_viewer_pose
Roman Donchenko [Mon, 17 Mar 2014 07:59:14 +0000 (11:59 +0400)]
Merge pull request #2485 from Nerei:viz_correct_viewer_pose

10 years agoMerge pull request #2484 from berak:mat_doc_24
Roman Donchenko [Mon, 17 Mar 2014 07:57:09 +0000 (11:57 +0400)]
Merge pull request #2484 from berak:mat_doc_24

10 years agofinalizing
Konstantin Matskevich [Fri, 14 Mar 2014 09:28:35 +0000 (13:28 +0400)]
finalizing

10 years agoViz::setViewerPose() - changed up-vector to down (common for Computer Vision & Odometry)
Anatoly Baksheev [Sun, 16 Mar 2014 16:07:05 +0000 (20:07 +0400)]
Viz::setViewerPose() - changed up-vector to down (common for Computer Vision & Odometry)

10 years agomissing () on Mat::type()
berak [Sun, 16 Mar 2014 13:04:05 +0000 (14:04 +0100)]
missing () on Mat::type()

10 years agoocl: workaround for Pow accuracy test failure
Alexander Alekhin [Fri, 14 Mar 2014 15:50:38 +0000 (19:50 +0400)]
ocl: workaround for Pow accuracy test failure

10 years agoocl: fixes
Alexander Alekhin [Fri, 14 Mar 2014 10:01:05 +0000 (14:01 +0400)]
ocl: fixes

10 years agoocl: compare with scalar
Alexander Alekhin [Thu, 13 Mar 2014 16:36:23 +0000 (20:36 +0400)]
ocl: compare with scalar

10 years agoMerge pull request #2481 from akarsakov:fix_hog_intel
Andrey Pavlenko [Fri, 14 Mar 2014 15:17:03 +0000 (19:17 +0400)]
Merge pull request #2481 from akarsakov:fix_hog_intel

10 years agoMerge pull request #2483 from ilya-lavrenov:tapi_3_vs_4
Andrey Pavlenko [Fri, 14 Mar 2014 15:14:35 +0000 (19:14 +0400)]
Merge pull request #2483 from ilya-lavrenov:tapi_3_vs_4

10 years agoMerge pull request #2482 from ilya-lavrenov:tapi_fix
Andrey Pavlenko [Fri, 14 Mar 2014 15:08:06 +0000 (19:08 +0400)]
Merge pull request #2482 from ilya-lavrenov:tapi_fix

10 years agoMerge pull request #2475 from ilya-lavrenov:ocl_2.4_fix
Andrey Pavlenko [Fri, 14 Mar 2014 15:05:55 +0000 (19:05 +0400)]
Merge pull request #2475 from ilya-lavrenov:ocl_2.4_fix

10 years agoMerge pull request #2480 from vpisarev:ocl_orb
Andrey Pavlenko [Fri, 14 Mar 2014 15:04:18 +0000 (19:04 +0400)]
Merge pull request #2480 from vpisarev:ocl_orb

10 years agospeedUp
Konstantin Matskevich [Thu, 13 Mar 2014 05:33:15 +0000 (09:33 +0400)]
speedUp

10 years agotemp
Konstantin Matskevich [Wed, 12 Mar 2014 09:09:57 +0000 (13:09 +0400)]
temp

10 years agofixes
Konstantin Matskevich [Wed, 12 Mar 2014 07:20:23 +0000 (11:20 +0400)]
fixes

10 years agonew approach
Konstantin Matskevich [Thu, 6 Mar 2014 13:56:42 +0000 (17:56 +0400)]
new approach

10 years agonew attempt
Konstantin Matskevich [Tue, 4 Mar 2014 06:25:07 +0000 (10:25 +0400)]
new attempt

10 years agobad experiment =(
Konstantin Matskevich [Fri, 28 Feb 2014 05:28:07 +0000 (09:28 +0400)]
bad experiment =(

10 years agooptimizations
Konstantin Matskevich [Tue, 18 Feb 2014 10:24:26 +0000 (14:24 +0400)]
optimizations

10 years agoadded optimization
Konstantin Matskevich [Tue, 18 Feb 2014 10:08:22 +0000 (14:08 +0400)]
added optimization

10 years agostereoBM
Konstantin Matskevich [Thu, 16 Jan 2014 10:10:17 +0000 (14:10 +0400)]
stereoBM

10 years agoadded 3 vs 4 channels performance tests
Ilya Lavrenov [Fri, 14 Mar 2014 13:25:34 +0000 (17:25 +0400)]
added 3 vs 4 channels performance tests

10 years agofix for unsupported doubles
Ilya Lavrenov [Fri, 14 Mar 2014 12:53:10 +0000 (16:53 +0400)]
fix for unsupported doubles

10 years agoMerge pull request #2474 from akarsakov:fix_getpolicy
Roman Donchenko [Fri, 14 Mar 2014 11:17:45 +0000 (15:17 +0400)]
Merge pull request #2474 from akarsakov:fix_getpolicy

10 years agoRemoved workaround for Intel platform.
Alexander Karsakov [Fri, 14 Mar 2014 10:18:52 +0000 (14:18 +0400)]
Removed workaround for Intel platform.

10 years agoFixed getPolicy() method to make it thread-safe.
Alexander Karsakov [Thu, 13 Mar 2014 06:22:36 +0000 (10:22 +0400)]
Fixed getPolicy() method to make it thread-safe.

10 years agofixed extra whitespace
Vadim Pisarevsky [Thu, 13 Mar 2014 19:18:41 +0000 (23:18 +0400)]
fixed extra whitespace

10 years agofixed bug in FAST
Vadim Pisarevsky [Thu, 13 Mar 2014 19:17:28 +0000 (23:17 +0400)]
fixed bug in FAST

10 years agofinished OpenCL port of ORB
Vadim Pisarevsky [Thu, 13 Mar 2014 18:56:53 +0000 (22:56 +0400)]
finished OpenCL port of ORB

10 years agotypos
Ilya Lavrenov [Thu, 13 Mar 2014 18:56:46 +0000 (22:56 +0400)]
typos

10 years agononfree perf tests
Ilya Lavrenov [Thu, 13 Mar 2014 18:35:08 +0000 (22:35 +0400)]
nonfree perf tests

10 years agoimproved performance of bitwise ops
Ilya Lavrenov [Thu, 13 Mar 2014 15:42:13 +0000 (19:42 +0400)]
improved performance of bitwise ops

10 years agoMerge pull request #2477 from alalek:ocl_cleanup_workarounds
Andrey Pavlenko [Thu, 13 Mar 2014 14:55:27 +0000 (18:55 +0400)]
Merge pull request #2477 from alalek:ocl_cleanup_workarounds

10 years agoMerge pull request #2470 from ilya-lavrenov:tapi_reduction
Andrey Pavlenko [Thu, 13 Mar 2014 14:42:00 +0000 (18:42 +0400)]
Merge pull request #2470 from ilya-lavrenov:tapi_reduction

10 years agoMerge pull request #2469 from alalek:ocl_pyrUp_pyrDown_3channels
Andrey Pavlenko [Thu, 13 Mar 2014 14:37:05 +0000 (18:37 +0400)]
Merge pull request #2469 from alalek:ocl_pyrUp_pyrDown_3channels

10 years agoimproved performance of cv::ocl::sum
Ilya Lavrenov [Thu, 13 Mar 2014 12:27:07 +0000 (16:27 +0400)]
improved performance of cv::ocl::sum

10 years agoMerge pull request #2466 from ilya-lavrenov:tapi_transpose_3cn
Andrey Pavlenko [Thu, 13 Mar 2014 12:56:01 +0000 (16:56 +0400)]
Merge pull request #2466 from ilya-lavrenov:tapi_transpose_3cn

10 years agoMerge pull request #2459 from ilya-lavrenov:tapi_experiments
Andrey Pavlenko [Thu, 13 Mar 2014 12:49:56 +0000 (16:49 +0400)]
Merge pull request #2459 from ilya-lavrenov:tapi_experiments

10 years agoMerge pull request #2382 from ilya-lavrenov:tapi_nlmeans
Andrey Pavlenko [Thu, 13 Mar 2014 12:48:38 +0000 (16:48 +0400)]
Merge pull request #2382 from ilya-lavrenov:tapi_nlmeans

10 years agoocl: cleanup workarounds
Alexander Alekhin [Thu, 13 Mar 2014 11:45:23 +0000 (15:45 +0400)]
ocl: cleanup workarounds

10 years agoimproved performance of cv::ocl::countNonZero
Ilya Lavrenov [Thu, 13 Mar 2014 11:35:53 +0000 (15:35 +0400)]
improved performance of cv::ocl::countNonZero

10 years agochanges for GFTT
Ilya Lavrenov [Thu, 13 Mar 2014 10:57:13 +0000 (14:57 +0400)]
changes for GFTT

10 years agoimproved performance of cv::ocl::minMax
Ilya Lavrenov [Wed, 12 Mar 2014 15:58:53 +0000 (19:58 +0400)]
improved performance of cv::ocl::minMax

10 years agoMerge pull request #2468 from mlyashko:back_proj_fix
Roman Donchenko [Thu, 13 Mar 2014 09:42:20 +0000 (13:42 +0400)]
Merge pull request #2468 from mlyashko:back_proj_fix

10 years agoMerge pull request #2463 from ziyangli:master
Roman Donchenko [Wed, 12 Mar 2014 14:51:40 +0000 (18:51 +0400)]
Merge pull request #2463 from ziyangli:master

10 years agoMerge pull request #2465 from SpecLad:merge-2.4
Roman Donchenko [Wed, 12 Mar 2014 13:08:43 +0000 (17:08 +0400)]
Merge pull request #2465 from SpecLad:merge-2.4

10 years agoMerge pull request #2434 from Nerei:viz_continue
Roman Donchenko [Wed, 12 Mar 2014 12:53:41 +0000 (16:53 +0400)]
Merge pull request #2434 from Nerei:viz_continue

10 years agominor cmake fix fo macos
Anatoly Baksheev [Wed, 12 Mar 2014 12:21:36 +0000 (16:21 +0400)]
minor cmake fix fo macos

10 years ago3-channel reduction operations
Ilya Lavrenov [Tue, 11 Mar 2014 21:00:29 +0000 (01:00 +0400)]
3-channel reduction operations

10 years agoocl: pyrUp/pyrDown 3-channel
Alexander Alekhin [Thu, 27 Feb 2014 12:25:26 +0000 (16:25 +0400)]
ocl: pyrUp/pyrDown 3-channel

10 years agocleanup
ziyangli [Wed, 12 Mar 2014 10:16:54 +0000 (18:16 +0800)]
cleanup

10 years agoremove a whitepace
Ziyang LI [Wed, 12 Mar 2014 10:14:43 +0000 (18:14 +0800)]
remove a whitepace

10 years agocv::compare
Ilya Lavrenov [Tue, 11 Mar 2014 19:41:44 +0000 (23:41 +0400)]
cv::compare