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
Maksim Shabunin
ee4bea72bf
Reverted unneeded change
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
231685133e
OpenCV Manager: support 3.0.0 library
10 years ago
Maksim Shabunin
9b9ebe0999
Ported from 2.4
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
Maxim Kostin
5ec908c5f0
Added WinRT 8.1 Modern Desktop JavaScript sample
10 years ago
Maxim Kostin
d1a8171011
Added WinRT concurrency support.
10 years ago
Olexa Bilaniuk
8a1d8c8470
Merge remote-tracking branch 'refs/remotes/upstream/master'
10 years ago
Olexa Bilaniuk
6d27d488bf
Bugfix in n* optimization.
...
Similar to the problem in LevMarq, arg.inl was being used instead of
best.inl. This opened us up to a potential segfault.
10 years ago
Philipp Hasper
e0efda7145
Fixed persistent.hpp documentation
...
Small error - object fs does not exist in this code example
10 years ago
Maksim Shabunin
9fbc92aace
Added cmake option for abi descriptor generating (GENERATE_ABI_DESCRIPTOR)
10 years ago
Dmitry-Me
0c5faa6d24
Fix uninitialized members, fix log output typo
10 years ago
Vadim Pisarevsky
e12a04ac7e
Merge pull request #3811 from StevenPuttemans:fix_traincascade_getNegatives_master
10 years ago
Vadim Pisarevsky
903f10c237
Merge pull request #3804 from polarfuchs99:master
10 years ago
Vadim Pisarevsky
0f4d57d59e
Merge pull request #3833 from sgrayb:houghline_bugfix
10 years ago
Vadim Pisarevsky
b708969326
Merge pull request #3832 from Dmitry-Me:fixNullPointerDereference3
10 years ago
Vadim Pisarevsky
8cf45ce0af
Merge pull request #3828 from vpisarev:fix_win32_perf_calib3d_solvepnp_failure
10 years ago
StevenPuttemans
d0ad599a24
update traincascade assigned memory buffers
10 years ago
Dmitry-Me
52a8d37f11
Fix potential null pointer dereference
10 years ago
Vadim Pisarevsky
ca19ae8b5a
in solvePnPRansac call the solvePnP in the end with all the inliers to get more precise estimate
10 years ago
Vadim Pisarevsky
5c352c9146
temporarily use EPNP in SolvePnP instead of UPNP or DLS algorithms, since the latter two are not quite stable
10 years ago
Vadim Pisarevsky
3c54c50c5a
Merge pull request #3802 from sanuj:master
10 years ago
Vadim Pisarevsky
f80e7530f3
Merge pull request #3827 from MSOpenTech:license-26
10 years ago
Vadim Pisarevsky
c6e9280373
Merge pull request #3816 from ilya-lavrenov:il/cvround
10 years ago
Vadim Pisarevsky
f9b2444735
Merge pull request #3826 from mshabunin:fix-install-paths
10 years ago
Vadim Pisarevsky
259a54a6dd
Merge pull request #3830 from NaerChang:issue.3710
10 years ago
Vadim Pisarevsky
a1f86d01e2
Merge pull request #3831 from Dmitry-Me:reduceVariableScope7
10 years ago
Naer Chang
cdc9bc397d
Revert "issue 3710"
...
Trying to fix whitespace issue.
This reverts commit dcc2512f58
.
10 years ago
Olexa Bilaniuk
ac1099deb8
Merge remote-tracking branch 'refs/remotes/upstream/master'
10 years ago
Olexa Bilaniuk
7e3cc44738
More docs on variable accesses.
...
Listed accesses for more functions.
10 years ago
Dmitry-Me
8ed4bae4dd
Reduce variable scope, make formatting consistent with surrounding code
10 years ago
Naer Chang
dcc2512f58
issue 3710
...
added a check to prevent illegal access to operator[] when vector is empty
10 years ago