示例#1
0
 public static extern IntPtr fp_img_get_minutiae(ref fp_img img, ref int nr_minutiae);
示例#2
0
 public static extern void fp_img_standardize(ref fp_img img);
示例#3
0
 public static extern IntPtr fp_img_binarize(ref fp_img img);
示例#4
0
 public static extern int fp_img_get_width(ref fp_img img);
示例#5
0
 public static extern IntPtr fp_img_get_data(ref fp_img img);
示例#6
0
 public static extern System.IntPtr fp_img_get_minutiae(ref fp_img img, ref int nr_minutiae);
示例#7
0
 public static extern int fp_img_get_height(ref fp_img img);
示例#8
0
 public static extern System.IntPtr fp_img_binarize(ref fp_img img);
示例#9
0
 public static extern void fp_img_standardize(ref fp_img img);
示例#10
0
 public static extern System.IntPtr fp_img_get_data(ref fp_img img);
示例#11
0
 public static extern int fp_img_get_width(ref fp_img img);
示例#12
0
 public static extern int fp_img_get_height(ref fp_img img);