Tomoaki Teshima
d4c6159f38
fix program build failure
6 years ago
Alexander Alekhin
653bef233d
Merge pull request #2165 from vchiluka5:NVIDIA_Optical_Flow
6 years ago
Vishal Chiluka
5e0783e1e9
NVIDIA Optical Flow Integration in OpenCV
6 years ago
Leonid Beynenson
0a2179b328
Merge pull request #2182 from LeonidBeynenson:lb/tracking_by_matching
...
* 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
6 years ago
Alexander Alekhin
1b636e7291
Merge pull request #2171 from AlexJ95:ovis-add-entity-LookAt
6 years ago
aj28faty
51b16a8fc5
Added a LookAt-method for entities and also a method to get the pose of an entity.
6 years ago
Alexander Alekhin
297e8be9fc
Merge pull request #2175 from dnandha:ovis-fix-anim-multi
6 years ago
dnandha
173b7f51ea
ovis: fix play / stop animation for multiple entities
...
ovis: fix build on windows platform (type conversion)
6 years ago
Alexander Alekhin
3830f18680
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
f0d30f2ccb
Merge pull request #2160 from dnandha:ovis-add-animation
6 years ago
Alexander Alekhin
84c882d058
Merge pull request #2154 from LaurentBerger:py_face_landmark
6 years ago
dnandha
6810e6c894
ovis: add methods (+ sample) for setting entity animations
...
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
6 years ago
Alexander Alekhin
8acc8aaf1d
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
LaurentBerger
4593e631b2
python binding for facemark::fit
...
add python sample
6 years ago
Alexander Alekhin
5b434d3c8b
Merge pull request #2158 from paroj:ovisex_fix
6 years ago
Pavel Rojtberg
adeae9972d
ovis: fix build of cpp example, which depends on aruco
6 years ago
Alexander Alekhin
6cfc14e56b
Merge pull request #2150 from dnandha:ovis-add-samples-cpp
6 years ago
RAJKIRAN NATARAJAN
fc979a85ba
Merge pull request #2152 from saskatchewancatch:issue-2060
...
* issue-2060: implement ability to return scores for edgeboxes implementation
* issue-2060: address feedback to add some foolproofing
6 years ago
dnandha
a05d30e419
ovis: add cpp samples
...
ovis, aruco_ar_demo, remove trailing whitespace
6 years ago
Alexander Alekhin
04b2f2c599
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
afad10293e
Merge pull request #2146 from cudawarped:update_codecs_nvcuvid
6 years ago
Alexander Alekhin
3244184dce
Merge pull request #2148 from lyron3:3.4
6 years ago
James Bowley
66aba496f1
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.
6 years ago
lichun
9267b4850d
push frame when videoCapture opened
6 years ago
Alexander Alekhin
74ea5decff
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
4bce9ac145
Merge moved code from opencv
6 years ago
Alexander Alekhin
3644a1d994
Merge pull request #2141 from paroj:lambda
6 years ago
Pavel Rojtberg
b2f082775e
aruco: simplify code by using lambdas
6 years ago
Ahmed Ashour
cd7276f41f
Merge pull request #2131 from asashour:param
...
* doc: fix return parameter for void method
* docs: add missing parameter description
6 years ago
Alexander Alekhin
250bcd9f91
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Rostislav Vasilikhin
a1d873092f
Merge pull request #2133 from savuor:kinfu_truncate
...
KinectFusion: several updates (#2133 )
* truncateThreshold added
* demo updated for RealSense
* first Kinect2, then RealSense
* more distance-based parameters
6 years ago
Ahmed Ashour
55f389e8fa
[moved from opencv] java: generated code to have javadoc
...
original commit: 5c56b8ce92
6 years ago
Alexander Alekhin
4446ef5ee8
Merge pull request #2132 from AHolliday:fix_2102_redux
6 years ago
Andrew
81b61652cc
Added a fix for issue 2102.
6 years ago
Alexander Alekhin
4df17e67bd
Merge pull request #2069 from tegusi:landmark_fix
6 years ago
Lizeth Huertas
ffd13f9263
Merge pull request #2055 from szk1509:detectionInvertedMarker
...
* added detection of inverted Markers, tests included
* corrections added, default preserved, identation, var, comment
6 years ago
Alexander Alekhin
b6e2867525
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
mehlukas
724b3c0c9f
Merge pull request #2120 from mehlukas:3.4-addbgsegm
...
Move background subtraction python tutorial to proper location (#2120 )
* add tutorial from OpenCV-Python Tutorials
* remove trailing whitespace
* remove MOG2 part
* add cross-link to MOG2 tutorial
6 years ago
Alexander Alekhin
0efa528478
Merge pull request #2124 from LaurentBerger:I2122
6 years ago
LaurentBerger
a6d4573213
add glog_library to correspondence cmakelists.txt
6 years ago
Alexander Alekhin
2465def84f
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Krutika Bapat
9005e9ea7e
Merge pull request #2000 from krutikabapat:master
...
Incomplete sentence corrected. Resolves Issue #1997 (#2000 )
* Incomplete sentence corrected. Issue #1997
Resolves Issue #1997
``` FaceRecognizer::train(InputArrayOfArrays src, InputArray labels); ```
The type `InputArray` can accept `vector<T>` or `Mat` types as mentioned here: https://docs.opencv.org/3.4/d4/d32/classcv_1_1__InputArray.html
* Trailing whitespaces problem resolved
6 years ago
Alexander Alekhin
1484dcf2de
Merge pull request #2119 from alalek:fix_sfm_build_with_eigen
6 years ago
Alexander Alekhin
983e4c1379
sfm: fix build with eigen
6 years ago
Alexander Alekhin
d24b025132
Merge pull request #2116 from sturkmen72:patch-3
6 years ago
Suleyman TURKMEN
5e254cff81
Update fld_lines.cpp
6 years ago
clunietp
24cd5e21a1
Merge pull request #2113 from clunietp:quality-refactor
...
* Simplified quality API
* Compilation fixes
* test fixes
* Test updates
* Test fixes
* Fixed brisque data file location for install, test
* Increase error epsilon to account for multiple architectures
6 years ago
tegusi
5101dcc45a
Fix python version face landmark detector
6 years ago
Rostislav Vasilikhin
5eaa25c950
Merge pull request #2106 from savuor:kinfu_fix_ocl
...
KinFu: try to fix OCL fails (#2106 )
* some TODOs closed
* temporary turn on NaNs patching
* reverted
* temporary debug code added
* more debug code
* inf check; more debug code
* debug code in kernel
* debug code, try to disable some optimizations
* -cl-fast-relaxed-math option removed, debug code removed
6 years ago
Alexander Alekhin
8049208c8f
Merge pull request #2109 from alalek:fix_cuda_build
6 years ago