Граф коммитов

26 Коммитов

Автор SHA1 Сообщение Дата
Tomoaki Teshima b033d2e552
Added NEON support where SSE is supported (#1150)
* Added NEON support where SSE is supported
* Adding Tests
* Fixed x86 flag
* Co-authored-by: Wes Barcalow <wesbarc@microsoft.com>
2020-04-13 13:43:25 -07:00
Andrew Duan cca87fc36a Add comments and logs to clarify unsupported/deprecated calibration model (#757)
* Add comments and logs to clarify deprecated/unsupported calibration model

* Update tests

* Addressing comments

* clang format fix
2019-09-12 14:40:54 -07:00
Andrew Duan 6fdbcb0188
Add API to transform pixel from color image to depth image with searching on epipolar line (#696)
* Add API to transform pixel from color image to depth image with searching on epipolar line

* Fix linux build

* Fix clang build

* Addressing comments

* Remove extra header

* Fix clang

* Add C++ wrapper
2019-08-30 11:16:40 -07:00
Christian Makela 7f49a9ad2c Review changes 2019-07-31 15:02:23 -07:00
Christian Makela d89be5081a Merge fixes 2019-07-31 10:56:20 -07:00
Christian Makela 1a1da9e5be Merge branch 'develop' into feature/transformation-custom-image-support 2019-07-31 10:41:48 -07:00
Brent Allen 7a9237f88c
Change C# to using Memory<T> (#539)
* Made allocator hookable

* Plumbed public API for allocator

* C# hooks native allocator

* Update src/csharp/SDK/Device.cs

* Update src/csharp/SDK/Image.cs

Co-Authored-By: Derek M. <MsDerekMa@users.noreply.github.com>
2019-07-31 10:05:53 -07:00
Christian Makela 56e03eed8b Transformation custom image support 2019-07-30 15:47:36 -07:00
Steven Schulte 24304371b1 commmon -> common 2019-06-18 12:40:44 -07:00
Michael Bleyer b5b85892e9 set x,y,z values to zero in point cloud function if pixel falls outside of lens radius 2019-04-11 10:55:52 -07:00
Michael Bleyer 0a4ad7629e removing ut dependency on depthengine.dll 2019-04-09 16:58:57 -07:00
Michael Bleyer d659db56d8 adding unit tests 2019-04-09 16:40:26 -07:00
Billy Price 51b1ee4702
K4AViewer: Add tooltips for unsupported modes, block IMU if no camera is enabled (#225)
- Add tooltips explaining why options are unavailable (e.g. 3072p doesn't work at 30 FPS)
- Disable starting the IMU if neither camera is enabled since that's no longer supported by the SDK

Also fix an unrelated build break in the transformation tests on some Ubuntu 16.04 setups related to "abs()" resolving to the C version of the function (which expects int args) instead of the C++ version (which has overloads for floats)
2019-04-05 13:13:01 -07:00
wes-b bc5a2aebb7
Fixed leak in dewrapper.c, added code to help find code in the future. (#207)
* Fixed leak in dewrapper.c. Switched setting to a build variable that can be set in CMAKE.
Also updated leak detection to run a binary unload.
Cleanup up most of the errors I found.
Opened issues #210 and @212 to track leaks that still need to be addressed.

* Adding leak detection logic to k4a_unittest_init() so more tests get it automatically

* Addressing PR feedback
2019-04-04 10:21:42 -07:00
Michael Bleyer 6437d5a410 linux build 2019-04-01 17:32:16 -07:00
Michael Bleyer 9350ae054f Chris' and Wes' comments 2019-04-01 16:15:58 -07:00
Michael Bleyer 9facf97883 fixing ut 2019-04-01 14:45:53 -07:00
Michael Bleyer 78deca6a8b fixing ut 2019-04-01 13:45:25 -07:00
Michael Bleyer 9c114a319f SSE code for depth to xyz 2019-04-01 11:42:46 -07:00
Andrew Duan 619ff2b3cc More logging from transformation (#91)
* More logging from transformation

* Address comments

* Better parameter passing in transformation API and update transformation ut to run module function instead of k4a

* address comments

* Fix linux clang error

* ninja clangformat
2019-02-26 19:32:11 -08:00
Derek M c9dc4df230 Updating and standardizing the copyright headers in all of the files. (#87)
Updating and standardizing the copyright headers in all of the files.
2019-02-22 10:31:47 -08:00
Andrew Duan 04d3edc916 Update unit test to cover the expected transformation function call behavior 2019-02-15 13:45:02 -08:00
Andrew Duan 67e3816a87 Fix linux 2019-02-15 11:11:51 -08:00
Andrew Duan 09892dd01a Check both depth only and color only cases 2019-02-15 10:12:17 -08:00
Andrew Duan 612f7a28b0 Fix transform create when no rgb camera opened 2019-02-15 09:25:10 -08:00
Matt Schulte abb3b68a3b Moves the K4A SDK to open source project 2019-01-26 14:04:57 -08:00