This file contains 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
require('atf.util') | |
local module = require('testbase') | |
local mobile = require("mobile_connection") | |
local tcp = require("tcp_connection") | |
local file_connection = require("file_connection") | |
local mobile_session = require("mobile_session") | |
local websocket = require('websocket_connection') | |
local hmi_connection = require('hmi_connection') | |
local events = require("events") | |
local expectations = require('expectations') |
This file contains 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
#include <dlib/image_processing/frontal_face_detector.h> | |
#include <dlib/gui_widgets.h> | |
#include <dlib/image_io.h> | |
#include <iostream> | |
#include <string> | |
#include <sys/types.h> | |
#include <dirent.h> | |
#include <errno.h> | |
#include <vector> | |
#include <string> |