Maksim Shabunin
|
553020c448
|
Enabled STL usage within the library
|
2015-02-18 12:36:50 +03:00 |
|
Vadim Pisarevsky
|
d1a15097fe
|
Merge pull request #3664 from wangyan42164:ocl_cascasde_barrier
|
2015-02-16 15:42:26 +00:00 |
|
Vadim Pisarevsky
|
d509ecd19a
|
Merge pull request #3666 from mshabunin:meta-module
|
2015-02-16 11:43:30 +00:00 |
|
Vadim Pisarevsky
|
edab3916aa
|
Merge pull request #3696 from Dmitry-Me:shouldPassByReference
|
2015-02-16 11:29:22 +00:00 |
|
Vladislav Vinogradov
|
a932d8aba1
|
use full qualified name for all internal namespaces to prevent ambiguous symbol errors
|
2015-02-16 11:31:21 +03:00 |
|
Dmitry-Me
|
c3f8fc41b7
|
Parameters should have been passed by reference
|
2015-02-12 17:32:43 +03:00 |
|
Maksim Shabunin
|
a5a510da4b
|
Support for compound modules, support for contrib_world
|
2015-02-10 18:30:05 +03:00 |
|
Vadim Pisarevsky
|
5466e321b8
|
Merge pull request #3687 from Dmitry-Me:fixPossibleNullPtrDeref
|
2015-02-10 12:17:11 +00:00 |
|
Dmitry-Me
|
ea48fcfc9f
|
Fix possible null pointer dereference
|
2015-02-09 12:38:02 +03:00 |
|
Andrew Senin
|
8c7b3b91fa
|
Fixing XIMEA parameters mapping (issue #4176)
|
2015-02-07 00:50:23 +03:00 |
|
Vadim Pisarevsky
|
6c8681a472
|
Merge pull request #3656 from SeninAndrew:master
|
2015-02-06 11:49:27 +00:00 |
|
Vadim Pisarevsky
|
1e47c6cc56
|
Merge pull request #3612 from guoyejun:fix_face_detect
|
2015-02-05 07:50:13 +00:00 |
|
Vadim Pisarevsky
|
3f86e7b75a
|
Merge pull request #3668 from mshabunin:fix-ann-memory-access
|
2015-02-05 07:33:49 +00:00 |
|
Alexander Alekhin
|
2054123890
|
coreTlsData -> getCoreTlsData()
|
2015-02-04 13:03:27 +03:00 |
|
Maksim Shabunin
|
c85197da55
|
Fixed allocated vector size in ML ANN algorithm
- updated return value of points_classifier sample
|
2015-02-03 18:16:20 +03:00 |
|
Vadim Pisarevsky
|
4c52dfc956
|
Merge pull request #3657 from BelBES:sb/tegra_optimization_fix
|
2015-02-02 10:18:59 +00:00 |
|
Vadim Pisarevsky
|
71a333dd78
|
Merge pull request #3644 from mshabunin:ml-docs
|
2015-02-02 10:08:40 +00:00 |
|
Vadim Pisarevsky
|
72194b2115
|
Merge pull request #3651 from mshabunin:shape-test
|
2015-02-02 10:07:01 +00:00 |
|
Yan Wang
|
99aaf4030a
|
Remove unnecessary barrier in runHaarClassifier().
Signed-off-by: Yan Wang <yan.wang@linux.intel.com>
|
2015-02-02 16:55:11 +08:00 |
|
sergei
|
0d72420480
|
HAVE_TEGRA_OPTIMIZATION was fixed
|
2015-01-30 11:57:35 +03:00 |
|
Andrew Senin
|
52535b356c
|
Fix for assert in compute when subimage is used (see issue #4149)
|
2015-01-29 21:39:07 +04:00 |
|
Alexander Alekhin
|
f282fd0ebf
|
ocl: print missing error message only if OPENCV_OPENCL_RUNTIME is used
|
2015-01-29 13:16:31 +03:00 |
|
Vadim Pisarevsky
|
97aa8d3341
|
Merge pull request #3603 from alalek:ocl_svm
|
2015-01-29 05:35:46 +00:00 |
|
Vadim Pisarevsky
|
bdebf4cea7
|
Merge pull request #3637 from wangyan42164:LBP_mad24_opt
|
2015-01-28 18:51:52 +00:00 |
|
Vadim Pisarevsky
|
f3311f9e2a
|
Merge pull request #3638 from jet47:remove-cuda-module
|
2015-01-28 18:51:32 +00:00 |
|
Maksim Shabunin
|
cf0a29ce4d
|
Fixed win64 compile warning
|
2015-01-28 18:11:53 +03:00 |
|
Maksim Shabunin
|
10639c9526
|
Shape module tests refactored
- common operations moved to separate class
- debug console messages removed
- test results are stored in memory instead of file
|
2015-01-28 17:01:37 +03:00 |
|
Maksim Shabunin
|
53c9460454
|
Reorganized ML module documentation
- fixed one BiB record
- moved algorithms overview to separate page
- added docs for some enumerations
- fixed some small documentation errors
|
2015-01-23 23:43:06 +03:00 |
|
Alexander Alekhin
|
0a07d780e0
|
ocl: OpenCL SVM support
|
2015-01-23 20:37:45 +03:00 |
|
Alexander Alekhin
|
58ad952b1a
|
UMat: added USAGE_ALLOCATE_SHARED_MEMORY
|
2015-01-23 18:44:12 +03:00 |
|
Ilya Lavrenov
|
dcb0c68ed3
|
fix for -m32
|
2015-01-23 17:26:48 +03:00 |
|
Vladislav Vinogradov
|
c9e07bbc95
|
exclude compactPoints and calcWobbleSuppressionMaps from compilation
if they are not needed
|
2015-01-22 16:36:16 +03:00 |
|
Vladislav Vinogradov
|
6ebc95470b
|
fix videostab compilation without CUDA
|
2015-01-22 15:02:22 +03:00 |
|
Vladislav Vinogradov
|
2660eee961
|
restore CUDA module introduction
put it into core documentation
|
2015-01-22 15:02:21 +03:00 |
|
Vladislav Vinogradov
|
a0691289f9
|
fix cudalegacy sanity test
|
2015-01-22 15:02:21 +03:00 |
|
Vladislav Vinogradov
|
124ac15f1e
|
remove cuda module
|
2015-01-22 15:02:21 +03:00 |
|
Vladislav Vinogradov
|
ce0e595a4f
|
move the rest cuda functions to cuda legacy
|
2015-01-22 15:02:21 +03:00 |
|
Vladislav Vinogradov
|
f1e1785386
|
move vstab related CUDA routines to vstab module
|
2015-01-22 15:02:20 +03:00 |
|
Vladislav Vinogradov
|
b416e8715d
|
move labeling routines from cuda to cudalegacy
|
2015-01-22 15:02:20 +03:00 |
|
Vadim Pisarevsky
|
3f1fb281be
|
Merge pull request #3635 from jet47:cuda-optflow-refactoring
|
2015-01-22 09:45:19 +00:00 |
|
Vadim Pisarevsky
|
9c81338cb9
|
Merge pull request #3505 from karelknoest:lsd_subpixel
|
2015-01-22 09:44:29 +00:00 |
|
Vadim Pisarevsky
|
f93be25cc8
|
Merge pull request #3629 from nstiurca:matx-fix
|
2015-01-22 09:43:33 +00:00 |
|
Yan Wang
|
df697f6520
|
Optimize runLBPClassifierStumpSimple by built-in mad24.
Signed-off-by: Yan Wang <yan.wang@linux.intel.com>
|
2015-01-22 16:36:16 +08:00 |
|
Vadim Pisarevsky
|
4949f70860
|
Merge pull request #3633 from mshabunin:fix-gdal-warning
|
2015-01-21 13:07:53 +00:00 |
|
Vladislav Vinogradov
|
62f8240b00
|
fix videostab module compilation
|
2015-01-21 15:50:21 +03:00 |
|
Vladislav Vinogradov
|
03ae1e5aae
|
fix superres module compilation
|
2015-01-21 15:50:21 +03:00 |
|
Vladislav Vinogradov
|
2dc3b0f7f9
|
fix cudaoptflow tests build
|
2015-01-21 15:50:21 +03:00 |
|
Vladislav Vinogradov
|
381216aa54
|
refactor cudaoptflow public API:
* use opaque algorithm interfaces
* add stream support
|
2015-01-21 15:50:21 +03:00 |
|
Vladislav Vinogradov
|
19c6bbe7d9
|
move obsolete algorithms from cudaoptflow to cudalegacy
|
2015-01-21 15:50:21 +03:00 |
|
Vladislav Vinogradov
|
c4b2058d23
|
simplify TVL1 accuracy test to reduce run time
|
2015-01-21 15:50:21 +03:00 |
|