Vladislav Vinogradov
1be1a28920
move CUDA core tests to core module
10 years ago
Vladislav Vinogradov
53862687d5
rename CudaMem -> HostMem to better reflect its purpose
10 years ago
Vladislav Vinogradov
9210d8e542
move allocMatFromBuf function to farneback.cpp:
...
* it is the only place, where it is used
* no need to make this function public
10 years ago
Vadim Pisarevsky
fd6ef87c32
Merge pull request #3529 from jet47:fix-linux-install
10 years ago
Vadim Pisarevsky
95ec92994d
Merge pull request #3536 from mshabunin:doxygen-intro
10 years ago
Maksim Shabunin
06c2a70c49
Fixed some mistakes
10 years ago
Maksim Shabunin
637b615e08
Tutorial: documenting OpenCV
10 years ago
Vadim Pisarevsky
d9f159a554
Merge pull request #3513 from mshabunin:compat-30
10 years ago
Vadim Pisarevsky
c0005fd293
Merge pull request #3520 from JoeHowse:master
10 years ago
Vadim Pisarevsky
f12bd999bf
Merge pull request #3524 from jet47:fix-cuda-warnings
10 years ago
Vadim Pisarevsky
a1df295079
Merge pull request #3525 from jet47:fix-cudev-tests
10 years ago
Vadim Pisarevsky
7b20ce4952
Merge pull request #3490 from oresths:symmcolumnsmall_fix
10 years ago
Vadim Pisarevsky
432546e4c4
Merge pull request #3512 from vins31:OpenNi2_AsusXtion
10 years ago
Vadim Pisarevsky
700a388173
Merge pull request #3499 from StevenPuttemans:fix_2432
10 years ago
Vadim Pisarevsky
5fea331d42
Merge pull request #3510 from boaz001:feature-4057
10 years ago
Vadim Pisarevsky
1ab551487d
Merge pull request #3516 from ana-GT:openni2_defaultMode
10 years ago
Vadim Pisarevsky
060d67517a
Merge pull request #3518 from wangyan42164:ocl_cascade_detect
10 years ago
Vadim Pisarevsky
199f1aec2e
Merge pull request #3519 from fvgoto:patch-1
10 years ago
Vadim Pisarevsky
35d730bf2b
Merge pull request #3528 from ilya-lavrenov:update_android_cmake
10 years ago
Vladislav Vinogradov
ec33c4ae36
increase epsilons for tests due to different optimizations (IPP vs CUDA, float vs double)
10 years ago
Vladislav Vinogradov
25f33a7e30
update cudev color conversions according to the latest changes in CPU code
10 years ago
Vladislav Vinogradov
48c9c24da6
disable -Wshadow warning for CUDA modules:
...
it is generated by CUDA headers and we can't fix it
10 years ago
Maksim Shabunin
c485aee464
Included c-headers for better 2.4 compatibility
10 years ago
Vladislav Vinogradov
b15cf355af
remove opencv_testing.sh installation to /etc/profile.d/
...
opencv_run_all_tests_unix.sh already exports OPENCV_TEST_DATA_PATH
10 years ago
Ilya Lavrenov
96adeb71ca
update android.toolchain.cmake
10 years ago
Vadim Pisarevsky
79f770455b
Merge pull request #3517 from wangyan42164:ocl_denoising_2
10 years ago
Joe Howse
13c04120dd
For Java compatibility, avoiding explicit pseudonym in enum
10 years ago
Joe Howse
620a969285
Allow BGR, RGB, or gray capture via libv4l
10 years ago
Florian Verdet
f87f0cc481
fix obvious copy+paste typo in computeDistance()
...
(with this else-branch, argument contour2 would not be used at all)
10 years ago
Yan Wang
efa84d8225
Use preprocessor for constant values in OpenCL kernel instead of
...
the parameter variable.
It could improve the performance of
OCL_Cascade_Image_MinSize_CascadeClassifier.CascadeClassifier/*.
Especially,
OCL_Cascade_Image_MinSize_CascadeClassifier.CascadeClassifier/15
OCL_Cascade_Image_MinSize_CascadeClassifier.CascadeClassifier/16
could be improved about 2% in Intel platform.
Signed-off-by: Yan Wang <yan.wang@linux.intel.com>
10 years ago
Yan Wang
fd2d800c06
Remove unnecessary local variable "size".
...
It should also be better for optimizing when compiling kernel.
Signed-off-by: Yan Wang <yan.wang@linux.intel.com>
10 years ago
Ana Huaman Quispe
0b429fee7b
Changed CV_DbgAssert to CV_Assert when setting video modes for OpenNI2. Otherwise, in release mode the default modes never get set
10 years ago
Vadim Pisarevsky
009aec5164
Merge pull request #3491 from mshabunin:ios-extra-world
10 years ago
Vadim Pisarevsky
3c74c23bad
Merge pull request #3473 from TobyWanKenobi:master
10 years ago
Vadim Pisarevsky
d54b069ae1
Merge pull request #3448 from Ashod:highgui_trackbar_improvements
10 years ago
StevenPuttemans
edb608d206
fix documentation bug 2432
10 years ago
vincentweb
4d12beb723
Added better OpenNI2 support to the Asus Xtion and Occipital Structure
...
sensors which do not have image generators.
10 years ago
Boaz Stolk
bb873b1de5
add option to link to dynamic IPP libraries
10 years ago
Vadim Pisarevsky
fed1b3fd59
Merge pull request #3495 from taka-no-me:fix_android_arm64
10 years ago
Vadim Pisarevsky
25378587e2
Merge pull request #3479 from mshabunin:doxygen-tutorials
10 years ago
Vadim Pisarevsky
10dc5a3759
Merge pull request #3492 from Dmitry-Me:reduceVariablesScope1
10 years ago
Andrey Kamaev
9582c33eab
Fix build for Android arm64-v8a
10 years ago
Alexander Alekhin
0f7721e915
Merge pull request #3486 from Chuanbo-Weng:repeat-perf
10 years ago
Dmitry-Me
f269828160
Reduce variables scope, move declaration to first use point
10 years ago
TobyWanKenobi
b35f5d115f
Removed "FORMAT_XML" to generalize format
...
Removed the "FileStorage::FORMAT_XML" to generalize format of the String
model.
10 years ago
orestis
c762da9893
Fix SymmColumnSmallVec_32s16s SSE code
...
Specifically, in general antisymmetric case src[-1] (S0) should be
subtracted from from src[1] (S2), and not the opposite.
10 years ago
Ashod Nakashian
006384edaf
highgui: Support to change trackbar count in setTrackbarPos and replaced deprecated CreateToolbarEx in Windows.
10 years ago
Vadim Pisarevsky
0a4c616d43
Merge pull request #3487 from taka-no-me:ctrl_s_gtk
10 years ago
Vadim Pisarevsky
ef347f4b62
Merge pull request #3472 from Dmitry-Me:preventDivByZero
10 years ago
Vadim Pisarevsky
e0ab007b2b
Merge pull request #3475 from fhsm:master
10 years ago