peng xiao
8767c47463
Fix whitespaces.
11 years ago
pengxiao
a92721b569
Fix retina ocl on NV.
...
Previously we incorrectly assumed data was aligned in 16 bytes, which should be 32.
11 years ago
Alexander Mordvintsev
79d51c3398
expose findEssentialMat, decomposeEssentialMat and recoverPose to Python
11 years ago
Vladislav Vinogradov
6ad72bfcb4
removed detail:: prefix int video_reader
...
it conflicts with cv::detail
11 years ago
Vladislav Vinogradov
a0771630b0
restored original behaviour or release functions for (Buffer and Texture)
11 years ago
Vladislav Vinogradov
c439702f0c
added missing gpu::matchTemplate implementation for non-CUDA build
11 years ago
Jin Ma
2fb0d23104
Removed unnecessary process for conversion to 4-channel format.
11 years ago
lluis
cd33ca0009
changed default parameters in CreateERFiltersNM{1,2} functions. They are not needed now in the sample example.
11 years ago
Roman Donchenko
4f109d1292
Fixed a memory access error in CV_Remap_Test::generate_test_data.
...
begin_x[1] is not the second component of the element, but the element
after the one pointed to begin_x. When begin_x points to the last
element, that line overwrites data past the end of the allocation, which,
during my tests, happened to contain the reference count for the matrix.
Hilarity ensues.
11 years ago
lluis
6ef1d456dd
fixed rebase conflicts
11 years ago
Roman Donchenko
2de8487e58
Fixed a few tests that use uninitialized inputs.
11 years ago
Vladislav Vinogradov
b7eff94137
fixed compilation issues with new Ptr
11 years ago
lluis
512111af9c
removed blank line at EOF
11 years ago
lluis
1cc6502db3
removed unnecessary commented block
11 years ago
lluis
04913f5af7
removed trailing whitespaces
11 years ago
lluis
f4d01175b8
fixed a bug in the calculation of the number of inflexion points feature
11 years ago
lluis
765921cc25
fixed a typo error in the default min_Probability param of CreateERFilterNM2
11 years ago
lluis
dba336c0e3
fixed a bug in the non-max-suppression filter procedure
11 years ago
ilya-lavrenov
27947474ec
fixed data path
11 years ago
Roman Donchenko
7d62fdc62c
GPU resize: removed a few parameter names to avoid unused parameter warnings.
11 years ago
Roman Donchenko
439e90f4f4
retina_ocl.cpp: removed two unused arrays.
11 years ago
Roman Donchenko
af594c8e44
retina_ocl.hpp: switched BasicRetinaFilter's members around to fix a -Wreorder warning.
11 years ago
Jin Ma
172242a94e
Revised performance test according to the feedback of the community.
11 years ago
Ilya Lavrenov
be98cd2f7f
replaced explicit __stdcall by CV_STDCALL
11 years ago
Roman Donchenko
86b841563b
Added tests for Ptr.
11 years ago
Roman Donchenko
c7d2fdc4b2
Fixed some dubious uses of tbb::task_scheduler_init.
11 years ago
Roman Donchenko
a97ffe6513
Rewrote the documentation for Ptr to fit the new implementation.
11 years ago
Roman Donchenko
a50d75d362
Made Filestorage able to not own its CvFileStorage instance.
...
This allows to get rid of the last remaining Ptr<T>::addref calls.
11 years ago
Roman Donchenko
3e189a2b41
Replaced calls to Ptr<T>::ptr to ::dynamicCast.
11 years ago
Roman Donchenko
24dee16b12
Added to CV_INIT_ALGORITHM a Ptr creation function, for convenience.
...
Also changed the static functions to inline, to stop GCC complaining
about unused functions.
11 years ago
Roman Donchenko
dadee3752c
Adapt Python bindings to the new Ptr.
11 years ago
Roman Donchenko
2f942efdf7
Java: removed usages of Ptr<T>::addref().
...
Now the features2d class wrappers use composition instead of inheritance.
11 years ago
Roman Donchenko
eaa7fcc3e6
Boring changes - legacy.
11 years ago
Roman Donchenko
34127ba80f
Boring changes - contrib.
11 years ago
Roman Donchenko
3bca57ac25
Boring changes - ocl.
11 years ago
Roman Donchenko
fc0e835762
Boring changes - gpuwarping.
11 years ago
Roman Donchenko
d33ff4bb11
Boring changes - gpustereo.
11 years ago
Roman Donchenko
d6146e9543
Boring changes - gpulegacy.
11 years ago
Roman Donchenko
a007c7b980
Boring changes - gpuimgproc.
11 years ago
Roman Donchenko
b165016ba7
Boring changes - gpufilters.
11 years ago
Roman Donchenko
a57f93ee92
Boring changes - gpucodec.
11 years ago
Roman Donchenko
2c033251db
Boring changes - gpubgsegm.
11 years ago
Roman Donchenko
f8f0685397
Boring changes - gpuarithm.
11 years ago
Roman Donchenko
57595a8308
Boring changes - gpu.
11 years ago
Roman Donchenko
0dcb4f1f66
Boring changes - videostab.
11 years ago
Roman Donchenko
808e0cf10b
Boring changes - video.
11 years ago
Roman Donchenko
93f757f8a2
Boring changes - superres.
11 years ago
Roman Donchenko
f21851f0f4
Boring changes - stitching.
11 years ago
Roman Donchenko
cce0f48d3e
Boring changes - softcascade.
11 years ago
Roman Donchenko
32205d3c5b
Boring changes - photo.
11 years ago