- 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
-
- 11 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 05 Aug, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 21 Jul, 2014 1 commit
-
-
vbystricky authored
Add depends from highgui to imgcodecs and videoio. And include header from imgcodecs and videoio to imgcodecs
-
- 07 Jul, 2014 1 commit
-
-
vbystricky authored
-
- 18 Mar, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 04 Mar, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 14 Feb, 2014 1 commit
-
-
Roman Donchenko authored
-
- 04 Feb, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 27 Jan, 2014 2 commits
-
-
Alexander Smorkalov authored
Env setup for testing package implemented using /etc/profile.d; Variable with path for all native samples added; Path for test binaries and test data updated.
-
Alexander Smorkalov authored
-
- 21 Jan, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 29 Dec, 2013 1 commit
-
-
Ilya Lavrenov authored
-
- 09 Dec, 2013 1 commit
-
-
Peter Andreas Entschev authored
Added the defaultNorm() method to the DescriptorExtractor class. This method returns the default norm type for each descriptor type. The tests and C/C++ samples were updated to get the norm type directly from the DescriptorExtractor inherited classes. This was reported in feature report #2182 (http://code.opencv.org/issues/2182). It will make it possible to get the norm type usually applied matching method for each descriptor, instead of passing it manually.
-
- 30 Oct, 2013 1 commit
-
-
Roman Donchenko authored
HAVE_opencv_ocl implies HAVE_OPENCL, so checking for both is not necessary.
-
- 21 Oct, 2013 1 commit
-
-
peng xiao authored
2. Let Farneback to be the default optical flow method. 3. Fix a timing method bug for ocl path. 4. Remove useless finish operation in farneback 5. Refactor buffer usage.
-
- 19 Oct, 2013 1 commit
-
-
Vladislav Vinogradov authored
create `d_fgimg` matrix before cleaning.
-
- 09 Oct, 2013 1 commit
-
-
Alexander Alekhin authored
Allow to build samples via OpenCV binaries from distribution package (find_package with OpenCV_DIR).
-
- 03 Oct, 2013 1 commit
-
-
Alexander Alekhin authored
-
- 06 Sep, 2013 1 commit
-
-
Vladislav Vinogradov authored
Conflicts: modules/core/include/opencv2/core/cuda.hpp modules/cudacodec/src/thread.cpp modules/cudacodec/src/thread.hpp modules/superres/perf/perf_superres.cpp modules/superres/src/btv_l1_cuda.cpp modules/superres/src/optical_flow.cpp modules/videostab/src/global_motion.cpp modules/videostab/src/inpainting.cpp samples/cpp/stitching_detailed.cpp samples/cpp/videostab.cpp samples/gpu/stereo_multi.cpp
-
- 05 Sep, 2013 1 commit
-
-
Roman Donchenko authored
-
- 02 Sep, 2013 10 commits
-
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-