OpenCV问答群不再维护。有问题,自己去搜索。Google能找到大部分答案。
-
Updated
Jan 24, 2021 - Python
Add a description, image, and links to the kinect topic page so that developers can more easily learn about it.
To associate your repository with the kinect topic, visit your repo's landing page and select "manage topics."
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.