Vladislav Vinogradov
|
c10f1851cb
|
rename setOptimizations -> setUseOptimizations
|
10 years ago |
Vladislav Vinogradov
|
cda6fed41f
|
move tegra namespace out of cv to prevent conflicts
|
10 years ago |
Vladislav Vinogradov
|
d696fac8b8
|
move cuda tests from core to cudaarithm
|
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 |
StevenPuttemans
|
6902fa6b1c
|
fix formula getGaussianKernel in docs
|
10 years ago |
StevenPuttemans
|
7401b02022
|
fix ellipse fitting notice
|
10 years ago |
Nisarg Thakkar
|
b8f65d0252
|
Same as Bug #3309. Pushing to master
|
10 years ago |
Dmitry-Me
|
53566f2ec0
|
Reduce variable scope, fix indenting
|
10 years ago |
Ilya Lavrenov
|
5f7a994ad1
|
fixed internal compiler error
|
10 years ago |
StevenPuttemans
|
350dccf84a
|
fix error 3714
|
10 years ago |
theodore
|
cfccdc9b0c
|
documenting findnonzero() function
|
10 years ago |
theodore
|
453f384bd7
|
adding documentation for the findnonzero() function
|
10 years ago |
Dmitry-Me
|
98a8045aaf
|
Reduce variable scope
|
10 years ago |
Maksim Shabunin
|
553020c448
|
Enabled STL usage within the library
|
10 years ago |
UQ Times
|
1944443d10
|
iOS: fix crash from overrelease in UIImageToMat
- previous pull request: https://github.com/Itseez/opencv/pull/3340
|
10 years ago |
Vladislav Vinogradov
|
671b59aa9d
|
fix windows build with CUDA
rename cv::cuda::internal namespace
to cv::cuda::device to prevent conflicts
with cv::internal
|
10 years ago |
Maksim Shabunin
|
79e8f0680c
|
Updated ml module interfaces and documentation
|
10 years ago |
exeltior
|
b51805e245
|
Update mser.cpp
Need to initialize boolean variable pass2Only, otherwise the result is not predictable
|
10 years ago |
Ahmatnurov Dinar
|
21ee113af3
|
fixig std::bad_alloc
if points0 is empty checkVector(2) return -1, it causes the exception
|
10 years ago |
Dmitry-Me
|
103687871d
|
Reduce variable scope
|
10 years ago |
Maksim Shabunin
|
da383e65e2
|
Remove deprecated methods from cv::Algorithm
|
10 years ago |
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 |