- 27 Aug, 2016 1 commit
-
-
Matthew Self authored
* Use `nth_element()` to find the median instead of `sort()` in `LMeDSPointSetRegistrator::run()` * Improves performance of this part of LMedS from `n log(n)` to `n` by avoiding doing a full sort. * Makes LMedS 2x faster for 100 points, 4x faster for 5,000 points in `EstimateAffine2D()`. * LMedS is now never more than 2x slower than RANSAC and is faster in some cases.
-
- 26 Aug, 2016 7 commits
-
-
Vadim Pisarevsky authored
* expose 2 extra methods from ml::TrainData: getNames() and getVarSymbolFlags(). The first one returns text labels from CSV (if the data has been loaded from CSV); the second one returns a matrix of boolean values; its n-th element is 1 iff the corresponding column in the CSV uses symbolic names, not numbers. * check that the dynamic_cast succeeds
-
Vadim Pisarevsky authored
* Add Grana's connected components algorithm for 8-way connectivity. That algorithm is faster than Wu's one (currently implemented in opencv). For more details see https://github.com/prittt/YACCLAB. * New functions signature and distance transform compatibility * Add tests to imgproc/test/test_connectedcomponents.cpp * Change of test_connectedcomponents.cpp for c++98 support
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 25 Aug, 2016 6 commits
-
-
Valeriy Van authored
strong and retain are synonymous but using strong along with obsolete synonym retain in one file is negligent
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
kurenai authored
Enable SSE optimization
-
- 24 Aug, 2016 3 commits
-
-
Tomoaki Teshima authored
* DRY * switch to Cv32suf and remove fp32Int32 * add Cv16suf
-
Vadim Pisarevsky authored
-
MYLS authored
- one test for type_id; - another for comments in JSON;
-
- 23 Aug, 2016 4 commits
-
-
Vadim Pisarevsky authored
Fixes spelling in comment
-
Suleyman TURKMEN authored
-
Valeriy Van authored
-
Alexander Alekhin authored
-
- 22 Aug, 2016 5 commits
-
-
Alexander Alekhin authored
-
mpkh authored
resolve undeclared identifier close error
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Cartucho authored
The Mat "src_copy" is never used.
-
- 20 Aug, 2016 3 commits
-
-
Alexander Alekhin authored
-
Bleach authored
-
Vadim Pisarevsky authored
-
- 19 Aug, 2016 5 commits
-
-
Pavel Vlasov authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Pavel Vlasov authored
-
Vadim Pisarevsky authored
-
- 18 Aug, 2016 6 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
Fix for incorrect calcOpticalFlowPyrLK result evaluation with ARM NEON
-