|
@@ -67,19 +67,20 @@
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Constants.cs" />
|
|
<Compile Include="Constants.cs" />
|
|
- <Compile Include="Detectors\FingerDetection\Finger.cs" />
|
|
|
|
- <Compile Include="Detectors\FingerDetection\FingerDetector.cs" />
|
|
|
|
- <Compile Include="Detectors\FingerDetection\FingerSliceTrail.cs" />
|
|
|
|
- <Compile Include="Detectors\FingerDetection\FingerSlice.cs" />
|
|
|
|
- <Compile Include="Detectors\FingerDetection\FingerTracker.cs" />
|
|
|
|
- <Compile Include="Detectors\HandDetection\Hand.cs" />
|
|
|
|
- <Compile Include="Detectors\HandDetection\HandDetector.cs" />
|
|
|
|
- <Compile Include="Detectors\PalmDetection\PalmDetector.cs" />
|
|
|
|
- <Compile Include="Detectors\TouchDetection\PalmTouchDetector.cs" />
|
|
|
|
- <Compile Include="Detectors\TouchDetection\PalmTouchEvent.cs" />
|
|
|
|
- <Compile Include="Detectors\TouchDetection\TouchDetector.cs" />
|
|
|
|
- <Compile Include="Detectors\TouchDetection\TouchEvent.cs" />
|
|
|
|
- <Compile Include="Detectors\TouchDetection\TouchTracker.cs" />
|
|
|
|
|
|
+ <Compile Include="Recognition\FingerRecognition\Finger.cs" />
|
|
|
|
+ <Compile Include="Recognition\FingerRecognition\FingerDetector.cs" />
|
|
|
|
+ <Compile Include="Recognition\FingerRecognition\FingerSliceTrail.cs" />
|
|
|
|
+ <Compile Include="Recognition\FingerRecognition\FingerSlice.cs" />
|
|
|
|
+ <Compile Include="Recognition\FingerRecognition\FingerTracker.cs" />
|
|
|
|
+ <Compile Include="Recognition\FingerRecognition\TrackedFinger.cs" />
|
|
|
|
+ <Compile Include="Recognition\HandRecognition\Hand.cs" />
|
|
|
|
+ <Compile Include="Recognition\HandRecognition\HandDetector.cs" />
|
|
|
|
+ <Compile Include="Recognition\PalmRecognition\PalmDetector.cs" />
|
|
|
|
+ <Compile Include="Recognition\TouchRecognition\PalmTouchDetector.cs" />
|
|
|
|
+ <Compile Include="Recognition\TouchRecognition\PalmTouchEvent.cs" />
|
|
|
|
+ <Compile Include="Recognition\TouchRecognition\TouchDetector.cs" />
|
|
|
|
+ <Compile Include="Recognition\TouchRecognition\TouchEvent.cs" />
|
|
|
|
+ <Compile Include="Recognition\TouchRecognition\TouchTracker.cs" />
|
|
<Compile Include="Graphics\OutputWindow.cs" />
|
|
<Compile Include="Graphics\OutputWindow.cs" />
|
|
<Compile Include="Graphics\TouchEventVisualizer.cs" />
|
|
<Compile Include="Graphics\TouchEventVisualizer.cs" />
|
|
<Compile Include="Images\ConfidenceImage.cs" />
|
|
<Compile Include="Images\ConfidenceImage.cs" />
|
|
@@ -125,6 +126,7 @@
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
</Content>
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
|
+ <ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|