- 08 Aug, 2019 1 commit
-
-
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
-
- 09 Aug, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 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
-
- 18 Jun, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 17 Jun, 2019 1 commit
-
-
RAJKIRAN NATARAJAN authored
* issue-2060: implement ability to return scores for edgeboxes implementation * issue-2060: address feedback to add some foolproofing
-
- 16 Jun, 2019 1 commit
-
-
dnandha authored
ovis, aruco_ar_demo, remove trailing whitespace
-
- 15 Jun, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 14 Jun, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 12 Jun, 2019 2 commits
-
-
Alexander Alekhin authored
-
James Bowley authored
Add missing codecs to cudacodec which uses Nvidia Video Codec SDK including checks to ensure codec used in input video file is supported on the current device. Re-enable cudacodec performance test.
-