Roman Donchenko
|
aed69cc458
|
Merge pull request #1882 from philippefoubert:branch_ocl_instrumentation
|
2013-12-02 18:55:47 +04:00 |
|
Roman Donchenko
|
790f53f12a
|
Merge pull request #1887 from jet47:android-cuda-6.0
|
2013-12-02 18:53:26 +04:00 |
|
Vadim Pisarevsky
|
161c3b71e6
|
hopefully, now opencv_test_imgproc should pass
|
2013-12-02 18:27:08 +04:00 |
|
Roman Donchenko
|
f7f194e5dd
|
Merge pull request #1797 from moodoki:bugfix_3344
|
2013-12-02 17:53:34 +04:00 |
|
Alexander Smorkalov
|
eab7603096
|
Warning fixes and suppression in ocl module for gcc 4.6 from Android NDK.
|
2013-12-02 17:51:29 +04:00 |
|
Roman Donchenko
|
838961a289
|
Merge pull request #1897 from berak:b_3393_24
|
2013-12-02 17:11:56 +04:00 |
|
Séverin Lemaignan
|
efe564e3b3
|
Ensure compilation to Javascript with Emscripten
|
2013-12-02 14:06:24 +01:00 |
|
Roman Donchenko
|
fb568755a1
|
Merge pull request #1898 from berak:b_3349_24
|
2013-12-02 14:14:41 +04:00 |
|
Vadim Pisarevsky
|
5fea17ff0d
|
still trying to fix failure in opencv_test_imgproc
|
2013-12-02 13:46:54 +04:00 |
|
Roman Donchenko
|
b27d7d2a61
|
Merge pull request #1886 from ilya-lavrenov:tapi_lut
|
2013-12-02 12:28:18 +04:00 |
|
Roman Donchenko
|
0bbd768d9d
|
Merge pull request #1884 from asmorkalov:winrt_img_proc_sample
|
2013-12-02 12:27:51 +04:00 |
|
Roman Donchenko
|
f20af817d4
|
Merge pull request #1894 from asmorkalov:ocv_debug_build
|
2013-12-02 12:17:30 +04:00 |
|
Vadim Pisarevsky
|
7626a8e8de
|
try to eliminate failure in opencv_imgproc_test
|
2013-12-02 12:13:50 +04:00 |
|
Vadim Pisarevsky
|
82b852c13c
|
yet another attempt to make Core_UMat.getUMat test work
|
2013-12-02 00:12:20 +04:00 |
|
Vadim Pisarevsky
|
9be727b1ea
|
another attempt to fix Core_UMat.getUMat test
|
2013-12-01 23:14:45 +04:00 |
|
Vadim Pisarevsky
|
f263fe145a
|
trying to guess and fix strange failure in core test
|
2013-12-01 22:14:15 +04:00 |
|
Vadim Pisarevsky
|
d7f4a223cf
|
fixed several compile errors/warnings; reacted on the PR comments
|
2013-12-01 20:58:30 +04:00 |
|
Philippe FOUBERT
|
ec6f2e1c4d
|
Using cv::String instead of std::string.
|
2013-12-01 16:41:17 +01: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 |
|
berak
|
34a390fbc2
|
CV_WRAP for BackgroundSubtractorMOG2
|
2013-11-30 13:35:23 +01:00 |
|
berak
|
059bf1d9e5
|
corrected initialization of output_folder in facereco examples
|
2013-11-30 13:09:42 +01:00 |
|
berak
|
773616ee04
|
swapped x,y in elbp_
|
2013-11-30 12:00:22 +01:00 |
|
Alexander Alekhin
|
c1cfb4d422
|
core: added cv::error with CV_NORETURN attr
|
2013-11-30 03:43:31 +04:00 |
|
Andrey Pavlenko
|
429ab8ebee
|
Merge pull request #1845 from StevenPuttemans:bugfix_3306
|
2013-11-29 23:08:20 +04:00 |
|
Andrey Pavlenko
|
daefe6983f
|
Merge pull request #1878 from ilya-lavrenov:ocl_resize_area_master
|
2013-11-29 19:21:38 +04:00 |
|
Ilya Lavrenov
|
09795e3265
|
added cv::resize INTER_AREA to T-API
|
2013-11-29 17:57:37 +04:00 |
|
Alexander Smorkalov
|
d39e73365c
|
Some debug options are removed because they are installed by Cmake automatically.
Also forcing -ggdb3 on android leads to debuging issues.
|
2013-11-29 15:34:50 +04:00 |
|
Roman Donchenko
|
f8801cfdb8
|
Merge pull request #1892 from asmorkalov:android_native_camera_close_fix
|
2013-11-29 15:10:13 +04:00 |
|
Vladislav Vinogradov
|
fc1d38ced8
|
fixed compilation of gpu-basics-similarity tutorial:
initialize TIMES variable with some default value (10)
|
2013-11-29 14:53:33 +04:00 |
|
Andrey Pavlenko
|
d83094b412
|
Merge pull request #1880 from ilya-lavrenov:tapi_cvtColor
|
2013-11-29 12:59:09 +04:00 |
|
Alexander Smorkalov
|
a13db7c8fa
|
Android native camera destruction fixed for Android 4.4.
|
2013-11-29 10:38:26 +04:00 |
|
Alexander Smorkalov
|
6b09345232
|
Filter selection and several filters implemented for WinRT sample.
|
2013-11-29 09:47:25 +04:00 |
|
Roman Donchenko
|
9ca80961fd
|
Merge pull request #1874 from SpecLad:merge-2.4
|
2013-11-28 16:43:00 +04:00 |
|
Roman Donchenko
|
41154b30de
|
Merge pull request #1885 from jet47:gpu-bgfg-test-fix
|
2013-11-28 14:11:40 +04:00 |
|
Vladislav Vinogradov
|
5ac8444c22
|
fixed CUDA_TOOLKIT_TARGET_DIR for android:
use targets/armv7-linux-androideabi is exists
|
2013-11-28 13:35:23 +04:00 |
|
Ilya Lavrenov
|
4eba74ee19
|
added cv::LUT to T-API
|
2013-11-28 12:31:04 +04:00 |
|
Roman Donchenko
|
70c1b700d9
|
Merge pull request #1879 from LeszekSwirski:traincascade-2.4
|
2013-11-28 12:24:45 +04:00 |
|
Roman Donchenko
|
19b88a17bf
|
Merge pull request #1873 from abak:hough_24
|
2013-11-28 12:11:24 +04:00 |
|
Vladislav Vinogradov
|
81acc5e73e
|
added -Xptxas;-dlcm=ca and -target-os-variant=Android to nvcc flags
|
2013-11-28 10:00:55 +04:00 |
|
Vladislav Vinogradov
|
26cb0ce1d5
|
fixed compilation warnings in .cu files
|
2013-11-28 10:00:48 +04:00 |
|
Vladislav Vinogradov
|
20641b4a0b
|
fixed CC arch/pts for android (used sm_32)
|
2013-11-28 10:00:47 +04:00 |
|
Vladislav Vinogradov
|
51663f5612
|
enable CUDA support for android
|
2013-11-28 10:00:47 +04:00 |
|
Alexander Smorkalov
|
2cfd635e9e
|
Image processing sample for WinRT added.
|
2013-11-27 21:54:11 -08:00 |
|
Vladislav Vinogradov
|
7537521f53
|
disabled MOG2 performance test (sanity check fails on CUDA 6.0)
|
2013-11-28 09:50:05 +04:00 |
|
Vladislav Vinogradov
|
7c43daccba
|
fixed perf tests for bgfg segmentation
|
2013-11-28 09:49:50 +04:00 |
|
Adrien BAK
|
38904c9a11
|
fix exception being thrown when no arguments are passed
|
2013-11-28 12:09:17 +09:00 |
|
Adrien BAK
|
094d7c4926
|
build fix
|
2013-11-28 11:42:44 +09:00 |
|
Philippe FOUBERT
|
c056e7fc61
|
Correction to be able to compile using the directive PRINT_KERNEL_RUN_TIME
|
2013-11-28 00:26:37 +01: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 |
|