Exemple #1
0
 public Matlab()
 {
     MatlabInterface.InitializeMatlab();
     Server = MatlabInterface.MatlabServer;
     InitializeComponent();
 }
Exemple #2
0
        // DO THIS LATER
        //public SurfFeaturesDetector SurfFeature



        /// <summary>
        /// New Avinsor Pattern Classification object to manage all pattern classification components in the project.
        /// </summary>
        public Cognition()
        {
            MatlabInterface.InitializeMatlab();
            BayesClassifierModules = new BayesClassifierModuleList(MatlabInterface.MatlabServer);
        }