2013年8月11日 星期日

[Note] Kinect Skeleton Smooth Pararmeter Note and Set example .

We can change the parameter of the Skeleton smooth parameter .

We can get the better effect from changing the parameter .

This is something better number from other 's measurement .
Microsoft 's Definition .

I forget the parameter come from . May you can google it by copy and paste .

Before we enable the skeleton data , we can set the parameter .

var parameters = new TransformSmoothParameters{
                Smoothing = 0.75f,
                Correction = 0.1f,
                Prediction = 0.0f,
                JitterRadius = 0.05f,
                MaxDeviationRadius = 0.08f
};         
myKinect = KinectSensor.KinectSensors[0];                                 myKinect.SkeletonStream.Enable(parameters);                      
myKinect.Start();

Try it , or may someone can tell me the better parameter that we can make the motion smoother .

沒有留言:

張貼留言