- 31 Aug, 2016 3 commits
-
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
sourin authored
-
- 29 Aug, 2016 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 27 Aug, 2016 1 commit
-
-
Matthew Self authored
* Added 2-channel ops to match existing 3-channel and 4-channel ops * v_load_deinterleave() and v_store_interleave() * Implements float32x4 only on SSE (but all types on NEON and CPP) * Includes tests * Will be used to vectorize 2D functions, such as estimateAffine2D()
-
- 26 Aug, 2016 10 commits
-
-
Asal Mirzaieva authored
- also some minor changes to the respective sample cpp file
-
mrquorr authored
-
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
-
Alexander Alekhin authored
Also put "object" targets to off by default (they doesn't work well)
-
- 25 Aug, 2016 7 commits
-
-
Valeriy Van authored
strong and retain are synonymous but using strong along with obsolete synonym retain in one file is negligent
-
Alexander Alekhin authored
Returning to Win2k value is possible via this CMake option: cmake -DOPENCV_EXTRA_FLAGS="/D_WIN32_WINNT=0x0500" ...
-
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
-