HandInput.Util.PlayerDetector.FilterPlayer C# (CSharp) Method

FilterPlayer() public method

Updates the player mask and the depth image.
public FilterPlayer ( short depthFrame, byte colorPixelData ) : void
depthFrame short
colorPixelData byte
return void
        public void FilterPlayer(short[] depthFrame, byte[] colorPixelData)
        {
            UpdatePlayerDepthImage(depthFrame, DepthPlayerMask.Data, null, Rectangle.Empty);
        }