C#安装说明
点击键盘上的Win+R键启动命令提示符,然后输入 cmd
并 按 Enter 键。
导航到要克隆存储库的位置,然后运行以下命令:
git clone https://github.com/zivid/zivid-csharp-samples
在Visual Studio中打开ZividNETSamples.sln,构建并运行它。如果您对操作流程不太确定,请查看 使用Visual Studio构建C#示例。
Some of the samples depend on external libraries, in particular MathNet.Numerics
and System.ValueTuple
.
These libraries will be installed automatically through NuGet when building the sample.