Change to the Normalized Pixel Percentage Formula
This commit is contained in:
@ -18,11 +18,6 @@ public interface IFace
|
||||
static Models.Face GetFace(string jsonFileFullName) =>
|
||||
Face.GetFace(jsonFileFullName);
|
||||
|
||||
List<Models.Face> TestStatic_GetVerifiedFaces(int locationDigits, int locationFactor, List<Models.Face> faces) =>
|
||||
GetVerifiedFaces(locationDigits, locationFactor, faces);
|
||||
static List<Models.Face> GetVerifiedFaces(int locationDigits, int locationFactor, List<Models.Face> faces) =>
|
||||
Face.GetVerifiedFaces(locationDigits, locationFactor, faces);
|
||||
|
||||
Models.Face[] TestStatic_GetFaces(string jsonFileFullName) =>
|
||||
GetFaces(jsonFileFullName);
|
||||
static Models.Face[] GetFaces(string jsonFileFullName) =>
|
||||
|
Reference in New Issue
Block a user