private static double[] ExtractHandFeatures(PreprocessedFrame frame) { return(HandFeatureExtractor.ExtractFeatures(frame.CroppedVideoLeft, frame.DepthMapLeft) .Concat(HandFeatureExtractor.ExtractFeatures(frame.CroppedVideoRight, frame.DepthMapRight)) .ToArray()); }
private static double[] ExtractHandFeatures(PreprocessedFrame frame) { return HandFeatureExtractor.ExtractFeatures(frame.CroppedVideoLeft, frame.DepthMapLeft) .Concat(HandFeatureExtractor.ExtractFeatures(frame.CroppedVideoRight, frame.DepthMapRight)) .ToArray(); }