img: Remove remove_perimeter_pts setting
It's gone in NBIS 5.0.0, and will need to be replaced after the update.
This commit is contained in:
parent
a96509f286
commit
703d9b2a07
1 changed files with 0 additions and 3 deletions
|
@ -304,9 +304,6 @@ static int fpi_img_detect_minutiae(struct fp_img *img)
|
|||
return -EINVAL;
|
||||
}
|
||||
|
||||
/* Remove perimeter points from partial image */
|
||||
g_lfsparms_V2.remove_perimeter_pts = img->flags & FP_IMG_PARTIAL ? TRUE : FALSE;
|
||||
|
||||
/* 25.4 mm per inch */
|
||||
timer = g_timer_new();
|
||||
r = get_minutiae(&minutiae, &quality_map, &direction_map,
|
||||
|
|
Loading…
Reference in a new issue