Mech-DLK SDK (C#) 3.0.0
Mech-DLK SDK (C#) Reference Documentation
 
Loading...
Searching...
No Matches
SDK Example Overview

SDK Example Overview. More...

Topics

 Basic inference example
 Basic inference example.
 
 Multi-threaded inference example
 Multi-threaded inference example.
 
 Inference with OpenCV integration
 Inference with OpenCV integration.
 
 Inference with Halcon integration
 Inference with Halcon integration.
 

Detailed Description

SDK Example Overview.

Example Categories

Build & Run

Each example is a standalone .NET project under csharp/examples/<name>/ with its own .sln and .csproj. The recommended way to build everything in one shot is to run build_csharp.bat from the repository root; it builds the C++/CLI wrapper (dl_sdk_wrapper) and then dotnet builds every example.

The compiled executables land in each example's build\ subdirectory, with names defined by <AssemblyName> in the .csproj:

Prerequisites