轮胎外观检测添加思谋语义分割模型检测工具
C3204
2026-03-30 7ceaa09e4baefe84bad268b56bbf8b8f3f1d0f99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <TargetFramework>net8.0-windows7.0</TargetFramework>
    <Nullable>enable</Nullable>
    <UseWindowsForms>true</UseWindowsForms>
    <ImplicitUsings>enable</ImplicitUsings>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <Platforms>AnyCPU;x64</Platforms>
    <OutputType>Library</OutputType>
  </PropertyGroup>
 
  <ItemGroup>
    <None Remove="5zbg25il.pys~" />
  </ItemGroup>
 
  <ItemGroup>
    <Content Include="ScriptEditControl\csharp.ico" />
  </ItemGroup>
 
  <ItemGroup>
    <PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
    <PackageReference Include="OpenCvSharp4" Version="4.11.0.20250507" />
    <PackageReference Include="ReaLTaiizor" Version="3.8.1.5" />
    <PackageReference Include="SunnyUI" Version="3.9.2" />
  </ItemGroup>
 
  <ItemGroup>
    <Compile Update="Forms\RenameForm.cs" />
    <Compile Update="ScriptEditControl\ClassFileList.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="ScriptEditControl\ComplieUI.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="ScriptEditControl\DebugTextBox.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Update="ScriptEditControl\ContextMenuStripEx.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Update="ScriptEditControl\FastColorTextBox\AutocompleteMenu.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Update="ScriptEditControl\FastColorTextBox\FindForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="ScriptEditControl\FastColorTextBox\GoToForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="ScriptEditControl\FastColorTextBox\ReplaceForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="ScriptEditControl\ScriptEditControl.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Update="UserItem.cs" />
    <Compile Update="UserHSmartWindowControl.cs" />
  </ItemGroup>
 
  <ItemGroup>
    <Folder Include="ref\" />
  </ItemGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\LB_SmartVisionCommon\LB_SmartVisionCommon.csproj" />
  </ItemGroup>
 
  <ItemGroup>
    <Reference Include="halcondotnetxl">
      <HintPath>..\LB_VisionProcesses\ref\halcondotnetxl.dll</HintPath>
    </Reference>
  </ItemGroup>
 
</Project>