- 26 Jan, 2020 5 commits
-
-
Polina Smolnikova authored
QR-Code detector : multiple detection * change in qr-codes detection * change in qr-codes detection * change in test * change in test * add multiple detection * multiple detection * multiple detect * add parallel implementation * add functional for performance tests * change in test * add perftest * returned implementation for 1 qr-code, added support for vector<Mat> and vector<vector<Point2f>> in MultipleDetectAndDecode * deleted all lambda expressions * changing in triangle sort * fixed warnings * fixed errors * add java and python tests * change in java tests * change in java and python tests * change in perf test * change in qrcode.cpp * add spaces * change in qrcode.cpp * change in qrcode.cpp * change in qrcode.cpp * change in java tests * change in java tests * solved problems * solved problems * change in java and python tests * change in python tests * change in python tests * change in python tests * change in methods name * deleted sample qrcode_multi, change in qrcode.cpp * change in perf tests * change in objdetect.hpp * deleted code duplication in sample qrcode.cpp * returned spaces * added spaces * deleted draw function * change in qrcode.cpp * change in qrcode.cpp * deleted all draw functions * objdetect(QR): extractVerticalLines * objdetect(QR): whitespaces * objdetect(QR): simplify operations, avoid duplicated code * change in interface, additional checks in java and python tests, added new key in sample for saving original image from camera * fix warnings and errors in python test * fix * write in file with space key * solved error with empty mat check in python test * correct path to test image * deleted spaces * solved error with check empty mat in python tests * added check of empty vector of points * samples: rework qrcode.cpp * objdetect(QR): fix API, input parameters must be first * objdetect(QR): test/fix points layout
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Pierre Letessier authored
Videocapture skip frames * enable skipping frames * update videoio_skip test
-
Alexander Alekhin authored
-
- 24 Jan, 2020 6 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Chip Kerchner authored
* Reduce LLC loads, stores and multiplies on MulTransposed - 8% faster on VSX * Add is_same method so c++11 is not required * Remove trailing whitespaces. * Change is_same to DataType depth check
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 23 Jan, 2020 5 commits
-
-
Alexander Alekhin authored
-
Liubov Batanina authored
-
Ganesh Kathiresan authored
Added type check for solvePnPGeneric | Issue: #16049 * Added type check * Added checks before type fix * Tests for 16049 * calib3d: update solvePnP regression check (16049)
-
Liubov Batanina authored
-
Gourav Roy authored
-
- 22 Jan, 2020 7 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Miguel Pari Soto authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 21 Jan, 2020 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Liubov Batanina authored
-
- 20 Jan, 2020 6 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Ganesh Kathiresan authored
* Added flag handlers for imread and imdecode | Issue 16203 Undo imread change Added Imread resize tests Added imdecode flags check Added imdecode tests for resize Removed trailing whitespace Removed IMREAD_IGNORE_ORIENTATION check Added else condition Removed IMREAD_IGNORE_ORIENTATION check in decode Added HAVE_JPEG guards Added static_cast for Win32 Added resize for non jpegs Added tests for non jpeg resize case Fixed resize value in assert Changed tests to Value-Parameterized Tests Changed tests to Value-Parameterized Tests | handled >> in cpp Changed tests to Value-Parameterized Tests | removed trailing whitespace * imgcodecs: update test
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 19 Jan, 2020 3 commits
-
-
ashishiva3@gmail.com authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 18 Jan, 2020 1 commit
-
-
Alexander Alekhin authored
-
- 17 Jan, 2020 3 commits
-
-
Chip Kerchner authored
Vectorize minMaxIdx functions * Updated documentation and intrinsic tests for v_reduce * Add other files back in from the forced push * Prevent an constant overflow with v_reduce for int8 type * Another alternative to fix constant overflow warning. * Fix another compiler warning. * Update comments and change comparison form to be consistent with other vectorized loops. * Change return type of v_reduce_min & max for v_uint8 and v_uint16 to be same as lane type. * Cast v_reduce functions to int to avoid overflow. Reduce number of parameters in MINMAXIDX_REDUCE macro. * Restore cast type for v_reduce_min & max to LaneType
-
Julien authored
* add a wrapper for getAvailableTargets * add java wrapper on Target enum
-
Alexander Alekhin authored
-