main
This commit is contained in:
parent
6d65003c42
commit
5468642973
@ -197,6 +197,7 @@ public partial class MainWindow : Window
|
||||
bmp.UnlockBits(bmpData);
|
||||
return bgra;
|
||||
}
|
||||
|
||||
private async Task HumanPredictingAsync(long frameNumber, byte[] buffer)
|
||||
{
|
||||
var humanResultTask = Task.Run(() => _humanPredictor.Predicting(buffer, frameNumber));
|
||||
|
Loading…
x
Reference in New Issue
Block a user