Luxand FaceCrop SDK – Using FaceCrop with Programming Languages
To access the FaceCrop library functions, you need to use its binary file (facecrop.dll for Windows, libfacecrop.so for Linux, libfacecrop.dylib for Mac OS X) in your applications. Usually it is recommended to keep the binary file in the working directory of your application or in the directory specified in the PATH (Windows), LD_LIBRARY_PATH (Linux) or DYLD_LIBRARY_PATH (Mac OS X) environment variable. You need to include interface header files into your application project in order to use FaceCrop SDK.