dotnet format
This commit is contained in:
@ -28,9 +28,9 @@ public interface IFace
|
||||
static (bool?, double?) GetEyeα(Dictionary<FacePart, Models.FacePoint[]> faceParts) =>
|
||||
Face.GetEyeα(faceParts);
|
||||
|
||||
(bool, int[]) TestStatic_GetEyeCollection(int threshold, List<Shared.Models.Face> faces) =>
|
||||
(bool, int[]) TestStatic_GetEyeCollection(int threshold, List<Models.Face> faces) =>
|
||||
GetEyeCollection(threshold, faces);
|
||||
static (bool, int[]) GetEyeCollection(int threshold, List<Shared.Models.Face> faces) =>
|
||||
static (bool, int[]) GetEyeCollection(int threshold, List<Models.Face> faces) =>
|
||||
Face.GetEyeCollection(threshold, faces);
|
||||
|
||||
}
|
Reference in New Issue
Block a user