Luxand.FSDK.SetFaceDetectionThreshold C# (CSharp) Method

SetFaceDetectionThreshold() private method

private SetFaceDetectionThreshold ( int Threshold ) : int
Threshold int
return int
        public static extern int SetFaceDetectionThreshold(int Threshold);
FSDK