Imagina App

This sample app demonstrates how to use the ImageAnalyzer class in the ArgusKit namespace to detect and recognize objects in an image.

To compile and run this app, do the following:

  1. Download the SAFR Windows SDK from the Download Portal.
  2. Right-click the Imagina project, and select Manage NuGet Packages from menu.
  3. Point the NuGet package manager to the directory containing the downloaded SAFR SDK.
  4. Select the SAFR SDK, and click Install.
  5. Set the Solution Platforms selector to x64. The Any CPU option is not supported.
  6. Replace $USER and $PWD with your SAFR Account credentials.
  7. Compile and run the project.

See Also