Roman Donchenko
|
838961a289
|
Merge pull request #1897 from berak:b_3393_24
|
11 years ago |
Séverin Lemaignan
|
efe564e3b3
|
Ensure compilation to Javascript with Emscripten
|
11 years ago |
Roman Donchenko
|
fb568755a1
|
Merge pull request #1898 from berak:b_3349_24
|
11 years ago |
Vadim Pisarevsky
|
5fea17ff0d
|
still trying to fix failure in opencv_test_imgproc
|
11 years ago |
Roman Donchenko
|
b27d7d2a61
|
Merge pull request #1886 from ilya-lavrenov:tapi_lut
|
11 years ago |
Roman Donchenko
|
0bbd768d9d
|
Merge pull request #1884 from asmorkalov:winrt_img_proc_sample
|
11 years ago |
Roman Donchenko
|
f20af817d4
|
Merge pull request #1894 from asmorkalov:ocv_debug_build
|
11 years ago |
Vadim Pisarevsky
|
7626a8e8de
|
try to eliminate failure in opencv_imgproc_test
|
11 years ago |
Vadim Pisarevsky
|
82b852c13c
|
yet another attempt to make Core_UMat.getUMat test work
|
11 years ago |
Vadim Pisarevsky
|
9be727b1ea
|
another attempt to fix Core_UMat.getUMat test
|
11 years ago |
Vadim Pisarevsky
|
f263fe145a
|
trying to guess and fix strange failure in core test
|
11 years ago |
Vadim Pisarevsky
|
d7f4a223cf
|
fixed several compile errors/warnings; reacted on the PR comments
|
11 years ago |
Philippe FOUBERT
|
ec6f2e1c4d
|
Using cv::String instead of std::string.
|
11 years ago |
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
|
11 years ago |
berak
|
34a390fbc2
|
CV_WRAP for BackgroundSubtractorMOG2
|
11 years ago |
berak
|
059bf1d9e5
|
corrected initialization of output_folder in facereco examples
|
11 years ago |
berak
|
773616ee04
|
swapped x,y in elbp_
|
11 years ago |
Alexander Alekhin
|
c1cfb4d422
|
core: added cv::error with CV_NORETURN attr
|
11 years ago |
Andrey Pavlenko
|
429ab8ebee
|
Merge pull request #1845 from StevenPuttemans:bugfix_3306
|
11 years ago |
Andrey Pavlenko
|
daefe6983f
|
Merge pull request #1878 from ilya-lavrenov:ocl_resize_area_master
|
11 years ago |
Ilya Lavrenov
|
09795e3265
|
added cv::resize INTER_AREA to T-API
|
11 years ago |
Alexander Smorkalov
|
d39e73365c
|
Some debug options are removed because they are installed by Cmake automatically.
Also forcing -ggdb3 on android leads to debuging issues.
|
11 years ago |
Roman Donchenko
|
f8801cfdb8
|
Merge pull request #1892 from asmorkalov:android_native_camera_close_fix
|
11 years ago |
Vladislav Vinogradov
|
fc1d38ced8
|
fixed compilation of gpu-basics-similarity tutorial:
initialize TIMES variable with some default value (10)
|
11 years ago |
Andrey Pavlenko
|
d83094b412
|
Merge pull request #1880 from ilya-lavrenov:tapi_cvtColor
|
11 years ago |
Alexander Smorkalov
|
a13db7c8fa
|
Android native camera destruction fixed for Android 4.4.
|
11 years ago |
Alexander Smorkalov
|
6b09345232
|
Filter selection and several filters implemented for WinRT sample.
|
11 years ago |
Roman Donchenko
|
9ca80961fd
|
Merge pull request #1874 from SpecLad:merge-2.4
|
11 years ago |
Roman Donchenko
|
41154b30de
|
Merge pull request #1885 from jet47:gpu-bgfg-test-fix
|
11 years ago |
Vladislav Vinogradov
|
5ac8444c22
|
fixed CUDA_TOOLKIT_TARGET_DIR for android:
use targets/armv7-linux-androideabi is exists
|
11 years ago |
Ilya Lavrenov
|
4eba74ee19
|
added cv::LUT to T-API
|
11 years ago |
Roman Donchenko
|
70c1b700d9
|
Merge pull request #1879 from LeszekSwirski:traincascade-2.4
|
11 years ago |
Roman Donchenko
|
19b88a17bf
|
Merge pull request #1873 from abak:hough_24
|
11 years ago |
Vladislav Vinogradov
|
81acc5e73e
|
added `-Xptxas;-dlcm=ca` and `-target-os-variant=Android` to nvcc flags
|
11 years ago |
Vladislav Vinogradov
|
26cb0ce1d5
|
fixed compilation warnings in .cu files
|
11 years ago |
Vladislav Vinogradov
|
20641b4a0b
|
fixed CC arch/pts for android (used sm_32)
|
11 years ago |
Vladislav Vinogradov
|
51663f5612
|
enable CUDA support for android
|
11 years ago |
Vladislav Vinogradov
|
95ebdf4069
|
fixed compilation with CUDA 6.0:
GpuMat::setTo function, removed NPP call for CV_8S
|
11 years ago |
Alexander Smorkalov
|
2cfd635e9e
|
Image processing sample for WinRT added.
|
11 years ago |
Vladislav Vinogradov
|
7537521f53
|
disabled MOG2 performance test (sanity check fails on CUDA 6.0)
|
11 years ago |
Vladislav Vinogradov
|
7c43daccba
|
fixed perf tests for bgfg segmentation
|
11 years ago |
Adrien BAK
|
38904c9a11
|
fix exception being thrown when no arguments are passed
|
11 years ago |
Adrien BAK
|
094d7c4926
|
build fix
|
11 years ago |
Philippe FOUBERT
|
22ad487328
|
Comment correction
|
11 years ago |
Philippe FOUBERT
|
735f704b3e
|
Add on optional parameter to the matx invert function to know if this operation is successfull without having to analyse the matrix (it may fail in case of bad preconditioning or inappropriate decomposition method)
|
11 years ago |
Philippe FOUBERT
|
c056e7fc61
|
Correction to be able to compile using the directive PRINT_KERNEL_RUN_TIME
|
11 years ago |
Ilya Lavrenov
|
41d046a2db
|
restored ocl_cvtcolor.cl
|
11 years ago |
Ilya Lavrenov
|
d2e1318341
|
RGBA <-> mRGBA
|
11 years ago |
Ilya Lavrenov
|
f771a0ba81
|
RGB[A] <-> HLS
|
11 years ago |
Ilya Lavrenov
|
0b900b54e5
|
RGB[A] <-> HSV
|
11 years ago |