public static Mat LoadMat(String name) { return(AssetsUtil.LoadMat(name)); }
public static String GetFile(String fileName) { return(AssetsUtil.LoadFile(fileName)); }
public static Image <TColor, TDepth> LoadImage <TColor, TDepth>(String name) where TColor : struct, IColor where TDepth : new() { return(AssetsUtil.LoadImage <TColor, TDepth>(name)); }