Luxand FaceCrop SDK – Using with Delphi
For Delphi applications, put facecrop.dll into the working directory and use the include\Delphi\LuxandFaceCrop.pas unit in your project.
Luxand FaceCrop declares the PInteger type – a pointer to Integer, and PHBITMAP type - a pointer to HBITMAP.
Delphi Declaration:
PInteger = ^Integer;
PHBITMAP = ^HBITMAP;