초기 커밋.

This commit is contained in:
2026-02-03 11:33:58 +09:00
parent 90b3415a1f
commit b6b823b1c4
71 changed files with 4794 additions and 0 deletions

56
Inno.LPR/Inno.LPR.csproj Normal file
View File

@@ -0,0 +1,56 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OpenCvSharp4" Version="4.9.0.20240103" />
</ItemGroup>
<ItemGroup>
<Reference Include="DeepLearning_Sharp">
<HintPath>Libraries\DeepLearning_Sharp.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<None Update="Libraries\DeepLearningLPR.dll">
<Link>DeepLearningLPR.dll</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Libraries\DeepLearningLPR26.dll">
<Link>DeepLearningLPR26.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Libraries\DeepLearning_CPU3.dll">
<Link>DeepLearning_CPU3.dll</Link>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</None>
<None Update="Libraries\DeepLearning_Model.dll">
<Link>DeepLearning_Model.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Libraries\DeepLearning_Sharp.dll">
<Link>DeepLearning_Sharp.dll</Link>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</None>
<None Update="Libraries\opencv_world4120.dll">
<Link>opencv_world4120.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Libraries\opencv_world470.dll">
<Link>opencv_world470.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Libraries\tbb12.dll">
<Link>tbb12.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>