Luxand.FSDK.SetFaceDetectionParameters C# (CSharp) Method

SetFaceDetectionParameters() private method

private SetFaceDetectionParameters ( bool HandleArbitraryRotations, bool DetermineFaceRotationAngle, int InternalResizeWidth ) : int
HandleArbitraryRotations bool
DetermineFaceRotationAngle bool
InternalResizeWidth int
return int
        public static extern int SetFaceDetectionParameters(bool HandleArbitraryRotations, bool DetermineFaceRotationAngle, int InternalResizeWidth);
FSDK