You are on page 1of 1

using System;

using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Prototipo1802
{
public static class Cascade
{
public static string FaceFileName = "haarcascade_frontalface_default.xml";
}
}

You might also like