public static void Test1() { CVO cvo = new CVO(); String path = @"E:\Data3\2018-12-06-14-35-06-5624464"; cvo.TrackRedVedio(path + @"\1.avi", path + @"\3.avi", path + @"\target.txt"); }
public static void TestVedioTarget() { List <String> paths = IOTools.ListPaths(@"E:\Data21"); foreach (String path in paths) { CVO cvo = new CVO(); cvo.TrackRedVedio(path + @"\1.avi", path + @"\3.avi", path + @"\target.txt"); } }