- 14 Aug, 2019 1 commit
-
-
Nuzhny007 authored
-
- 13 Aug, 2019 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
tesseract 4.x headers require C++11 (can't be used by OpenCV 3.4 without C++11)
-
- 09 Aug, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 08 Aug, 2019 3 commits
-
-
Alexander Alekhin authored
-
Tomoaki Teshima authored
* add -Wno-psabi when using GCC 6 * add -Wundef for CUDA 10 * add -Wdeprecated-declarations when using GCC 7 * add -Wstrict-aliasing and -Wtautological-compare for GCC 7 * replace cudaThreadSynchronize with cudaDeviceSynchronize original commit: https://github.com/opencv/opencv/commit/40c71a2463f27ec8625cba4823fcb82f8bb77590
-
Tomoaki Teshima authored
* limit the affect by using HAVE_CUDA
-
- 05 Aug, 2019 3 commits
-
-
Alexander Alekhin authored
-
Tobias Senst authored
Enhance EdgeAwareInterpolation no. matches limitation (#2209) * sparse_match_interpolators EdgeAwareInterpolation - enhance limitation of the maximal number of matches to be interpolated from SHORT_MAX to INT_MAX by substituting short by int types * sparse_match_interpolators EdgeAwareInterpolation - enhance limitation of the maximal number of matches to be interpolated from SHORT_MAX to INT_MAX by substituting short by int types * fix wrong allocation of labels mats CV16S to CV_32S
-
Alexander Alekhin authored
-
- 03 Aug, 2019 1 commit
-
-
SSE4 authored
Signed-off-by: SSE4 <tomskside@gmail.com>
-
- 02 Aug, 2019 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 26 Jul, 2019 1 commit
-
-
Paul Debus authored
Change signature of the importReconstruction function to allow for correct python bindings to be exported.
-
- 25 Jul, 2019 1 commit
-
-
Rajkiran Natarajan authored
-
- 24 Jul, 2019 1 commit
-
-
Geert Willems authored
-
- 21 Jul, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 19 Jul, 2019 1 commit
-
-
Tomoaki Teshima authored
* use SOLVE_EPNP for the initial guess original commit: https://github.com/opencv/opencv/commit/c6de84d868302c7a55852d86aab337a787030e07
-
- 15 Jul, 2019 2 commits
-
-
Alexander Alekhin authored
-
Leonid Beynenson authored
-
- 12 Jul, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 10 Jul, 2019 2 commits
-
-
Alexander Alekhin authored
-
Tomoaki Teshima authored
-
- 07 Jul, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 06 Jul, 2019 1 commit
-
-
Vishal Chiluka authored
-
- 05 Jul, 2019 1 commit
-
-
Leonid Beynenson authored
* Add tracking-by_matching code and sample * Make interface for PedestrianTracker * Replace PedestrianTracker -> TrackerByMatching * Make proper filtering by class id in tracking_by_matching Also make the sample build in the case when opencv_dnn module is not built. Also help is added. * Remove TODO-s from tracking_by_matching code * Add parameter frame_step, add copyrights, fix warnings * Remove copyright from tracking_by_matching * Rename check macros and remove obsolete mentions of pedestrians * Tune default thresholds in tracking_by_matching sample * Add description of classes and factories * Remove unrequired EOL-s at the end of files * Replace pointers by references for output parameters * Fix some warnings found by buildbot * Fix warning from buildbot, tune some thresholds in tracking_by_matching * Replace pragma once by ifndef-define clause * Fix more Windows warnings * Change case of methods of TrackerByMatching class * Change name of methods to CamelCase in TrackerByMatching * Make more convenient check macros in tracking_by_matching.cpp * Simplify tracking_by_matching sample * Fix Mac error in tracking_by_matching
-
- 02 Jul, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 01 Jul, 2019 2 commits
-
-
aj28faty authored
-
Alexander Alekhin authored
-
- 30 Jun, 2019 1 commit
-
-
dnandha authored
ovis: fix build on windows platform (type conversion)
-
- 26 Jun, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 23 Jun, 2019 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
dnandha authored
ovis: add methods (+sample) to play/stop animations ovis: add entity property and according function override ovis: fix overloaded method wrap aliases ovis, samples: add animation to ovis demo ovis: consolidate setting entity property
-
- 21 Jun, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 19 Jun, 2019 3 commits
-
-
LaurentBerger authored
add python sample
-
Alexander Alekhin authored
-
Pavel Rojtberg authored
-