Vadim Pisarevsky
f6c561a01b
Merge pull request #3634 from mshabunin:transition-guide
10 years ago
Vadim Pisarevsky
5501cfd809
Merge pull request #3814 from erikrk:denoising-16bit-master
10 years ago
Vadim Pisarevsky
7ea0239776
Merge pull request #3835 from StevenPuttemans:upgrade_traincascade_memory_master
10 years ago
Vadim Pisarevsky
3c51fdffac
Merge pull request #3849 from Dikay900:fix_tilted_features_crash
10 years ago
Vadim Pisarevsky
f7f10a7d2c
Merge pull request #3854 from Dmitry-Me:reduceVariableScope8
10 years ago
Vadim Pisarevsky
d7cb99254e
Merge pull request #3858 from MSOpenTech:fix-ml-test
10 years ago
Vadim Pisarevsky
70ff448067
Merge pull request #3859 from NewProggie:fix-doc-typo
10 years ago
Vadim Pisarevsky
54deb5ed5a
Merge pull request #3860 from theodr:document_hconcat_vconcat
10 years ago
Vadim Pisarevsky
72b3dcd8b5
Merge pull request #3861 from wangyan42164:cascade_optimizing
10 years ago
Vadim Pisarevsky
174593643c
Merge pull request #3863 from MSOpenTech:fix_winrt_linker
10 years ago
Vadim Pisarevsky
dec722b2ee
Merge pull request #3864 from MSOpenTech:removed-unused-winrttest
10 years ago
Vadim Pisarevsky
f18eba44f8
Merge pull request #3867 from RafaRuiz:patch-1
10 years ago
theodore
02c3d8d792
documentation for the hconcat and vconcat functions
10 years ago
RafaRuiz
660a53e0e0
Update lkdemo.cpp because of memory leak
...
In MacOSx x64 it was getting a memory leak even without initializing points:
http://code.opencv.org/issues/4250
10 years ago
Erik Karlsson
01d3df0d00
Added normType parameter to fastNlMeansDenoisingMulti
10 years ago
Erik Karlsson
70a64ebe72
Added test cases
10 years ago
Erik Karlsson
5f8d688664
Added parameter normType to fastNlMeansDenoising
10 years ago
Erik Karlsson
9fff7896c5
Removed fastNlMeansDenoisingColored[Multi]Abs
10 years ago
Evgeny Agafonchikov
c196df6db0
Do not link vfw32 library for WinRT
...
HAVE_VFW flag is defined by CMake try_compile check.
Check fails for WINRT as vfw.h begins with
and contains empty set of functions for Store apps.
So we can safely remove vfw32.lib for WINRT in general
(independently of availability for specific configuration)
10 years ago
Evgeny Agafonchikov
17d36b7835
Removing unused winrttest.cpp file
10 years ago
Maksim Shabunin
e64188021a
Merge pull request #3862 from mshabunin:abi-contrib-disable
10 years ago
Maksim Shabunin
796bf01797
Do not compare extra modules in ABI check
10 years ago
Yan Wang
433c3da7cf
Optimize the performance of cascade OpenCL kernel.
...
1. Use built-in mad() instead of += and *.
2. For stump stages, if weight.z == 0, avoid unnecessary calculation
because some features only have 2 rectangles..
It could improve
OCL_Cascade_Image_MinSize_CascadeClassifier.CascadeClassifier/*
about 10% mean values.
Signed-off-by: Yan Wang <yan.wang@linux.intel.com>
10 years ago
Vadim Pisarevsky
5a0c7a1330
Merge pull request #3853 from alalek:ocl_fix_bufferpool_cleanup
10 years ago
Vadim Pisarevsky
7ab7322915
Merge pull request #3848 from yxiong:fix-4125
10 years ago
Vadim Pisarevsky
daa99514fa
Merge pull request #3846 from mshabunin:fix-headers
10 years ago
Kai Wolf
f815bbab24
Fix typo in types_c.h
10 years ago
Evgeny Agafonchikov
91bd7df8c1
Fixing invalid opencv_test_ml calls
10 years ago
Dikay900
fb8478eb7b
add resetting the offset variable after setting a new image
10 years ago
Vadim Pisarevsky
d2da7dc3e5
Merge pull request #3841 from MSOpenTech:samples-contrib
10 years ago
Dmitry-Me
ce167e233b
Reduce variable scope
10 years ago
Alexander Alekhin
b5529aef9c
ocl/bufferpool: fix cleanup
10 years ago
Vadim Pisarevsky
8616cd875b
Merge pull request #3836 from Dmitry-Me:uninitializedMember
10 years ago
Vadim Pisarevsky
072a4b5497
Merge pull request #3851 from ellbur:findTransformECC-initialize-bug
10 years ago
Owen Healy
ff48387a8a
Fix bug of uninitialized matrix in findTransformECC
...
The matrix templateZM needs to be initialized because otherwise
uninitialized values leak into the correlation in:
const double correlation = templateZM.dot(imageWarped)
In the worst case this will lead the correlation to be NaN ruining the
whole routine. The subtraction does not initialize templateZM due to the
mask.
Unfortunately, the uninitialized values (by altering the correlation)
have the side effect of dragging out the computation a little longer
giving a slightly better error bound. This means that fixing this bug
breaks perf_ecc where
SANITY_CHECK(warpMat, 1e-3);
is just a little too tight and happens to work due to the uninitialized
values. Since this is a performance not a accuracy test I think it is OK
to just relax the error bound a little bit (the tight error bound being
after all the result of a bug).
10 years ago
Dikay900
80069f384a
resolve crash of haarclassifier when using a tilted feature
10 years ago
Ying Xiong
decbdd1abb
Fix compiler error on std::swap (CUDA7.0/clang/OSX)
10 years ago
Vadim Pisarevsky
9683f93a76
Merge pull request #3840 from MSOpenTech:concurrency-contrib
10 years ago
Vadim Pisarevsky
9997e6d337
Merge pull request #3823 from lupustr3:pvlasov/implementation_detector_update
10 years ago
Maksim Shabunin
9f08310307
Disabled TrainData::getNormCatValues wrapping due to pointer in parameters
10 years ago
Vadim Pisarevsky
e92645c588
Merge pull request #3838 from PhilLab:patch-3
10 years ago
Vadim Pisarevsky
e157d70d43
Merge pull request #3837 from mshabunin:abi-compliance
10 years ago
Maksim Shabunin
5709ec85d7
Disabled missing python method for static ml function
10 years ago
Maksim Shabunin
fab51ac0af
Removed blank line at EOF
10 years ago
Maksim Shabunin
5247eacc3c
Add python and java support for ml module
10 years ago
Maksim Shabunin
4d7d354498
Added to TOC
10 years ago
Maksim Shabunin
8779d029b2
Added transition (from 2.4) guide
10 years ago
Maxim Kostin
349e3b546a
Fixed 'doc' builder warnings.
10 years ago
Maksim Shabunin
d5b954c2d4
Moved property implementation macros to private header
10 years ago
Maksim Shabunin
7335a40a61
Replaced CV_PURE_PROPERTY macros with corresponding code
10 years ago