- 09 Sep, 2014 1 commit
-
-
Pierrick Koch authored
-
- 08 Sep, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 04 Sep, 2014 1 commit
-
-
John Kua authored
-
- 29 Aug, 2014 8 commits
-
-
Rok Mandeljc authored
-
Rok Mandeljc authored
-
Rok Mandeljc authored
As opencv_xfeatures2d is part of opencv-contrib and not opencv repository, ${OpenCV_SOURCE_DIR}/modules/modules/include is not a correct include path - use ${opencv_xfeatures2d_SOURCE_DIR}/include instead
-
Rok Mandeljc authored
The cv::superres::createOptFlow_Simple() function along with the simple optical flow class implementation is currently commented out in the superres module's code, so comment it out in the example as well.
-
Rok Mandeljc authored
The FGD background subtraction model was part of opencv_legacy module; as it is gone now, it makes little sense to benchmark the GPU version, either, so the whole test is removed.
-
Rok Mandeljc authored
The header is gone now, along with the opencv_legacy module.
-
Rok Mandeljc authored
samples: gpu: removed inclusion of non-existent opencv2/contrib/contrib.hpp header, re-introduced TickMeter class in a separate header This patch removes inclusion of opencv2/contrib/contrib.hpp header, which does not exist anymore due to removal of opencv_contrib module. The samples including this header appear to be doing so in order to use TickMeter class; therefore, the latter is now provided by tick_meter.hpp header file, located in samples/gpu folder.
-
Rok Mandeljc authored
The example in question cannot be compiled anymore as the softcascade module has been removed in 3858f229.
-
- 28 Aug, 2014 1 commit
-
-
StevenPuttemans authored
fixed dependency of stitching module on xfeatures2d module as optional fixed the initModule_xfeatures2d function that was called in module stitching since it is in another namespace than the standard cv one.
-
- 25 Aug, 2014 1 commit
-
-
StevenPuttemans authored
-
- 21 Aug, 2014 1 commit
-
-
Alexander Mordvintsev authored
fixed find_obj.py
-
- 19 Aug, 2014 1 commit
-
-
f-morozov authored
-
- 18 Aug, 2014 10 commits
-
-
Maksim Shabunin authored
- Reworked documentation to reflect actual code - Removed some unused variables - Removed unnecessary 'cv::' modifiers
-
Maksim Shabunin authored
- Extracted common operations to separate functions. - Activated first parameters set. - Some output formatting. - Fixed loop break condition in mini_batch_gradient function.
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Rahul Kavi authored
-
Rahul Kavi authored
-
Rahul Kavi authored
-
Rahul Kavi authored
-
Rahul Kavi authored
-
Rahul Kavi authored
-
- 14 Aug, 2014 2 commits
-
-
Vadim Pisarevsky authored
trying to solve compile problems; temporarily disabled some tests for just added optimization algo's
-
Vadim Pisarevsky authored
-
- 13 Aug, 2014 1 commit
-
-
Adil Ibragimov authored
1. someMatrix.data -> someMatrix.prt() 2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex ) 3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>() 4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
-
- 12 Aug, 2014 3 commits
- 11 Aug, 2014 4 commits
-
-
Vadim Pisarevsky authored
-
edgarriba authored
-
edgarriba authored
-
edgarriba authored
-
- 10 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 09 Aug, 2014 4 commits