ClearImageNet class library is a managed .NET assembly.
C# and VB.NET example projects demonstrate the core principles of using
the class library.
Examples projects can be opened from Start / Programs / ClearImage / Examples
To Use the class library following these basic steps:
Open your development environment
Add reference to ClearImageNet component
In C#: Add using ClearImageNet;
In your VB.NET project: add Import ClearImageNet
Flow for typical applications described in: