HandInput.Engine.GestureRecognitionEngine.Init C# (CSharp) Méthode

Init() private méthode

private Init ( ) : void
Résultat void
        private void Init()
        {
            processor = new MProcessor(HandInputParams.FeatureImageWidth,
              HandInputParams.FeatureImageWidth, modelFile);
              reset = true;
              Log.DebugFormat("Initialized with model file: {0}", modelFile);
        }