kinect
Here are 436 public repositories matching this topic...
-
Updated
May 29, 2020 - C++
Is your feature request related to a problem? Please describe.
Currently, if the SDK is run on a CPU that does not support SSE 4.1 instructions, the code will fault due to an unrecognized instructions.
Describe the solution you'd like
A cross platform library to run time detect SSE 4.1 support on Linux and Windows. This detection will gate running of the SDK.
-
Updated
Sep 18, 2019 - C++
-
Updated
Oct 2, 2017 - C++
-
Updated
Nov 24, 2019 - C#
-
Updated
Dec 5, 2019 - C++
Simplify travis file
As a reference see:
https://docs.travis-ci.com/user/languages/haskell/
and
https://github.com/ivanperez-keera/dunai/blob/develop/.travis.yml
That is, use the standard building image for Haskell ("ghc" variable, remove install section, etc.).
https://github.com/kinectron/kinectron/tree/master/examples/windows_examples/p5_examples/record
When run, it logs "Record does not work until a feed is started" into the console when either up or down is pressed, even when the multiframe is running.
Tested with #71, Kinect v2. Client was running Firefox on a Macbook Pro.
-
Updated
Jan 23, 2018 - Cuda
-
Updated
Mar 17, 2020 - C#
-
Updated
May 10, 2020
-
Updated
Nov 15, 2019 - Processing
-
Updated
Apr 12, 2020 - C++
-
Updated
May 29, 2020 - C++
-
Updated
Jun 9, 2020 - C#
-
Updated
Jan 23, 2018 - C
-
Updated
Apr 28, 2020 - C++
-
Updated
Apr 18, 2020 - C#
-
Updated
Dec 1, 2019 - C++
-
Updated
Apr 5, 2020 - Python
Improve this page
Add a description, image, and links to the kinect topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kinect topic, visit your repo's landing page and select "manage topics."
lsd = cv2.createLineSegmentDetector(0)
cv2.error: OpenCV(4.1.1) /io/opencv/modules/imgproc/src/lsd.cpp:143: error: (-213:The function/feature is not implemented) Implementation has been removed due original code license issues in function 'LineSegmentDetectorImpl'