Olexa Bilaniuk
a2affe70d9
Deleted last remnants of restrict keyword.
10 years ago
Olexa Bilaniuk
b229d6b7ac
Moved constants to cv:: namespace.
10 years ago
Olexa Bilaniuk
ed2a23768e
Merge remote-tracking branch 'refs/remotes/upstream/master'
10 years ago
Vadim Pisarevsky
7c7a63bebc
Merge pull request #3772 from Dmitry-Me:reduceVariableScope4
10 years ago
Vadim Pisarevsky
aa506c6521
Merge pull request #3759 from mshabunin:wrap-all
10 years ago
Maksim Shabunin
37c74e38f4
Python support
10 years ago
Maksim Shabunin
457123027e
Modified java wrapping mechanism
10 years ago
Dmitry-Me
4e582b131b
Reduce veriables scope, move declaration to first use
10 years ago
Vadim Pisarevsky
5850a9b8c3
Merge pull request #3744 from es0m:remotes/upstream/2.4.10.x-prep
10 years ago
Vadim Pisarevsky
22ad72d08e
Merge pull request #3690 from theodr:moprh_lines_detection_tut
10 years ago
Vadim Pisarevsky
e28a5803d9
Merge pull request #3742 from StevenPuttemans:fix_4151
10 years ago
Vadim Pisarevsky
e9d30a9383
Merge pull request #3746 from theodr:pca_tutorial
10 years ago
Vadim Pisarevsky
e43a14ccd2
Merge pull request #3750 from Dmitry-Me:reduceVariableScope3
10 years ago
Vadim Pisarevsky
de0997ab32
Merge pull request #3749 from alalek:fix_android_camera_master
10 years ago
Vadim Pisarevsky
8e37a693e5
Merge pull request #3758 from ilya-lavrenov:aarch64
10 years ago
Vadim Pisarevsky
845d3edb67
Merge pull request #3757 from ilya-lavrenov:popcnp
10 years ago
Vadim Pisarevsky
0a5df01626
Merge pull request #3763 from laomaiweng:patch-1
10 years ago
Vadim Pisarevsky
f3f2f8ba97
Merge pull request #3764 from jet47:runtime-disable-optimizations
10 years ago
Vadim Pisarevsky
7b0abf52b3
Merge pull request #3767 from StevenPuttemans:fix_GPU_cascadeclassifiers
10 years ago
Olexa Bilaniuk
094f143735
Merge remote-tracking branch 'refs/remotes/upstream/master'
10 years ago
Alexander Alekhin
7d4d286050
Merge pull request #3752 from mshabunin:fix-legacy-cmake-issue
10 years ago
StevenPuttemans
aea328e326
fixing CUDA cascade classifiers function and needed models
10 years ago
Vladislav Vinogradov
4254e35f6a
merge new setUseOptimizations function with existed setUseOptimized
10 years ago
Vladislav Vinogradov
4800a34be3
do not dump OpenCL info if it is disabled
10 years ago
Vladislav Vinogradov
c10f1851cb
rename setOptimizations -> setUseOptimizations
10 years ago
Vladislav Vinogradov
cda6fed41f
move tegra namespace out of cv to prevent conflicts
10 years ago
Olexa Bilaniuk
5748cea80d
Removed unnecessary precision in damped Cholesky decomposition.
...
Cholesky decomposition is stable; It is not necessary to carry it out
internally at double precision if the result will be truncated to single
precision when stored.
10 years ago
Olexa Bilaniuk
43a4124bdd
Merge remote-tracking branch 'refs/remotes/upstream/master'
10 years ago
Quentin Minster
98d7e52b0a
Update OpenCVDetectCUDA.cmake
...
Add check for CUDA version >= 7.0 (currently in RC1), which drops support for arches 1.x.
10 years ago
Vladislav Vinogradov
d696fac8b8
move cuda tests from core to cudaarithm
10 years ago
Ilya Lavrenov
c5a80193a8
aarch64 support
10 years ago
Vladislav Vinogradov
57b8640a76
disable all optimizations for CUDA tests
10 years ago
Vladislav Vinogradov
12180bd7b1
add generic method to disable/enable all optimizations (IPP, OpenCL, Tegra)
10 years ago
Vladislav Vinogradov
44e41baffe
use new functions before all tegra:: calls
10 years ago
Vladislav Vinogradov
f8484e3266
add fucntion to control tegra optimizations in run-time
10 years ago
Maksim Shabunin
f73c6e6147
Merge pull request #3753 from biicode:biicode_docs
10 years ago
theodore
79bc85fb09
Introduction to PCA tutorial
10 years ago
Olexa Bilaniuk
59d6279d4b
Merge remote-tracking branch 'refs/remotes/upstream/master'
10 years ago
Ilya Lavrenov
b963d84b41
fixed bug #4215
10 years ago
mariadeanton
191336de97
Added biicode docs to introduction tutorials
...
biicode docs added with fixes
fixed biicode docs
added biicode docs
added biicode docs
fixed #include typos
fixed whitespaces and tabs in indent
fixed whitespaces
small fixes
fixed trailing whitespace
trial fix #includes
fixed #includes
fixed link and branch name
10 years ago
Maksim Shabunin
eb30799aed
Disable object libraries building for cmake 2.8.7 and earlier
10 years ago
Dmitry-Me
2311504c44
Reduce variables scope
10 years ago
Alexander Alekhin
52effe9e72
Android: fix JavaCameraView implementation
...
1) Fixed deadlock if camera is started and stopped immediately
2) Invalid pattern usage of Object.wait(). Refer to "spurious wakeup": http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait
3) Fixed buffer usage:
a) fix eliminates processing of zero NV12 (green in RGB) first frame
b) latest ready frame is delivered for processing (not previous)
10 years ago
Vadim Pisarevsky
bdb088dcca
Merge pull request #3712 from jet47:fix-cuda-build-on-windows
10 years ago
Vadim Pisarevsky
457758b537
Merge pull request #3733 from StevenPuttemans:fix_4004_master
10 years ago
Vadim Pisarevsky
b64b82a1ef
Merge pull request #3734 from Dmitry-Me:reduceVariableScope2
10 years ago
Vadim Pisarevsky
0016f6d73d
Merge pull request #3736 from nisargthakkar:Bug3634_master
10 years ago
Vadim Pisarevsky
5dc569866e
Merge pull request #3743 from StevenPuttemans:fix_3887_master
10 years ago
theodore
96c824f375
Morphology Lines Extraction Tutorial
10 years ago
Vadim Pisarevsky
90fb43cd11
Merge pull request #3709 from StevenPuttemans:fix_traincascade_load_message_master
10 years ago