Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions BCJA.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
#
# _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
# /\ _ `\ /\ _ _ _\/\_ _ _ \/\ _ _ `\
# \ \ \_\ \_\ \ \_ _ /\/_ _ _/\ \ \ \ \ \
# \ \ _ _ `\ \ \ _ \ \ \ \ \_ _\ \
# \ \ \_ _\ \ \ \_ _ _ /\`\_\/ \ \ _ _ \
# \ \_ _ _ _\ \_ _ _ _\ \_ _ _ _\ \_\_ /\_\
# \/_ _ _ _/\/_ _ _ _/\/_ _ _ _/\/_/ \/_/
#
# _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
# /\ _ `\ /\ _ _ _\ /\_ _ _ \ /\ _ _ `\
# \ \ \_\ \_ \ \ \_ _ / \/_ _ _/\ \ \ \ \ \ \
# \ \ _ _ `\ \ \ \ \ \ \ \ \ \_ _\ \
# \ \ \_ _\ \ \ \ \_ _ _ \`\_\/ \ \ \ _ _ \
# \ \_ _ _ _\ \ \_ _ _ _\ \_ _ _ _\ \ \_\_ /\_ \
# \/_ _ _ _/ \_/_ _ _ _/ \/_ _ _/ \ _/_/ \ /


# ================================================
# Library used to detect facial features, gestures
# and other thigs, finally used to detect and cla-
Expand Down Expand Up @@ -123,4 +124,4 @@ def gaze_direction(video_capture):

def head_pose(video_capture):
predictor = getcascades.facial_landmarks()
head.face_pose(video_capture,predictor)
head.face_pose(video_capture,predictor)