Erik Karlsson
c339720af9
Preparation for 16-bit colored denoising. Currently not working due to cvtColor not supportint 16-bit Lab conversion.
10 years ago
Hamid Bazargani
5070f2a334
Fix sacCalcJacobianErrors arguments. (curr.inl replaced with best.inl)
...
Fix the issue given NULL inlMask
10 years ago
Hamid Bazargani
44f906eb35
Fix sacCalcJacobianErrors arguments. (curr.inl replaced with best.inl)
...
Fix the issue given NULL inlMask
10 years ago
Hamid Bazargani
e22678018b
Fix sacCalcJacobianErrors arguments. (curr.inl replaced with best.inl)
...
Fix the issue given NULL inlMask
10 years ago
Hamid Bazargani
42176f8eb1
Fix sacCalcJacobianErrors arguments. (curr.inl replaced with best.inl)
...
Fix the issue given NULL inlMask
10 years ago
ASUS
9a555063e8
Fix sacCalcJacobianErrors arguments. (curr.inl replaced with best.inl)
...
Fix the issue given NULL inlMask
10 years ago
Erik Karlsson
584372bbf2
Fixed bounds checking
10 years ago
ASUS
6b04351ce1
Merge branch 'accuracy' of https://github.com/obilaniu/opencv into accuracy
...
Conflicts:
modules/calib3d/src/rhorefc.cpp
10 years ago
ASUS
6dbf13d7b5
saveBestModel() is modified. accuracy test is passed.
10 years ago
Erik Karlsson
d588c717da
Using WEIGHT_THRESHOLD to limit table size. Still problematic with 16-bit and big h-values.
10 years ago
Erik Karlsson
42db9e7153
Basic 16-bit implmentation of fastNlMeansDenoising. Table-based exponetiation leads to high memory footprint and loss of precision in 16-bit mode.
10 years ago
Erik Karlsson
49e93747b1
Added saturate_cast from int64 and uint64
10 years ago
Olexa Bilaniuk
ff2509af56
Fixed printouts in testcase to blame the correct method for a failure.
...
Previously, certain test failures by the method RHO would result in an
error blaming RANSAC instead. The fix involves a parameter change to
several functions in test_homography.cpp.
10 years ago
Erik Karlsson
8368fb9ea8
Additional refactoring preparing for 16-bit implementation
10 years ago
Dmitry-Me
c3f8fc41b7
Parameters should have been passed by reference
10 years ago
Erik Karlsson
e178294b49
Refactoring in preparation for 16-bit implementation of fastNlMeansDenoising
10 years ago
Maksim Shabunin
a5a510da4b
Support for compound modules, support for contrib_world
10 years ago
Vadim Pisarevsky
5466e321b8
Merge pull request #3687 from Dmitry-Me:fixPossibleNullPtrDeref
10 years ago
Vadim Pisarevsky
f6b82d99ad
Merge pull request #3684 from SeninAndrew:master
10 years ago
Vadim Pisarevsky
dd1878c64f
Merge pull request #3688 from jet47:test-script-optional-color-3.0
10 years ago
Vladislav Vinogradov
6a3f33090d
make color output in run_test script optional
10 years ago
Dmitry-Me
ea48fcfc9f
Fix possible null pointer dereference
10 years ago
Vadim Pisarevsky
05e404c2ff
Merge pull request #3681 from jet47:fix-run-tests-script-3.0
10 years ago
Alexander Alekhin
79416cdf10
ocl: disable OpenCL by default for Android builds
10 years ago
Olexa Bilaniuk
ccd33a721e
Fixed build failures related to designSPRTTest().
10 years ago
Olexa Bilaniuk
7e273396c1
Merge remote-tracking branch 'refs/remotes/upstream/master' into rho
10 years ago
Olexa Bilaniuk
adac8c04bb
Converted to C++ style, + bugfixes.
...
The code has been refactored in response to feedback on Pull Request
Also, outputZeroH() now also zeroes the inlier set, much like
outputModel().
10 years ago
Andrew Senin
8c7b3b91fa
Fixing XIMEA parameters mapping (issue #4176 )
10 years ago
Vadim Pisarevsky
6c8681a472
Merge pull request #3656 from SeninAndrew:master
10 years ago
Vladislav Vinogradov
098389d8eb
fix opencv_run_all_tests_unix.sh script:
...
use `bash` shell instead of `sh`, since on Ubuntu `sh` by default is `dash`,
and `dash` doesn't support `PIPESTATUS` feature used in this sctipt
10 years ago
Vadim Pisarevsky
1e47c6cc56
Merge pull request #3612 from guoyejun:fix_face_detect
10 years ago
Vadim Pisarevsky
bbec7f8e89
Merge pull request #3669 from vbystricky:fix_tr_cascade_boost
10 years ago
Vadim Pisarevsky
5524e8d2c0
Merge pull request #3673 from jet47:colorize-run-test-script-3.0
10 years ago
Vadim Pisarevsky
3f86e7b75a
Merge pull request #3668 from mshabunin:fix-ann-memory-access
10 years ago
Vadim Pisarevsky
7854ef3840
Merge pull request #3675 from alalek:fix_coreTlsData
10 years ago
Olexa Bilaniuk
87c2b8197a
Bug fixes in mask output.
...
Previously, the output mask of inliers could remain completely
uninitialized. This fix is the first part of a solution.
10 years ago
Olexa Bilaniuk
b90800f0c7
Corrected typo in comment.
...
The inverted JtJ does not multiply itself, but rather Jte. Correct this
in the comment.
10 years ago
Alexander Alekhin
2054123890
coreTlsData -> getCoreTlsData()
10 years ago
Vladislav Vinogradov
a9325102a2
colorize opencv_run_all_tests_unix.sh script output
10 years ago
Olexa Bilaniuk
2609e77af7
Silence spurious loss-of-data warnings from Windows.
...
Added explicit casts to silence warnings in fundam.cpp and rhorefc.cpp.
10 years ago
Olexa Bilaniuk
ce0570b777
Splitting vectorized code into separate branch.
...
Deleted SSE code from master branch.
Slight cleanups in fundam.cpp were made as a consequence.
10 years ago
Olexa Bilaniuk
69b146412a
Edited Doxygen documentation in the module calib3d.
...
Added a mention within calib3d.hpp that the flag RHO is available as an
option on calls to findHomography().
10 years ago
Olexa Bilaniuk
8907e6feac
Merge remote-tracking branch 'refs/remotes/upstream/master' into rho
10 years ago
VBystricky
f5987c258f
Fix small error in traincascade application
10 years ago
Maksim Shabunin
c85197da55
Fixed allocated vector size in ML ANN algorithm
...
- updated return value of points_classifier sample
10 years ago
Vadim Pisarevsky
4c52dfc956
Merge pull request #3657 from BelBES:sb/tegra_optimization_fix
10 years ago
Vadim Pisarevsky
94431c23f6
Merge pull request #3661 from StevenPuttemans:fix_models_2.4
10 years ago
Vadim Pisarevsky
e64fb44f67
Merge pull request #3632 from theodr:dist_transf_tutorial
10 years ago
Vadim Pisarevsky
71a333dd78
Merge pull request #3644 from mshabunin:ml-docs
10 years ago
Vadim Pisarevsky
72194b2115
Merge pull request #3651 from mshabunin:shape-test
10 years ago