- 20 Nov, 2018 1 commit
-
-
Dan Mašek authored
-
- 16 Nov, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 08 Nov, 2018 1 commit
-
-
tompollok authored
-
- 22 Oct, 2018 1 commit
-
-
huangqinjin authored
-
- 16 Oct, 2018 1 commit
-
-
Michał Janiszewski authored
Relevant guards can be found in https://github.com/opencv/opencv/blob/ef5579dc8667e5eb5e149acc4af898421eed99da/modules/features2d/src/kaze/AKAZEConfig.h#L8 and https://github.com/opencv/opencv/blob/ef5579dc8667e5eb5e149acc4af898421eed99da/modules/ml/include/opencv2/ml.hpp#L44
-
- 28 Sep, 2018 1 commit
-
-
Dmitry Kurtaev authored
-
- 13 Sep, 2018 1 commit
-
-
Hamdi Sahloul authored
-
- 12 Sep, 2018 1 commit
-
-
Hamdi Sahloul authored
-
- 07 Sep, 2018 1 commit
-
-
Hamdi Sahloul authored
-
- 31 Jul, 2018 1 commit
-
-
luz.paz authored
Found via `codespell -q 3 -I ../opencv-whitelist.txt --skip="./3rdparty"`
-
- 24 Jul, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 17 Jul, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 04 Jul, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 31 May, 2018 1 commit
-
-
Vadim Pisarevsky authored
fixes handling of empty matrices in some functions (#11634) * a part of PR #11416 by Yuki Takehara * moved the empty mat check in Mat::copyTo() * fixed some test failures
-
- 24 Apr, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 28 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 13 Mar, 2018 1 commit
-
-
vasiliev-vb authored
Bug was added in f6ceeaa2 commit, different angle computation functions have different parameter order.
-
- 28 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
To investigate sporadic failures of Features2d_FLANN_Auto.regression test.
-
- 19 Feb, 2018 1 commit
-
-
mworchel authored
-
- 13 Feb, 2018 1 commit
-
-
luz.paz authored
Found via `codespell`
-
- 03 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
- removed tr1 usage (dropped in C++17) - moved includes of vector/map/iostream/limits into ts.hpp - require opencv_test + anonymous namespace (added compile check) - fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions - added missing license headers
-
- 01 Feb, 2018 1 commit
-
-
Vitaly Tuzov authored
-
- 31 Jan, 2018 1 commit
-
-
Tomoaki Teshima authored
-
- 25 Jan, 2018 1 commit
-
-
Vitaly Tuzov authored
-
- 23 Jan, 2018 1 commit
-
-
Elena Gvozdeva authored
* add HAL for FAST * add new interface
-
- 16 Jan, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 07 Jan, 2018 1 commit
-
-
Hamdi Sahloul authored
-
- 21 Dec, 2017 1 commit
-
-
Tomoaki Teshima authored
* disable the warning in CMake, not int the code using pragma
-
- 13 Dec, 2017 1 commit
-
-
Vitaly Tuzov authored
Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468)
-
- 07 Dec, 2017 1 commit
-
-
Pavel Rojtberg authored
-
- 28 Nov, 2017 1 commit
-
-
Alexander Alekhin authored
If there are no OpenCL/UMat methods calls from application. OpenCL subsystem is initialized: - haveOpenCL() is called from application - useOpenCL() is called from application - access to OpenCL allocator: UMat is created (empty UMat is ignored) or UMat <-> Mat conversions are called Don't call OpenCL functions if OPENCV_OPENCL_RUNTIME=disabled (independent from OpenCL linkage type)
-
- 27 Nov, 2017 1 commit
-
-
Pavel Rojtberg authored
-
- 16 Nov, 2017 1 commit
-
-
Jcrist99 authored
Support @deprecated tag in java wrappers (#9698)
-
- 24 Oct, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 17 Oct, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 13 Oct, 2017 1 commit
-
-
Vladislav Vinogradov authored
it will allow to build features2d even if flann module is not available
-
- 22 Sep, 2017 1 commit
-
-
vipinanand4 authored
Added gradiantSize param into goodFeaturesToTrack API (#9618) * Added gradiantSize param into goodFeaturesToTrack API Removed hardcode value 3 in goodFeaturesToTrack API, and added new param 'gradinatSize' in this API so that user can pass any gradiant size as 3, 5 or 7. Signed-off-by:
Vipin Anand <anand.vipin@gmail.com> Signed-off-by: Nilaykumar Patel<nilay.nilpat@gmail.com> Signed-off-by:
Prashanth Voora <prashanthx85@gmail.com> * fixed compilation error for java test Signed-off-by:
Vipin Anand <anand.vipin@gmail.com> * Modifying code for previous binary compatibility and fixing other warnings fixed ABI break issue resolved merged conflict compilation error fix Signed-off-by:
Vipin Anand <anand.vipin@gmail.com> Signed-off-by:
Patel, Nilaykumar K <nilay.nilpat@gmail.com>
-
- 21 Sep, 2017 1 commit
-
-
Tomoaki Teshima authored
-
- 14 Sep, 2017 1 commit
-
-
Patel, Nilaykumar K authored
Signed-off-by:
Vipin Anand <anand.vipin@gmail.com> Signed-off-by:
Prashanth Voora <prashanthx85@gmail.com> Signed-off-by:
Patel, Nilaykumar K <nilay.nilpat@gmail.com>
-
- 08 Sep, 2017 1 commit
-
-
Maksim Shabunin authored
-