lluis
1cc6502db3
removed unnecessary commented block
12 years ago
lluis
04913f5af7
removed trailing whitespaces
12 years ago
lluis
b9a5e919e2
better parameter settings for the ERFilter sample
12 years ago
lluis
15511bff40
better classifiers performance by training them with a new dataset of "manually" selected regions
12 years ago
lluis
f4d01175b8
fixed a bug in the calculation of the number of inflexion points feature
12 years ago
lluis
765921cc25
fixed a typo error in the default min_Probability param of CreateERFilterNM2
12 years ago
lluis
dba336c0e3
fixed a bug in the non-max-suppression filter procedure
12 years ago
Roman Donchenko
bad927325f
Merge pull request #1281 from SpecLad:the-smartest-pointer
12 years ago
Roman Donchenko
86b841563b
Added tests for Ptr.
12 years ago
Roman Donchenko
c7d2fdc4b2
Fixed some dubious uses of tbb::task_scheduler_init.
12 years ago
Roman Donchenko
a97ffe6513
Rewrote the documentation for Ptr to fit the new implementation.
12 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.
12 years ago
Roman Donchenko
3e189a2b41
Replaced calls to Ptr<T>::ptr to ::dynamicCast.
12 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.
12 years ago
Roman Donchenko
dadee3752c
Adapt Python bindings to the new Ptr.
12 years ago
Roman Donchenko
2f942efdf7
Java: removed usages of Ptr<T>::addref().
...
Now the features2d class wrappers use composition instead of inheritance.
12 years ago
Roman Donchenko
2a2c21bb63
Replace an incorrect usage of Ptr with a simple vector.
12 years ago
Roman Donchenko
62353b7980
Boring changes - samples.
12 years ago
Roman Donchenko
34af7eeb84
Boring changes - apps.
12 years ago
Roman Donchenko
eaa7fcc3e6
Boring changes - legacy.
12 years ago
Roman Donchenko
34127ba80f
Boring changes - contrib.
12 years ago
Roman Donchenko
3bca57ac25
Boring changes - ocl.
12 years ago
Roman Donchenko
fc0e835762
Boring changes - gpuwarping.
12 years ago
Roman Donchenko
d33ff4bb11
Boring changes - gpustereo.
12 years ago
Roman Donchenko
d6146e9543
Boring changes - gpulegacy.
12 years ago
Roman Donchenko
a007c7b980
Boring changes - gpuimgproc.
12 years ago
Roman Donchenko
b165016ba7
Boring changes - gpufilters.
12 years ago
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
Roman Donchenko
461c98fa86
Replaced Ptr with my new implementation.
12 years ago
Roman Donchenko
ecc51817d9
Merge pull request #1399 from pengx17:master_retina_ocl_fix
12 years ago
pengxiao
e45f92a9e1
Fix a bug of ocl retina on NVIDIA platform.
12 years ago
Roman Donchenko
fd3b2326b4
Merge pull request #1373 from abidrahmank:pykeypoints
12 years ago