Files
OpenFace/gui/OpenFaceDemo/App.xaml.cs
Tadas Baltrusaitis d01fd57b9a - Adding GUI to CE-CLM (experimental and not fully complete)
- GUI fixes for multi-face support
2018-03-13 08:25:11 +00:00

18 lines
328 B
C#

using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace OpenFaceDemo
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}