新增文件

This commit is contained in:
13038267101 2023-10-09 13:57:47 +08:00
parent 4d993e8e91
commit ed9a477328
2 changed files with 8 additions and 0 deletions

View File

@ -222,6 +222,7 @@
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyMarkCrop.cpp" /> <ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyMarkCrop.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplySizeDetection.cpp" /> <ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplySizeDetection.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyUVMerge.cpp" /> <ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyUVMerge.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\LineContinuityDetection.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\wrapper\hg_log.cpp" /> <ClCompile Include="..\..\code_device\hgdriver\wrapper\hg_log.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\wrapper\huagaoxxx_warraper_ex.cpp" /> <ClCompile Include="..\..\code_device\hgdriver\wrapper\huagaoxxx_warraper_ex.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApply.cpp" /> <ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApply.cpp" />
@ -321,6 +322,7 @@
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageProcess_Public.h" /> <ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageProcess_Public.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\imgprocdefs.h" /> <ClInclude Include="..\..\code_device\hgdriver\ImageProcess\imgprocdefs.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\IMulti.h" /> <ClInclude Include="..\..\code_device\hgdriver\ImageProcess\IMulti.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\LineContinuityDetection.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\MatEx.h" /> <ClInclude Include="..\..\code_device\hgdriver\ImageProcess\MatEx.h" />
<ClInclude Include="..\..\code_device\hgdriver\wrapper\hg_log.h" /> <ClInclude Include="..\..\code_device\hgdriver\wrapper\hg_log.h" />
<ClInclude Include="..\..\code_device\hgdriver\wrapper\ini_file.h" /> <ClInclude Include="..\..\code_device\hgdriver\wrapper\ini_file.h" />

View File

@ -207,6 +207,9 @@
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyColorCastCorrect.cpp"> <ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyColorCastCorrect.cpp">
<Filter>image</Filter> <Filter>image</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\LineContinuityDetection.cpp">
<Filter>image</Filter>
</ClCompile>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApply.h"> <ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApply.h">
@ -437,6 +440,9 @@
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyColorCastCorrect.h"> <ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyColorCastCorrect.h">
<Filter>image</Filter> <Filter>image</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\LineContinuityDetection.h">
<Filter>image</Filter>
</ClInclude>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="device.def"> <None Include="device.def">