1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 04:25:42 +08:00
Commit Graph

5 Commits

Author SHA1 Message Date
Rostislav Vasilikhin
b9ad0d45c9 Merge pull request #2936 from savuor:rgbd_to_3d
Moving RGBD parts to 3d

* KinFu reference removed

* include files removed

* test, perf and misc files for rgbd removed (placed in main repo)

* src files removed

* KinFu & family in contrib

* forgot to move test_colored_kinfu.cpp to contrib

* CMake: extra dependency removed

* test_precomp: namespace removed

* include headers list fixed

* namespaces fixed

* 2 demos moved to main repo

* volParams in demos: resolution and pose

* minors

* params.pose, resolution -> by elem

* %s%KinFu pipelines: ICP -> Odometry, pyramids -> OdometryFrame, submaps ->> namespace detail

* DynaFu TSDF: Intr -> Matx33f

* colored KinFu: keeping colors, proper caching

* all KinFus: proper caching

* ICP call: Affine3f -> Matx44d

* returning linemode back to contrib

* params.pose is Mat now

* adding forgotten file

* minor compilation fix

* VolumeType -> VolumeParams

* (temporarily) removing bindings from a field

* pyopencv_linemod -> contrib

* wrap Volume, VolumeType from enum to int

* fixing headers paths

* render...() fixed

* makeVolume(... resolution -> [X, Y, Z])

* *KinfuParams: fields wrapped

* trailing whitespaces

* adding LONG tags to tests

* OdometryFrame::create -> Odometry::makeOdometryFrame(); rerun builders

* VolumeType -> VolumeKind

* WillowGarage license removed

* Odometry: static const-mimicking functions to internal constants

* workarounds for ICP maxRotation and maxTranslation

* explicitly include 3d/detail headers

* minor (mostly to rerun buildbot)
2021-08-22 13:18:48 +00:00
Gagandeep Singh
b3ad2c323d Merge pull request #2341 from czgdp1807:issue-2277
Added constructors and destructors for RgbdPlane

* declared constructors and destructors of RgbdPlane

* definitions written

* tests for python bindings added
2019-11-19 21:43:02 +03:00
Alexander Alekhin
47de8dd38f python: force using of ArgInfo 2019-11-15 19:16:28 +03:00
Pavel Rojtberg
92fd42e58e linemod: export Template::features for python 2018-04-11 16:30:53 +02:00
Pavel Rojtberg
621d6c2a51 linemod: add rudimentary python bindings 2017-04-27 16:00:16 +02:00