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
Ilya Lavrenov
727a5e6df4
BGR5x5 <-> Gray
11 years ago
Ilya Lavrenov
8a23646897
RGB[A] <- RGB5x5
11 years ago
Ilya Lavrenov
81b9c9c104
RGB[A] -> RGB5x5
11 years ago
Ilya Lavrenov
af367c4f85
RGB[A] <-> BGR[A]
11 years ago
Ilya Lavrenov
ab9b883c69
RGB[A] <-> XYZ
11 years ago
Ilya Lavrenov
65ee06eb2b
RGB[A] <-> XYZ
11 years ago
Ilya Lavrenov
506c19616d
YCrCb -> RGB[A]
11 years ago
Anatoly Baksheev
37a754621a
Fixed compilation errors: removed using namespace from hpp file. This led to pulling cv::ACCESS_MASK to global namespace where conflict with the same name in 'windows.h'
...
Conflicts:
apps/traincascade/boost.cpp
11 years ago
Andrey Kamaev
bef34093aa
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.
(cherry picked from commit 2a6fb2867e
)
(only cherry picked "apps/trancascade")
11 years ago
Andrey Pavlenko
41ae5d5f66
Merge pull request #1867 from ilya-lavrenov:ocl_resize_master
11 years ago
Roman Donchenko
28242f09d0
Merge pull request #1869 from ilya-lavrenov:ocl_cvtColor_master
11 years ago
Roman Donchenko
d5ead208b7
Merge pull request #1858 from StevenPuttemans:updates_traincascade
11 years ago
Roman Donchenko
935f973575
Merge pull request #1877 from tim36272:patch-2
11 years ago
Ilya Lavrenov
90d62cacc9
fixed cv::cvtColor
11 years ago
tim36272
7539156109
Fixed minor documentation typo
...
In section "How do we get an Affine Transformation" subsection 2 there was a ' where there should have been a ` which caused the math to be rendered incorrectly.
11 years ago
StevenPuttemans
a4239f972b
Added extras to traincascade functionality
11 years ago
Roman Donchenko
10aec14a4d
Merge pull request #1849 from StevenPuttemans:feature_3375_documentation
11 years ago
Roman Donchenko
2fed668390
Fixed build errors.
11 years ago
Ilya Lavrenov
6679aed61e
fixed ocl::resize (INTER_LINEAR) and added an accuracy test
11 years ago
Andrey Pavlenko
96a228fd7e
Merge pull request #1866 from ilya-lavrenov:ocl_fix2
11 years ago
Andrey Pavlenko
736097a462
Merge pull request #1868 from KonstantinMatskevich:umat_bugfix
11 years ago
Andrey Pavlenko
1253c2101b
Merge pull request #1875 from asmorkalov:android_bin_compat_fix
11 years ago
Alexander Smorkalov
8fe4ab280b
Build error fix for binary-complience-checker tool.
11 years ago