vovka643
9199b22629
changed CAP_OPENNI flag to CAP_OPENNI2 in linemod sample
2 years ago
Maksim Shabunin
c56efb910e
Fix clang 14 warnings
2 years ago
Alexander Smorkalov
f149f26ca0
-Wunused-but-set-variable warnings fix after XCode update with clang 13.1.
2 years ago
Alexander Alekhin
839db44377
Revert "suppress warning on GCC 7 and later"
...
This reverts commit a96a930f12
.
3 years ago
Tomoaki Teshima
a96a930f12
suppress warning on GCC 7 and later
3 years ago
Gary Allen
9d0a451bee
Merge pull request #3296 from gvcallen:4.x
...
Allow new glog in SFM CMake Project
* Allow new glog in SFM CMakeLists.txt
* Fix typo
* Fixed missing bracket
3 years ago
Stephen McDowell
ed199a3498
remove executable bit for various files
4 years ago
Ayush Garg
4d57438cb6
Merge pull request #2460 from ayushgargdroid:fixDepthRegisteration
...
* Fix for Depth Registration. Issue #2234
* Fix style
* Incorporating suggestions. 1. Trailing whitespace 2. Matx33f 3. EXPECT_EQ
* test: use Matx33f ctor
5 years ago
Alexander Alekhin
d930ad9c77
rgbd: don't use CV__ENABLE_C_API_CTORS
5 years ago
czgdp1807
854d33bca9
shifted constructor and destructor definitions
6 years ago
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
6 years ago
Alexander Alekhin
47de8dd38f
python: force using of ArgInfo
6 years ago
Deni
229cd72911
Merge pull request #2309 from deni64k:master
...
Fix memory corruption in RgbdPlane
* Fix memory corruption
* Use divUp instead of explicit rounding up integer division
* rgbd: add test
6 years ago
Pavel Rojtberg
f515f0ffe5
linemod: allow creating modalities from bindings
6 years ago
berak
7c628d73e3
rgbd: fix python bindings
6 years ago
Tomoaki Teshima
8aaa91c3dc
avoid test failing on Aarch64
...
* loosen the threshold in Rgbd_Normals.compute
* make the minimum tvec larger in RGBD_Odometry_Rgbd.algorithmic
7 years ago
Rostislav Vasilikhin
bc5a06a4f7
fixed odometry tests (changes ported from PR #1627 )
7 years ago
Hamdi Sahloul
d1b5431094
MSVC: Slience external/meaningless warnings
7 years ago
Alexander Alekhin
21d5949e83
fix build
7 years ago
Alexander Alekhin
b9d83609de
build: eliminate GCC8 warnings
7 years ago
Alexander Alekhin
fc69aa57bc
opencv: use cv::AutoBuffer<>::data()
7 years ago
Alexander Alekhin
1248ebeb03
build: fix warnings
7 years ago
Pavel Rojtberg
92fd42e58e
linemod: export Template::features for python
7 years ago
Alexander Alekhin
5d0a12833b
rgbd: apply CV_OVERRIDE/CV_FINAL
7 years ago
Alexander Alekhin
edfdf12c31
tests: refactor test files
7 years ago
Maksim Shabunin
18a5391672
Fixed exports and removed contrib_world
8 years ago
Alexander Alekhin
e242e87e42
unsupported binding
8 years ago
Linus Ericsson
54d65f9d74
Added python bindings for rgbd module ( #1284 )
...
* Added python bindings for whole rgbd module
* changed exposed constructors to static Ptr<class>::create() functions
* removed python bindings for isValidDepth*
* removed operator bindings
8 years ago
Pavel Rojtberg
621d6c2a51
linemod: add rudimentary python bindings
8 years ago
Maksim Shabunin
f8807f18cd
Reduced modules dependencies:
...
- made some of dependencies explicit
- removed dependencies to highgui and some other modules where possible
- modified some samples to build without modules
8 years ago
Hamdi Sahloul
07126d8639
Create a float-type cloud when depth map is not double-type
8 years ago
Hamdi Sahloul
62f5e865bf
Expose `depthTo3d()` and `warpFrame()` to the Python wrapper
8 years ago
Alexander Alekhin
6d41124d43
remove precomp.cpp files
8 years ago
Gary Bradski
28bdfcaaa7
Update README.md
9 years ago
Maksim Shabunin
0b348ea96a
RGBD: enabled normals test, removed some tabs
10 years ago
manuele
9c413930d4
Fixed docs and added tests for Linemod 16U depth case
10 years ago
Maksim Shabunin
ba49cfabff
Testing line_descriptor, reg, rgbd
10 years ago
Vadim Pisarevsky
cdddcc8237
fixed contrib code to match the HAL
10 years ago
Maksim Shabunin
da7ff82d19
Replaced CV_IMPL_PROPERTY macros in public headers
10 years ago
Maksim Shabunin
05405e3dca
Replaced CV_PURE_PROPERTY macros with the code
10 years ago
Maksim Shabunin
67a2066c4b
Java and python wrappers for contrib modules
10 years ago
Maksim Shabunin
7d9bbdcaad
Remove all sphinx files
10 years ago
Maksim Shabunin
34131405df
Removed some methods from cv::Algorithm and changed ml module interfaces
10 years ago
Maksim Shabunin
a20c5c8dd9
Doxygen documentation for all modules
11 years ago
Pat O'Keefe
f5ef071c11
Add RGBD registration function that registers depth to an external camera.
11 years ago
Maksim Shabunin
bad3cd2427
Fixed some existing doxygen comments
11 years ago
StevenPuttemans
c20ea8e7e8
adding more clear documentation
11 years ago
Vadim Pisarevsky
7968baf2f9
continuing fixing rgbd samples
11 years ago
Vadim Pisarevsky
ca2474be7e
fixing rgbd samples
11 years ago
Vadim Pisarevsky
8d578e43d0
hopefully fixed compile warnings
11 years ago