예제 #1
0
        static void Main(string[] args)
        {
            RawFileTest rf;

            rf = new RawFileTest();
            rf.Test_arDetectMarkerLite();
        }
예제 #2
0
 public static void main(String[] args)
 {
     try
     {
         RawFileTest t = new RawFileTest();
         //t.Test_arGetVersion();
         t.Test_arDetectMarkerLite();
     }
     catch (Exception e)
     {
         Console.WriteLine(e.ToString());
     }
 }
예제 #3
0
 static void Main(string[] args)
 {
     RawFileTest rf;
     rf = new RawFileTest();
     rf.Test_arDetectMarkerLite();
 }
예제 #4
0
 public static void main(String[] args)
 {
     try
     {
         RawFileTest t = new RawFileTest();
         //t.Test_arGetVersion();
         t.Test_arDetectMarkerLite();
     }
     catch (Exception e)
     {
         Console.WriteLine(e.ToString());
     }
 }