Move const usage out of Shared
This commit is contained in:
@ -82,6 +82,8 @@ public class FaceRecognition : DisposableObject
|
||||
detectionConfidence,
|
||||
height,
|
||||
Math.Max(rectangle.Left, 0),
|
||||
ILocation.Digits,
|
||||
ILocation.Factor,
|
||||
Math.Min(rectangle.Right, width),
|
||||
Math.Max(rectangle.Top, 0),
|
||||
width,
|
||||
|
Reference in New Issue
Block a user