Roman Donchenko
1eacb485c5
Boring changes - features2d.
12 years ago
Roman Donchenko
bd70a033fc
Boring changes - calib3d.
12 years ago
Roman Donchenko
711fb6bd92
Boring changes - bioinspired.
12 years ago
Roman Donchenko
beeb932d22
Boring changes - highgui.
12 years ago
Roman Donchenko
254d4ae429
Boring changes - imgproc.
12 years ago
Roman Donchenko
8200a95ced
Boring changes - core.
...
This and several following commits contain the "boring" changes required
to support the new Ptr. These are changes like:
* new T -> makePtr<T> or .reset(new T) or Ptr<T>(new T)
(depending on the situation)
* p.empty() -> !p
* delete_obj -> DefaultDeleter::operator()
and similar changes that are numerous, but primitive.
12 years ago
Jin Ma
1366df8250
MOG&MOG2: Modified the performance test according to the feedback of the community.
12 years ago
Roman Donchenko
461c98fa86
Replaced Ptr with my new implementation.
12 years ago
Daniel Angelov
25c0d5978c
Update on the compare lines method.
12 years ago
ilya-lavrenov
722bdc52a0
enabled gemm and dft erf test
12 years ago
ilya-lavrenov
0f8f489658
changed data path and eps
12 years ago
Roman Donchenko
6ebfa87181
Delete a bunch more trailing whitespace that slipped through the cracks.
12 years ago
Daniel Angelov
b5e1eb7d48
Removed IOArray constness.
12 years ago
Roman Donchenko
a9975b144a
Fixed a bug in FLANN resulting in uninitialized accesses.
...
This is fixed upstream in mariusmuja/flann@b615f26, but that fix
would break binary compatibility, so I had to make a different one.
Since the bug isn't quite obvious, here's an explanation. In the const
version of any::cast, if policy is a small_any_policy, its get_value
returns its input argument. So r becomes a pointer to obj, and the
return value is a reference to a local variable, which is invalidated
when the function exits.
12 years ago
pengxiao
e45f92a9e1
Fix a bug of ocl retina on NVIDIA platform.
12 years ago
Vladislav Vinogradov
f46b7fcf86
fixed warnings in resize.cu
12 years ago
Jin Ma
dd73016c8b
Removed whitespace.
12 years ago
Jin Ma
e528f39def
Added the performance test for mog and mog2.
12 years ago
Abid K
0902f183ca
alignment of parameters as per speclad
12 years ago
yao
a70bdfc13f
a little fix to tests and sample
12 years ago
pengxiao
ea16539448
Fix a crash of ocl program if clAmdBlas is not linked.
12 years ago
peng xiao
7b3e3f69fb
Modify according to @alalek .
12 years ago
hbristow
7e5bbec895
Removing trailing whitespace and expanded tabs
12 years ago
Anatoly Baksheev
35e7952909
simplify modules/viz/CMakeLists.txt
12 years ago
Roman Donchenko
18bb951574
Nuked the rest of the precomp.cpp files.
...
Consider this a part of merging #1357 .
12 years ago
Vadim Pisarevsky
e85e4d3ab9
fixed bug in IPP-accelerated morphology; added several IPP imgwarp functions (by Klim)
12 years ago
kdrobnyh
e6ec3dd17f
Add IPP support in resize, warpAffine, warpPerspective functions
12 years ago
Alexander Smorkalov
6d3102141c
Globbing accuracy test fail on Windows RT fixed.
12 years ago
Vladislav Vinogradov
ba4bf04c6c
fixed incorrect GPUs -> CUDAs replacement
12 years ago
Vladislav Vinogradov
a41006754e
fix documentation
12 years ago
Vladislav Vinogradov
429bfad225
removed precomp.cpp files
12 years ago
Vladislav Vinogradov
cbe437571e
fixed docs
12 years ago
Vladislav Vinogradov
f936c1283b
fixed sanity test for cuda module
12 years ago
Vladislav Vinogradov
fd88654b45
replaced GPU -> CUDA
12 years ago
Vladislav Vinogradov
3c34b24f1f
replaced gpu->cuda in files names
12 years ago
Vladislav Vinogradov
ae94256edc
renmaed gpu module -> cuda
12 years ago
Vladislav Vinogradov
29386f1449
renamed gpubgsegm -> cudabgsegm
12 years ago
Vladislav Vinogradov
259ceb7eaa
renamed gpufeatures2d -> cudafeatures2d
12 years ago
Vladislav Vinogradov
5660d6a680
renamed gpuoptflow -> cudaoptflow
12 years ago
Vladislav Vinogradov
a0ae602bb7
renamed gpuimgproc -> cudaimgproc
12 years ago
Vladislav Vinogradov
219b662127
renamed gpufilters -> cudafilters
12 years ago
Vladislav Vinogradov
71d61e07b1
renamed gpustereo -> cudastereo
12 years ago
Vladislav Vinogradov
d4901a99ea
renamed gpuwarping -> cudawarping
12 years ago
Vladislav Vinogradov
dcd600cc47
renamed gpuarithm -> cudaarithm
12 years ago
Vladislav Vinogradov
6d216d78d9
renamed gpulegacy -> cudalegacy
12 years ago
Vladislav Vinogradov
dbeb3e2968
renamed gpucodec -> cudacodec
12 years ago
Vladislav Vinogradov
cfe4a71dc6
renamed gpu* source to cuda* in core module
12 years ago
Vladislav Vinogradov
91dd44e7fa
removed compatibility headers
12 years ago
Vladislav Vinogradov
fef646d4f8
removed mark_nvidia.py script
12 years ago
Vladislav Vinogradov
a6308118b4
removed perf4au test
12 years ago