Vladislav Vinogradov
|
a932d8aba1
|
use full qualified name for all internal namespaces to prevent ambiguous symbol errors
|
10 years ago |
Dmitry-Me
|
c3f8fc41b7
|
Parameters should have been passed by reference
|
10 years ago |
Maksim Shabunin
|
a5a510da4b
|
Support for compound modules, support for contrib_world
|
10 years ago |
Dmitry-Me
|
ea48fcfc9f
|
Fix possible null pointer dereference
|
10 years ago |
Andrew Senin
|
8c7b3b91fa
|
Fixing XIMEA parameters mapping (issue #4176)
|
10 years ago |
Alexander Alekhin
|
2054123890
|
coreTlsData -> getCoreTlsData()
|
10 years ago |
Maksim Shabunin
|
c85197da55
|
Fixed allocated vector size in ML ANN algorithm
- updated return value of points_classifier sample
|
10 years ago |
Yan Wang
|
99aaf4030a
|
Remove unnecessary barrier in runHaarClassifier().
Signed-off-by: Yan Wang <yan.wang@linux.intel.com>
|
10 years ago |
sergei
|
0d72420480
|
HAVE_TEGRA_OPTIMIZATION was fixed
|
10 years ago |
Andrew Senin
|
52535b356c
|
Fix for assert in compute when subimage is used (see issue #4149)
|
10 years ago |
Alexander Alekhin
|
f282fd0ebf
|
ocl: print missing error message only if OPENCV_OPENCL_RUNTIME is used
|
10 years ago |
Maksim Shabunin
|
cf0a29ce4d
|
Fixed win64 compile warning
|
10 years ago |
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
|
10 years ago |
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
|
10 years ago |
Alexander Alekhin
|
0a07d780e0
|
ocl: OpenCL SVM support
|
10 years ago |
Alexander Alekhin
|
58ad952b1a
|
UMat: added USAGE_ALLOCATE_SHARED_MEMORY
|
10 years ago |
Ilya Lavrenov
|
dcb0c68ed3
|
fix for -m32
|
10 years ago |
Vladislav Vinogradov
|
c9e07bbc95
|
exclude compactPoints and calcWobbleSuppressionMaps from compilation
if they are not needed
|
10 years ago |
Vladislav Vinogradov
|
6ebc95470b
|
fix videostab compilation without CUDA
|
10 years ago |
Vladislav Vinogradov
|
2660eee961
|
restore CUDA module introduction
put it into core documentation
|
10 years ago |
Vladislav Vinogradov
|
a0691289f9
|
fix cudalegacy sanity test
|
10 years ago |
Vladislav Vinogradov
|
124ac15f1e
|
remove cuda module
|
10 years ago |
Vladislav Vinogradov
|
ce0e595a4f
|
move the rest cuda functions to cuda legacy
|
10 years ago |
Vladislav Vinogradov
|
f1e1785386
|
move vstab related CUDA routines to vstab module
|
10 years ago |
Vladislav Vinogradov
|
b416e8715d
|
move labeling routines from cuda to cudalegacy
|
10 years ago |
Yan Wang
|
df697f6520
|
Optimize runLBPClassifierStumpSimple by built-in mad24.
Signed-off-by: Yan Wang <yan.wang@linux.intel.com>
|
10 years ago |
Vladislav Vinogradov
|
62f8240b00
|
fix videostab module compilation
|
10 years ago |
Vladislav Vinogradov
|
03ae1e5aae
|
fix superres module compilation
|
10 years ago |
Vladislav Vinogradov
|
2dc3b0f7f9
|
fix cudaoptflow tests build
|
10 years ago |
Vladislav Vinogradov
|
381216aa54
|
refactor cudaoptflow public API:
* use opaque algorithm interfaces
* add stream support
|
10 years ago |
Vladislav Vinogradov
|
19c6bbe7d9
|
move obsolete algorithms from cudaoptflow to cudalegacy
|
10 years ago |
Vladislav Vinogradov
|
c4b2058d23
|
simplify TVL1 accuracy test to reduce run time
|
10 years ago |
Vladislav Vinogradov
|
71c391cd8d
|
remove unused memory transfer from TVL1 CUDA implementation
it caused runtime failures
|
10 years ago |
Maksim Shabunin
|
036b13ee05
|
Fixed GDAL loader check
|
10 years ago |
Maksim Shabunin
|
1a15596f21
|
Fixed build warning in GDAL support module
|
10 years ago |
Nicu Știurcă
|
8722faa167
|
fix whitespace
|
10 years ago |
Nicu Știurcă
|
7a3ca99894
|
fix _OutputArray::assign() for _OutputArrays of type MATX when data types differ
|
10 years ago |
Ilya Lavrenov
|
e9a6c5db21
|
sqsum
|
10 years ago |
karelknoest
|
b5bd2fd880
|
Improved documentation and method comment to clarify that LineSegmentDetector::detect method accepts both Vec4i and Vec4f as return vector.
|
10 years ago |
karelknoest
|
1ded2de2dd
|
Let LineSegmentDetector output line segment coordinates in float precision, as supported by the LSD algorithm.
|
10 years ago |
Yan Wang
|
f5b21e8141
|
Avoid deadlock becasue some work item couldn't reach barrier in loop
and unsynchronized.
Signed-off-by: Yan Wang <yan.wang@linux.intel.com>
|
10 years ago |
Nicu Știurcă
|
e97d18ba81
|
implement _OutputArray::assign() for _OutputArrays of type MATX
|
10 years ago |
Vladislav Vinogradov
|
dae188d14f
|
move obsolete algorithms from cudabgsegm to cudalegacy:
* GMG
* FGD
|
10 years ago |
Alexander Smorkalov
|
cc97c57fd4
|
Accuracy fix for blenaders in stitching module.
|
10 years ago |
Marvin Smith
|
9a0e038a48
|
Fixed compile warning from redefined macro.
|
10 years ago |
Marvin Smith
|
91fbe00caa
|
Updated gdal tutorial to include comments.
|
10 years ago |
Marvin Smith
|
9a1a9d9aff
|
Updating CMake to get GDAL working again on OS X.
|
10 years ago |
Yan Wang
|
46ed461e22
|
Add template match with mask.
Signed-off-by: Yan Wang <yan.wang@linux.intel.com>
|
10 years ago |
Guo Yejun
|
595ec6b852
|
correct the size of buf which holds integral sum/sumsq
layer_dy is not initialized correctly, it results in a small height
of the buffer, and so memory write is out of range in cv::integral.
|
10 years ago |
Vladislav Vinogradov
|
f676bfb3d7
|
fix GpuMat::setTo method in case if mask is empty:
it might be called from _OutputArray::setTo
|
10 years ago |