- 02 Sep, 2016 2 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 01 Sep, 2016 3 commits
-
-
Matthew Cook authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 31 Aug, 2016 3 commits
-
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
sourin authored
-
- 30 Aug, 2016 1 commit
-
-
Tomoaki Teshima authored
* use universal intrinsic for accumulate series using float/double * accumulate, accumulateSquare, accumulateProduct and accumulateWeighted * add v_cvt_f64_high in both SSE/NEON * add test for conversion v_cvt_f64_high in test_intrin.cpp * improve some existing universal intrinsic by using new instructions in Aarch64 * add workaround for Android build in intrin_neon.hpp
-
- 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 2 commits
-
-
Alexander Alekhin authored
-
mpkh authored
resolve undeclared identifier close error
-