Andrey Pavlenko
|
7193762d2d
|
Merge pull request #2495 from ilya-lavrenov:tapi_flip
|
11 years ago |
Andrey Pavlenko
|
d18ebfa8e8
|
Merge pull request #2500 from akarsakov:hog_intel_fix
|
11 years ago |
Ilya Lavrenov
|
2875ce60ea
|
added 3-channels support to optimized version
|
11 years ago |
Roman Donchenko
|
6bf4a7ce01
|
Merge pull request #2510 from asmorkalov:android_cuda_filter_fix
|
11 years ago |
Kang Liu
|
dc21e2cc0e
|
remove highlighting in some function links
1. Remove whole-document highlighting in some function links
2. fix the function alias `readwriteimagevideo`
|
11 years ago |
Andrey Pavlenko
|
fe5eaae102
|
adding missing include (fixing 'no ocl implementation' error)
|
11 years ago |
Alexander Smorkalov
|
846266fde4
|
Native camera fix for some deivices with Qualcomm SoC like Samsung Galaxy S4.
|
11 years ago |
Roman Donchenko
|
3572ee278e
|
Merge pull request #2396 from m3d:patch-1
|
11 years ago |
Roman Donchenko
|
49efc250d3
|
Merge pull request #2400 from RJ2:Bugfix_2
|
11 years ago |
Roman Donchenko
|
722c0fea41
|
Merge pull request #2414 from yashdv:meanshift_tutorial_error
|
11 years ago |
Roman Donchenko
|
a66018d14d
|
Merge pull request #2423 from RJ2:bugfix_5
|
11 years ago |
Alexander Smorkalov
|
b0ad84cfa2
|
Libraries filter update after abs path cut.
|
11 years ago |
Andrey Pavlenko
|
4e851f5050
|
Merge pull request #2507 from apavlenko:haar_perf_test_cleanup
|
11 years ago |
Alexander Karsakov
|
0bd4fd3a87
|
Workaround for Intel platform: replace min() with ternary operator
|
11 years ago |
Andrey Pavlenko
|
b7198ccf1c
|
dropping legacy modes testing
|
11 years ago |
Andrey Pavlenko
|
640e180efe
|
switching to CV_HAAR_SCALE_IMAGE mode, enabling test
|
11 years ago |
Andrey Pavlenko
|
d060d30fa0
|
enabling OCL LBP branch for all devices
|
11 years ago |
Andrey Pavlenko
|
bdfd29a0b8
|
Merge pull request #2496 from ilya-lavrenov:tapi_imgproc
|
11 years ago |
Roman Donchenko
|
034ef02409
|
Merge pull request #2449 from asmorkalov:cuda_abs_path_fix
|
11 years ago |
mlyashko
|
80a40ae3d7
|
changed epsilon for test pass on Win32
|
11 years ago |
Andrey Pavlenko
|
9c7ba6db90
|
Merge pull request #2490 from ilya-lavrenov:ocl_sep_filters
|
11 years ago |
Andrey Pavlenko
|
2299e2ed1b
|
Merge pull request #2494 from ilya-lavrenov:tapi_merge
|
11 years ago |
Andrey Pavlenko
|
87ae0f9990
|
Merge pull request #2492 from KonstantinMatskevich:ocl_fix_wrongdevice
|
11 years ago |
Ilya Lavrenov
|
63d8a61b9b
|
enabled 3-channels support for cv::createSuperResolution_BTVL1
|
11 years ago |
Alexander Karsakov
|
b14c314fc3
|
Fixed incorrect thread synchronizations
|
11 years ago |
Roman Donchenko
|
68c57a1e82
|
Merge pull request #2473 from euphrat:mog2_weight_bugfix
|
11 years ago |
Ilya Lavrenov
|
eb8b4c58c7
|
fixed bug in cv::ocl::predictOptimalVectorWidth
|
11 years ago |
Ilya Lavrenov
|
291458a859
|
generalized OpenCL version of cv::sepFilter2D; removed some restrictions and added 3-channels support
|
11 years ago |
Alexander Smorkalov
|
284b2fc1e7
|
Cut path to CUDA libraries to prevent generation of OpenCVModules.cmake with abs path.
|
11 years ago |
Alexander Karsakov
|
30a8308f8e
|
Enabled Intel-specific optimizations for HOG detector.
|
11 years ago |
Kang Liu
|
17713f6831
|
1. fix an error in sample code
2. change an external link to maintain consistency with the previous tutorial
|
11 years ago |
Ilya Lavrenov
|
b449b0bf71
|
simplified cv::sepFilter2D OpenCL part
|
11 years ago |
Roman Donchenko
|
a1e5bd71f1
|
Merge pull request #2446 from asmorkalov:ocv_implicit_cuda_control
|
11 years ago |
Ilya Lavrenov
|
b73490f86c
|
eliminated restriction src[i].channels() == 1 in cv::merge
|
11 years ago |
Andrey Pavlenko
|
a2dec6c34e
|
Merge pull request #2493 from ilya-lavrenov:tapi_fnlm
|
11 years ago |
Konstantin Matskevich
|
f9f730c426
|
update error message
|
11 years ago |
Ilya Lavrenov
|
04884ebf45
|
added 3-channels support to cv::setIdentity
|
11 years ago |
Ilya Lavrenov
|
d1cfcfcafd
|
added 3-channels support to morphology operations
|
11 years ago |
Ilya Lavrenov
|
8d97d0d631
|
added 3-channels support to cv::flip
|
11 years ago |
Firat Kalaycilar
|
0a16d93e1d
|
Fixed an issue with weight assignment causing the resulting GMM weights to be unsorted in the CUDA and OCL versions of BackgroundSubtractorMOG2
|
11 years ago |
Koji Miyazato
|
a43ef9a6cd
|
WriteStructContext treats state of fs
|
11 years ago |
Alexander Smorkalov
|
b4e4f13f9e
|
Superres module enabled for Android. GPU samples build fixed for Android.
|
11 years ago |
Roman Donchenko
|
b70332d806
|
Merge pull request #1986 from GregoryMorse:patch-3
|
11 years ago |
Firat Kalaycilar
|
4d9698a4cf
|
Merge branch '2.4' of git://github.com/Itseez/opencv into mog2_weight_bugfix
|
11 years ago |
Andrey Pavlenko
|
6e44f05e6f
|
Merge pull request #2464 from KonstantinMatskevich:ocl_stereobm_experiment
|
11 years ago |
Konstantin Matskevich
|
eebf92ba58
|
fix for incorrect opencl device selection
|
11 years ago |
Roman Donchenko
|
bff92da970
|
Merge pull request #2488 from Nerei:minor_doc
|
11 years ago |
Roman Donchenko
|
d76226e21b
|
Merge pull request #2456 from kurodash:pr_use_cvAlloc
|
11 years ago |
Ilya Lavrenov
|
6fe71bd27c
|
added 4 channels support to fnlm
|
11 years ago |
Roman Donchenko
|
ae2b0b0098
|
Merge pull request #2486 from SpecLad:merge-2.4
|
11 years ago |