- 24 Jun, 2017 1 commit
-
-
catree authored
-
- 23 Jun, 2017 1 commit
-
-
James Clarke authored
-
- 21 Jun, 2017 6 commits
-
-
dkurt authored
-
Dmitry Kurtaev authored
-
Jiri Horner authored
[GSOC] Speeding-up AKAZE, part #1 (#8869) * ts: expand arguments before stringifications in CV_ENUM and CV_FLAGS added protective macros to always force macro expansion of arguments. This allows using CV_ENUM and CV_FLAGS with macro arguments. * feature2d: unify perf test use the same test for all detectors/descriptors we have. * added AKAZE tests * features2d: extend perf tests * add BRISK, KAZE, MSER * run all extract tests on AKAZE keypoints, so that the test si more comparable for the speed of extraction * feature2d: rework opencl perf tests use the same configuration as cpu tests * feature2d: fix descriptors allocation for AKAZE and KAZE fix crash when descriptors are UMat * feature2d: name enum to fix build with older gcc * Revert "ts: expand arguments before stringifications in CV_ENUM and CV_FLAGS" This reverts commit 19538cac1e45b0cec98190cf06a5ecb07d9b596e. This wasn't a great idea after all. There is a lot of flags implemented as #define, that we don't want to expand. * feature2d: fix expansion problems with CV_ENUM in perf * expand arguments before passing them to CV_ENUM. This does not need modifications of CV_ENUM. * added include guards to `perf_feature2d.hpp` * feature2d: fix crash in AKAZE when using KAZE descriptors * out-of-bound access in Get_MSURF_Descriptor_64 * this happened reliably when running on provided keypoints (not computed by the same instance) * feature2d: added regression tests for AKAZE * test with both MLDB and KAZE keypoints * feature2d: do not compute keypoints orientation twice * always compute keypoints orientation, when computing keypoints * do not recompute keypoint orientation when computing descriptors this allows to test detection and extraction separately * features2d: fix crash in AKAZE * out-of-bound reads near the image edge * same as the bug in KAZE descriptors * feature2d: refactor invariance testing * split detectors and descriptors tests * rewrite to google test to simplify debugging * add tests for AKAZE and one test for ORB * stitching: add tests with AKAZE feature finder * added basic stitching cpu and ocl tests * fix bug in AKAZE wrapper for stitching pipeline causing lots of ! OPENCV warning: getUMat()/getMat() call chain possible problem. ! Base object is dead, while nested/derived object is still alive or processed. ! Please check lifetime of UMat/Mat objects!
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 20 Jun, 2017 3 commits
-
-
Maksim Shabunin authored
general: - all iterative tests have been replaced with parameterized tests - old-style try..catch tests have been modified to use EXPECT_/ASSERT_ gtest macros - added temporary files cleanup - modified MatComparator error message formatting imgcodecs: - test_grfmt.cpp split to test_jpg.cpp, test_png.cpp, test_tiff.cpp, etc. videoio: - added public HAVE_VIDEO_INPUT, HAVE_VIDEO_OUTPUT definitions to cvconfig.h - built-in MotionJPEG codec could not be tested on some platforms (read_write test was disabled if ffmpeg is off, encoding/decoding was handled by ffmpeg otherwise). - image-related tests moved to imgcodecs (Videoio_Image) - several property get/set tests have been combined into one - added MotionJPEG test video to opencv_extra
-
Alexander Alekhin authored
-
Maksim Shabunin authored
- cmake dependencies search (WITH_MFX option) - raw H264, H265, MPEG2 encoding and decoding - tests for supported formats
-
- 19 Jun, 2017 1 commit
-
-
Vladislav Sovrasov authored
-
- 15 Jun, 2017 4 commits
-
-
abratchik authored
-
Rostislav Vasilikhin authored
-
Tomoaki Teshima authored
- check if compiler is Intel compiler - remove not referenced variables
-
Tomoaki Teshima authored
-
- 14 Jun, 2017 5 commits
-
-
Rostislav Vasilikhin authored
-
Rostislav Vasilikhin authored
-
Vladislav Sovrasov authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 13 Jun, 2017 5 commits
-
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vitaly Tuzov authored
-
Vitaly Tuzov authored
-
Vadim Pisarevsky authored
added v_reduce_sum4() universal intrinsic; corrected number of threads in cv::getNumThreads() in the case of GCD
-
- 12 Jun, 2017 1 commit
-
-
Tomoaki Teshima authored
- fix the define condition based on the comment
-
- 11 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 09 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
There is no cast to wide integer type: std::numeric_limits<ST>::max() * std::numeric_limits<ST>::max()
-
- 08 Jun, 2017 5 commits
-
-
Maksim Shabunin authored
Fixed snprintf for VS 2013 (#8816) * Fixed snprintf for VS 2013 * snprintf: removed declaration from header, changed implementation * cv_snprintf corrected according to comments * update snprintf patch
-
Alexander Alekhin authored
C4189: 'clImageUV' : local variable is initialized but not referenced
-
Alexander Alekhin authored
-
Dinar authored
-
Alexander Alekhin authored
-
- 07 Jun, 2017 1 commit
-
-
LukeZhu authored
-
- 06 Jun, 2017 2 commits
-
-
Alexander Alekhin authored
-
Tomoaki Teshima authored
* avoid link error (move the implementation of software version to header) * make getConvertFuncFp16 local (move from precomp.hpp to convert.hpp) * fix error on 32bit x86
-
- 04 Jun, 2017 1 commit
-
-
Pyotr Chekmaryov authored
-
- 03 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 01 Jun, 2017 1 commit
-
-
Vitaly Tuzov authored
-