http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Retrieve the depth map from Kinect (in mm)
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public Image<Gray, int> RetrieveDepthMap() |
Visual Basic |
---|
Public Function RetrieveDepthMap As Image(Of Gray, Integer) |
Visual C++ |
---|
public: Image<Gray, int>^ RetrieveDepthMap() |