Files
OpenFace/gui/OpenFaceOffline/App.xaml
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

10 lines
375 B
XML

<Application x:Class="OpenFaceOffline.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:OpenFaceOffline"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>