From 8f7eb2cf875633d876bd6dab126eac0b81fa8ca8 Mon Sep 17 00:00:00 2001 From: errollw Date: Wed, 8 Jan 2014 13:03:21 +0000 Subject: [PATCH] Restructured project to make it neater --- .gitignore | 5 ++- ConicSection.h => EyeTab/ConicSection.h | 0 EyeTab.cpp => EyeTab/EyeTab.cpp | 0 EyeTab/ReadMe.txt | 40 +++++++++++++++++++++ erase_specular.cpp => EyeTab/erase_specular.cpp | 0 erase_specular.h => EyeTab/erase_specular.h | 0 eye_center.cpp => EyeTab/eye_center.cpp | 0 eye_center.h => EyeTab/eye_center.h | 0 fit_ellipse.cpp => EyeTab/fit_ellipse.cpp | 0 fit_ellipse.h => EyeTab/fit_ellipse.h | 0 gaze_geometry.cpp => EyeTab/gaze_geometry.cpp | 0 gaze_geometry.h => EyeTab/gaze_geometry.h | 0 gaze_smoothing.cpp => EyeTab/gaze_smoothing.cpp | 0 gaze_smoothing.h => EyeTab/gaze_smoothing.h | 0 gaze_system.cpp => EyeTab/gaze_system.cpp | 0 gaze_system.h => EyeTab/gaze_system.h | 0 get_eyelids.cpp => EyeTab/get_eyelids.cpp | 0 get_eyelids.h => EyeTab/get_eyelids.h | 0 .../get_poss_limb_pts.cpp | 0 get_poss_limb_pts.h => EyeTab/get_poss_limb_pts.h | 0 .../haarcascade_mcs_eyepair_big.xml | 0 {images => EyeTab/images}/SS_0.jpg | Bin {images => EyeTab/images}/SS_1.jpg | Bin {images => EyeTab/images}/SS_2.jpg | Bin {images => EyeTab/images}/SS_3.jpg | Bin {images => EyeTab/images}/SS_4.jpg | Bin {images => EyeTab/images}/SS_5.jpg | Bin {images => EyeTab/images}/SS_6.jpg | Bin {images => EyeTab/images}/andreas1_r.png | Bin {images => EyeTab/images}/erroll1_l.png | Bin {images => EyeTab/images}/phil1_l.png | Bin {images => EyeTab/images}/poppy.jpg | Bin utils.cpp => EyeTab/utils.cpp | 0 utils.h => EyeTab/utils.h | 0 stdafx.cpp | 8 ----- stdafx.h | 15 -------- targetver.h | 8 ----- 37 files changed, 44 insertions(+), 32 deletions(-) rename ConicSection.h => EyeTab/ConicSection.h (100%) rename EyeTab.cpp => EyeTab/EyeTab.cpp (100%) create mode 100644 EyeTab/ReadMe.txt rename erase_specular.cpp => EyeTab/erase_specular.cpp (100%) rename erase_specular.h => EyeTab/erase_specular.h (100%) rename eye_center.cpp => EyeTab/eye_center.cpp (100%) rename eye_center.h => EyeTab/eye_center.h (100%) rename fit_ellipse.cpp => EyeTab/fit_ellipse.cpp (100%) rename fit_ellipse.h => EyeTab/fit_ellipse.h (100%) rename gaze_geometry.cpp => EyeTab/gaze_geometry.cpp (100%) rename gaze_geometry.h => EyeTab/gaze_geometry.h (100%) rename gaze_smoothing.cpp => EyeTab/gaze_smoothing.cpp (100%) rename gaze_smoothing.h => EyeTab/gaze_smoothing.h (100%) rename gaze_system.cpp => EyeTab/gaze_system.cpp (100%) rename gaze_system.h => EyeTab/gaze_system.h (100%) rename get_eyelids.cpp => EyeTab/get_eyelids.cpp (100%) rename get_eyelids.h => EyeTab/get_eyelids.h (100%) rename get_poss_limb_pts.cpp => EyeTab/get_poss_limb_pts.cpp (100%) rename get_poss_limb_pts.h => EyeTab/get_poss_limb_pts.h (100%) rename haarcascade_mcs_eyepair_big.xml => EyeTab/haarcascade_mcs_eyepair_big.xml (100%) rename {images => EyeTab/images}/SS_0.jpg (100%) rename {images => EyeTab/images}/SS_1.jpg (100%) rename {images => EyeTab/images}/SS_2.jpg (100%) rename {images => EyeTab/images}/SS_3.jpg (100%) rename {images => EyeTab/images}/SS_4.jpg (100%) rename {images => EyeTab/images}/SS_5.jpg (100%) rename {images => EyeTab/images}/SS_6.jpg (100%) rename {images => EyeTab/images}/andreas1_r.png (100%) rename {images => EyeTab/images}/erroll1_l.png (100%) rename {images => EyeTab/images}/phil1_l.png (100%) rename {images => EyeTab/images}/poppy.jpg (100%) rename utils.cpp => EyeTab/utils.cpp (100%) rename utils.h => EyeTab/utils.h (100%) delete mode 100644 stdafx.cpp delete mode 100644 stdafx.h delete mode 100644 targetver.h diff --git a/.gitignore b/.gitignore index 4bb0c6e..c3a2bf2 100644 --- a/.gitignore +++ b/.gitignore @@ -199,4 +199,7 @@ $RECYCLE.BIN/ # ========================= -opencv_libs.txt \ No newline at end of file +stdafx.* + +opencv_libs.txt +targetver.h \ No newline at end of file diff --git a/ConicSection.h b/EyeTab/ConicSection.h similarity index 100% rename from ConicSection.h rename to EyeTab/ConicSection.h diff --git a/EyeTab.cpp b/EyeTab/EyeTab.cpp similarity index 100% rename from EyeTab.cpp rename to EyeTab/EyeTab.cpp diff --git a/EyeTab/ReadMe.txt b/EyeTab/ReadMe.txt new file mode 100644 index 0000000..3fca039 --- /dev/null +++ b/EyeTab/ReadMe.txt @@ -0,0 +1,40 @@ +======================================================================== + CONSOLE APPLICATION : EyeTab Project Overview +======================================================================== + +AppWizard has created this EyeTab application for you. + +This file contains a summary of what you will find in each of the files that +make up your EyeTab application. + + +EyeTab.vcxproj + This is the main project file for VC++ projects generated using an Application Wizard. + It contains information about the version of Visual C++ that generated the file, and + information about the platforms, configurations, and project features selected with the + Application Wizard. + +EyeTab.vcxproj.filters + This is the filters file for VC++ projects generated using an Application Wizard. + It contains information about the association between the files in your project + and the filters. This association is used in the IDE to show grouping of files with + similar extensions under a specific node (for e.g. ".cpp" files are associated with the + "Source Files" filter). + +EyeTab.cpp + This is the main application source file. + +///////////////////////////////////////////////////////////////////////////// +Other standard files: + +StdAfx.h, StdAfx.cpp + These files are used to build a precompiled header (PCH) file + named EyeTab.pch and a precompiled types file named StdAfx.obj. + +///////////////////////////////////////////////////////////////////////////// +Other notes: + +AppWizard uses "TODO:" comments to indicate parts of the source code you +should add to or customize. + +///////////////////////////////////////////////////////////////////////////// diff --git a/erase_specular.cpp b/EyeTab/erase_specular.cpp similarity index 100% rename from erase_specular.cpp rename to EyeTab/erase_specular.cpp diff --git a/erase_specular.h b/EyeTab/erase_specular.h similarity index 100% rename from erase_specular.h rename to EyeTab/erase_specular.h diff --git a/eye_center.cpp b/EyeTab/eye_center.cpp similarity index 100% rename from eye_center.cpp rename to EyeTab/eye_center.cpp diff --git a/eye_center.h b/EyeTab/eye_center.h similarity index 100% rename from eye_center.h rename to EyeTab/eye_center.h diff --git a/fit_ellipse.cpp b/EyeTab/fit_ellipse.cpp similarity index 100% rename from fit_ellipse.cpp rename to EyeTab/fit_ellipse.cpp diff --git a/fit_ellipse.h b/EyeTab/fit_ellipse.h similarity index 100% rename from fit_ellipse.h rename to EyeTab/fit_ellipse.h diff --git a/gaze_geometry.cpp b/EyeTab/gaze_geometry.cpp similarity index 100% rename from gaze_geometry.cpp rename to EyeTab/gaze_geometry.cpp diff --git a/gaze_geometry.h b/EyeTab/gaze_geometry.h similarity index 100% rename from gaze_geometry.h rename to EyeTab/gaze_geometry.h diff --git a/gaze_smoothing.cpp b/EyeTab/gaze_smoothing.cpp similarity index 100% rename from gaze_smoothing.cpp rename to EyeTab/gaze_smoothing.cpp diff --git a/gaze_smoothing.h b/EyeTab/gaze_smoothing.h similarity index 100% rename from gaze_smoothing.h rename to EyeTab/gaze_smoothing.h diff --git a/gaze_system.cpp b/EyeTab/gaze_system.cpp similarity index 100% rename from gaze_system.cpp rename to EyeTab/gaze_system.cpp diff --git a/gaze_system.h b/EyeTab/gaze_system.h similarity index 100% rename from gaze_system.h rename to EyeTab/gaze_system.h diff --git a/get_eyelids.cpp b/EyeTab/get_eyelids.cpp similarity index 100% rename from get_eyelids.cpp rename to EyeTab/get_eyelids.cpp diff --git a/get_eyelids.h b/EyeTab/get_eyelids.h similarity index 100% rename from get_eyelids.h rename to EyeTab/get_eyelids.h diff --git a/get_poss_limb_pts.cpp b/EyeTab/get_poss_limb_pts.cpp similarity index 100% rename from get_poss_limb_pts.cpp rename to EyeTab/get_poss_limb_pts.cpp diff --git a/get_poss_limb_pts.h b/EyeTab/get_poss_limb_pts.h similarity index 100% rename from get_poss_limb_pts.h rename to EyeTab/get_poss_limb_pts.h diff --git a/haarcascade_mcs_eyepair_big.xml b/EyeTab/haarcascade_mcs_eyepair_big.xml similarity index 100% rename from haarcascade_mcs_eyepair_big.xml rename to EyeTab/haarcascade_mcs_eyepair_big.xml diff --git a/images/SS_0.jpg b/EyeTab/images/SS_0.jpg similarity index 100% rename from images/SS_0.jpg rename to EyeTab/images/SS_0.jpg diff --git a/images/SS_1.jpg b/EyeTab/images/SS_1.jpg similarity index 100% rename from images/SS_1.jpg rename to EyeTab/images/SS_1.jpg diff --git a/images/SS_2.jpg b/EyeTab/images/SS_2.jpg similarity index 100% rename from images/SS_2.jpg rename to EyeTab/images/SS_2.jpg diff --git a/images/SS_3.jpg b/EyeTab/images/SS_3.jpg similarity index 100% rename from images/SS_3.jpg rename to EyeTab/images/SS_3.jpg diff --git a/images/SS_4.jpg b/EyeTab/images/SS_4.jpg similarity index 100% rename from images/SS_4.jpg rename to EyeTab/images/SS_4.jpg diff --git a/images/SS_5.jpg b/EyeTab/images/SS_5.jpg similarity index 100% rename from images/SS_5.jpg rename to EyeTab/images/SS_5.jpg diff --git a/images/SS_6.jpg b/EyeTab/images/SS_6.jpg similarity index 100% rename from images/SS_6.jpg rename to EyeTab/images/SS_6.jpg diff --git a/images/andreas1_r.png b/EyeTab/images/andreas1_r.png similarity index 100% rename from images/andreas1_r.png rename to EyeTab/images/andreas1_r.png diff --git a/images/erroll1_l.png b/EyeTab/images/erroll1_l.png similarity index 100% rename from images/erroll1_l.png rename to EyeTab/images/erroll1_l.png diff --git a/images/phil1_l.png b/EyeTab/images/phil1_l.png similarity index 100% rename from images/phil1_l.png rename to EyeTab/images/phil1_l.png diff --git a/images/poppy.jpg b/EyeTab/images/poppy.jpg similarity index 100% rename from images/poppy.jpg rename to EyeTab/images/poppy.jpg diff --git a/utils.cpp b/EyeTab/utils.cpp similarity index 100% rename from utils.cpp rename to EyeTab/utils.cpp diff --git a/utils.h b/EyeTab/utils.h similarity index 100% rename from utils.h rename to EyeTab/utils.h diff --git a/stdafx.cpp b/stdafx.cpp deleted file mode 100644 index aaa7670..0000000 --- a/stdafx.cpp +++ /dev/null @@ -1,8 +0,0 @@ -// stdafx.cpp : source file that includes just the standard includes -// EyeTab.pch will be the pre-compiled header -// stdafx.obj will contain the pre-compiled type information - -#include "stdafx.h" - -// TODO: reference any additional headers you need in STDAFX.H -// and not in this file diff --git a/stdafx.h b/stdafx.h deleted file mode 100644 index b005a83..0000000 --- a/stdafx.h +++ /dev/null @@ -1,15 +0,0 @@ -// stdafx.h : include file for standard system include files, -// or project specific include files that are used frequently, but -// are changed infrequently -// - -#pragma once - -#include "targetver.h" - -#include -#include - - - -// TODO: reference additional headers your program requires here diff --git a/targetver.h b/targetver.h deleted file mode 100644 index 87c0086..0000000 --- a/targetver.h +++ /dev/null @@ -1,8 +0,0 @@ -#pragma once - -// Including SDKDDKVer.h defines the highest available Windows platform. - -// If you wish to build your application for a previous Windows platform, include WinSDKVer.h and -// set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h. - -#include