Beispiel #1
0
        public static void RemoveImage(string person, string emotion, int frame)
        {
            Dictionary <string, int> emotions = ImageDisplay.GetEmotionDictionary();

            File.Delete(PathHelper.PersonTrainPath(person) + emotions[emotion] + "_" + frame + ".jpeg");
        }