HandInput.Engine.GestureRecognitionEngine.Init C# (CSharp) Method

Init() private method

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