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