xn.OpenNIImporter.xnSetTrackingSmoothing C# (CSharp) Method

xnSetTrackingSmoothing() private method

private xnSetTrackingSmoothing ( IntPtr hInstance, System.Single fFactor ) : UInt32
hInstance System.IntPtr
fFactor System.Single
return System.UInt32
        public static extern XnStatus xnSetTrackingSmoothing(XnNodeHandle hInstance, XnFloat fFactor);
OpenNIImporter