public static extern IntPtr fp_img_get_minutiae(ref fp_img img, ref int nr_minutiae);
public static extern void fp_img_standardize(ref fp_img img);
public static extern IntPtr fp_img_binarize(ref fp_img img);
public static extern int fp_img_get_width(ref fp_img img);
public static extern IntPtr fp_img_get_data(ref fp_img img);
public static extern System.IntPtr fp_img_get_minutiae(ref fp_img img, ref int nr_minutiae);
public static extern int fp_img_get_height(ref fp_img img);
public static extern System.IntPtr fp_img_binarize(ref fp_img img);
public static extern System.IntPtr fp_img_get_data(ref fp_img img);