Luxand FaceCrop SDK – Using with .NET (C#, VB and ASP)
For Microsoft .NET applications put facecrop.dll and the .NET wrapper (include\.NET\FaceCrop.NET.dll) into the working directory, add FaceCrop.NET.dll into the references (Select Project->Add Reference->Browse and choose library location) and use methods of class fc from Luxand namespace.
For instance, if you want to use the fcFaceCrop function, you need to call it in the following way:
Luxand.fc.FaceCrop
If you want the call to be simply fc.FaceCrop (without prefix Luxand, you need to add the following string to the beginning of the program:
using Luxand