public static void Main(string[] args) { //TestHoughCircle thc = new TestHoughCircle(); //thc.ApplyEmguCV(); //************************************************************************************************************** // Use TestGetMapFromServiceWorker to get maps from WMS //************************************************************************************************************** //TestGetMapFromServiceWorker testGMFSWorker = new TestGetMapFromServiceWorker(); //testGMFSWorker.Apply(); //************************************************************************************************************** // Before you commit and push your code, you need to make sure both tcl.Test() and tcl.TestLocalFiles() run correctly //************************************************************************************************************** try { TestCommandLineWorker tcl = new TestCommandLineWorker(); //tcl.TestLocalTianditu_evaFiles(); tcl.TestLocalFiles(); //tcl.Test(); } catch (Exception e) { Log.WriteLine(e.Message); } //************************************************************************************************************** //TestTesseract.Test(); //CleanDictionary(); //BuildDictionary(); //TestJaccard(); //TestQGram(); //SampleImageSVM SVM = new SampleImageSVM(); //SVM.cropImage(); //BoundingBoxDetection bbx = new BoundingBoxDetection(); //bbx.Rotation(); //ScalingImage scaling = new ScalingImage(@"C:\Users\nhonarva\Documents\MachineLearning\sampleTraintData\"); //scaling.Scaling(); //TestSymbolRecognition test = new TestSymbolRecognition(); //Console.WriteLine("Hello World!"); }