This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import cv2 | |
import dlib | |
import numpy as np | |
from scipy.spatial import distance as dist | |
from gpiozero import Buzzer, LED, OutputDevice | |
import time | |
import logging | |
import signal |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @author Baynosa, Daniel John E. | |
* @section BSIT - 1F | |
*/ | |
#include <iostream> | |
using namespace std; | |
/** |