summaryrefslogtreecommitdiffhomepage
path: root/video-opencv
AgeCommit message (Collapse)Author
2019-04-24First solveP3P results that are looking consistent.Stéphane Lenclud
Translation vector in meters seems to be spot on. Rotation angles still need to be computed. Radial distortion still need to be taken into account.
2019-04-06cv: fix variable scopeStanislaw Halik
Issue: #926
2019-04-05cmake: install shared opencv librariesStanislaw Halik
Issue: #867 Requested by: @Slion
2019-03-28actually expand __COUNTER__Stanislaw Halik
2019-03-20video/opencv: set stride to zero when ableStanislaw Halik
2019-03-18video/opencv: fix linux build againStanislaw Halik
2019-03-18video/opencv: split impl filesStanislaw Halik
2019-03-18video/opencv: rename headerStanislaw Halik
2019-03-18video/opencv: add headerStanislaw Halik
2019-03-18video/opencv: fix linux buildStanislaw Halik
2019-03-18video: add support for camera modulesStanislaw Halik
Issue: #910