|
@@ -56,6 +56,9 @@
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
<HintPath>lib\Emgu.CV.dll</HintPath>
|
|
|
</Reference>
|
|
|
+ <Reference Include="Emgu.CV.UI">
|
|
|
+ <HintPath>..\..\Bachelor-Praktikum\dlls\Emgu.CV.UI.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
<Reference Include="Emgu.Util, Version=2.4.2.1777, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
<HintPath>lib\Emgu.Util.dll</HintPath>
|
|
@@ -74,6 +77,7 @@
|
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.Core" />
|
|
|
<Reference Include="System.Drawing" />
|
|
|
+ <Reference Include="System.Windows.Forms" />
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
@@ -83,6 +87,7 @@
|
|
|
<ItemGroup>
|
|
|
<Compile Include="Input\InputHandling\FrameData.cs" />
|
|
|
<Compile Include="Output\DebugOutput\DebugImages.cs" />
|
|
|
+ <Compile Include="Utility\Projection2DTo2D.cs" />
|
|
|
<Compile Include="Output\GlassesOutput\GlassesWindow.cs" />
|
|
|
<Compile Include="Parameters.cs" />
|
|
|
<Compile Include="Output\DebugOutput\DebugWindow.cs" />
|