Roman Donchenko
a57f93ee92
Boring changes - gpucodec.
12 years ago
Roman Donchenko
2c033251db
Boring changes - gpubgsegm.
12 years ago
Roman Donchenko
f8f0685397
Boring changes - gpuarithm.
12 years ago
Roman Donchenko
57595a8308
Boring changes - gpu.
12 years ago
Roman Donchenko
0dcb4f1f66
Boring changes - videostab.
12 years ago
Roman Donchenko
808e0cf10b
Boring changes - video.
12 years ago
Roman Donchenko
93f757f8a2
Boring changes - superres.
12 years ago
Roman Donchenko
f21851f0f4
Boring changes - stitching.
12 years ago
Roman Donchenko
cce0f48d3e
Boring changes - softcascade.
12 years ago
Roman Donchenko
32205d3c5b
Boring changes - photo.
12 years ago
Roman Donchenko
b12894d95a
Boring changes - objdetect.
12 years ago
Roman Donchenko
de6a934f66
Boring changes - nonfree.
12 years ago
Roman Donchenko
345bc633cc
Boring changes - ml.
12 years ago
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
Fedor Morozov
e33a4f79f8
Merge branch 'devel' of https://github.com/f-morozov/opencv into devel
12 years ago
Fedor Morozov
85eb52b8af
Debevec Calibrate
12 years ago
fm
cb27740de4
Linux compilation
12 years ago
Fedor Morozov
0f703b8162
Calibrate Debevec changes
12 years ago
Roman Donchenko
70711ac6c2
Merge pull request #1400 from ilya-lavrenov:ocl_test_mog
12 years ago
Roman Donchenko
ecc51817d9
Merge pull request #1399 from pengx17:master_retina_ocl_fix
12 years ago
Roman Donchenko
b9ae8623b2
Merge pull request #1398 from ilya-lavrenov:ocl_perf_gemm
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
Roman Donchenko
36e0891480
Fixed OCL samples' install path being inconsistent with the other samples.
12 years ago
ilya-lavrenov
0f8f489658
changed data path and eps
12 years ago
Roman Donchenko
e5735282da
Added the ability to have samples inside a module.
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
33d8d8ffd1
Merge pull request #1392 from SpecLad:flann-uninit
12 years ago
Alexander Shishkov
cf275acbce
small changes in the tutorial
12 years ago
Nghia Ho
cc15898353
Merged with HEAD and removed C interface to rotatedRectangleIntersection
12 years ago
Roman Donchenko
ed7329ac55
Merge pull request #1397 from ilya-lavrenov:gitignore
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
ilya-lavrenov
f538e50385
updated .gitignore
12 years ago
Roman Donchenko
fd3b2326b4
Merge pull request #1373 from abidrahmank:pykeypoints
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
Vladislav Vinogradov
1ad4592bfc
Merge branch 'master' into gpu-cuda-rename
...
Conflicts:
modules/cudaoptflow/perf/perf_optflow.cpp
modules/cudaoptflow/src/tvl1flow.cpp
samples/gpu/stereo_multi.cpp
12 years ago
Roman Donchenko
009919872f
Merge pull request #1389 from SpecLad:merge-2.4
12 years ago
Abid K
0902f183ca
alignment of parameters as per speclad
12 years ago
Roman Donchenko
79457f8f49
Merge pull request #1224 from mbarnach:pca_io
12 years ago