Permalink
Please sign in to comment.
Showing
with
474 additions
and 31,432 deletions.
- +1 −6 .gitignore
- +45 −0 EyeTab.sln
- +27 −19 EyeTab/gaze_geometry.cpp
- +1 −1 EyeTab/gaze_geometry.h
- +2 −0 EyeTab/gaze_smoothing.cpp
- +10 −12 EyeTab/gaze_system.cpp
- +8 −0 EyeTab/stdafx.cpp
- +15 −0 EyeTab/stdafx.h
- +8 −0 EyeTab/targetver.h
- +100 −602 EyeTab_SP2/EyeTab_SP2.cpp
- +0 −4,397 EyeTab_SP2/GetGUID.h
- +0 −40 EyeTab_SP2/ReadMe.txt
- +0 −150 EyeTab_SP2/comet/array.h
- +0 −68 EyeTab_SP2/comet/assert.h
- +0 −121 EyeTab_SP2/comet/atl_module.h
- +0 −99 EyeTab_SP2/comet/auto_buffer.h
- +0 −948 EyeTab_SP2/comet/bstr.h
- +0 −628 EyeTab_SP2/comet/calllog.h
- +0 −101 EyeTab_SP2/comet/cmd_line_parser.h
- +0 −776 EyeTab_SP2/comet/comet.h
- +0 −316 EyeTab_SP2/comet/common.h
- +0 −243 EyeTab_SP2/comet/config.h
- +0 −436 EyeTab_SP2/comet/cp.h
- +0 −118 EyeTab_SP2/comet/cptraits.h
- +0 −474 EyeTab_SP2/comet/currency.h
- +0 −396 EyeTab_SP2/comet/date.h
- +0 −1,943 EyeTab_SP2/comet/datetime.h
- +0 −675 EyeTab_SP2/comet/dispatch.h
- +0 −29 EyeTab_SP2/comet/enum.h
- +0 −187 EyeTab_SP2/comet/enum_common.h
- +0 −179 EyeTab_SP2/comet/enum_iterator.h
- +0 −429 EyeTab_SP2/comet/error.h
- +0 −119 EyeTab_SP2/comet/error_fwd.h
- +0 −292 EyeTab_SP2/comet/exe_server.h
- +0 −1,341 EyeTab_SP2/comet/functor.h
- +0 −95 EyeTab_SP2/comet/git.h
- +0 −363 EyeTab_SP2/comet/handle.h
- +0 −363 EyeTab_SP2/comet/handle_except.h
- +0 −546 EyeTab_SP2/comet/impqi.h
- +0 −256 EyeTab_SP2/comet/interface.h
- +0 −126 EyeTab_SP2/comet/invariant_lock.h
- +0 −228 EyeTab_SP2/comet/lw_lock.h
- +0 −274 EyeTab_SP2/comet/module.h
- +0 −72 EyeTab_SP2/comet/oleidl_comtypes.h
- +0 −1,261 EyeTab_SP2/comet/ptr.h
- +0 −100 EyeTab_SP2/comet/reference_count.h
- +0 −1,302 EyeTab_SP2/comet/registry.h
- +0 −65 EyeTab_SP2/comet/regkey.h
- +0 −1,498 EyeTab_SP2/comet/safearray.h
- +0 −363 EyeTab_SP2/comet/scope_guard.h
- +0 −1,588 EyeTab_SP2/comet/server.h
- +0 −139 EyeTab_SP2/comet/smart_enum.h
- +0 −54 EyeTab_SP2/comet/static_assert.h
- +0 −69 EyeTab_SP2/comet/stl.h
- +0 −188 EyeTab_SP2/comet/stl_enum.h
- +0 −1,566 EyeTab_SP2/comet/stream.h
- +0 −228 EyeTab_SP2/comet/threading.h
- +0 −451 EyeTab_SP2/comet/tlbinfo.h
- +0 −124 EyeTab_SP2/comet/tstring.h
- +0 −262 EyeTab_SP2/comet/type_traits.h
- +0 −450 EyeTab_SP2/comet/typelist.h
- +0 −86 EyeTab_SP2/comet/unittest.h
- +0 −125 EyeTab_SP2/comet/util.h
- +0 −88 EyeTab_SP2/comet/uuid.h
- +0 −441 EyeTab_SP2/comet/uuid_fwd.h
- +0 −1,054 EyeTab_SP2/comet/variant.h
- +0 −149 EyeTab_SP2/comet/variant_iterator.h
- +0 −78 EyeTab_SP2/comet_task_ptr.h
- +0 −733 EyeTab_SP2/format.cc
- +0 −1,500 EyeTab_SP2/format.h
- +8 −0 EyeTab_SP2/stdafx.cpp
- +15 −0 EyeTab_SP2/stdafx.h
- +8 −0 EyeTab_SP2/targetver.h
- +194 −0 EyeTab_SP2/videoInput.h
- BIN EyeTab_SP2/videoInput.lib
- +32 −2 README.md
45
EyeTab.sln
| @@ -0,0 +1,45 @@ | ||
| + | ||
| +Microsoft Visual Studio Solution File, Format Version 12.00 | ||
| +# Visual Studio 2012 | ||
| +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EyeTab", "EyeTab\EyeTab.vcxproj", "{6AA5343B-047B-48E2-A839-03D6BDC9D19F}" | ||
| +EndProject | ||
| +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EyeTab_SP2", "EyeTab_SP2\EyeTab_SP2.vcxproj", "{2FAAF1F5-56A3-4132-AE61-7FAEB2F1669D}" | ||
| +EndProject | ||
| +Global | ||
| + GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
| + Debug|Mixed Platforms = Debug|Mixed Platforms | ||
| + Debug|Win32 = Debug|Win32 | ||
| + Debug|x64 = Debug|x64 | ||
| + Release|Mixed Platforms = Release|Mixed Platforms | ||
| + Release|Win32 = Release|Win32 | ||
| + Release|x64 = Release|x64 | ||
| + EndGlobalSection | ||
| + GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
| + {6AA5343B-047B-48E2-A839-03D6BDC9D19F}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 | ||
| + {6AA5343B-047B-48E2-A839-03D6BDC9D19F}.Debug|Mixed Platforms.Build.0 = Debug|Win32 | ||
| + {6AA5343B-047B-48E2-A839-03D6BDC9D19F}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| + {6AA5343B-047B-48E2-A839-03D6BDC9D19F}.Debug|Win32.Build.0 = Debug|Win32 | ||
| + {6AA5343B-047B-48E2-A839-03D6BDC9D19F}.Debug|x64.ActiveCfg = Debug|x64 | ||
| + {6AA5343B-047B-48E2-A839-03D6BDC9D19F}.Debug|x64.Build.0 = Debug|x64 | ||
| + {6AA5343B-047B-48E2-A839-03D6BDC9D19F}.Release|Mixed Platforms.ActiveCfg = Release|Win32 | ||
| + {6AA5343B-047B-48E2-A839-03D6BDC9D19F}.Release|Mixed Platforms.Build.0 = Release|Win32 | ||
| + {6AA5343B-047B-48E2-A839-03D6BDC9D19F}.Release|Win32.ActiveCfg = Release|Win32 | ||
| + {6AA5343B-047B-48E2-A839-03D6BDC9D19F}.Release|Win32.Build.0 = Release|Win32 | ||
| + {6AA5343B-047B-48E2-A839-03D6BDC9D19F}.Release|x64.ActiveCfg = Release|x64 | ||
| + {6AA5343B-047B-48E2-A839-03D6BDC9D19F}.Release|x64.Build.0 = Release|x64 | ||
| + {2FAAF1F5-56A3-4132-AE61-7FAEB2F1669D}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 | ||
| + {2FAAF1F5-56A3-4132-AE61-7FAEB2F1669D}.Debug|Mixed Platforms.Build.0 = Debug|Win32 | ||
| + {2FAAF1F5-56A3-4132-AE61-7FAEB2F1669D}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| + {2FAAF1F5-56A3-4132-AE61-7FAEB2F1669D}.Debug|Win32.Build.0 = Debug|Win32 | ||
| + {2FAAF1F5-56A3-4132-AE61-7FAEB2F1669D}.Debug|x64.ActiveCfg = Debug|Win32 | ||
| + {2FAAF1F5-56A3-4132-AE61-7FAEB2F1669D}.Release|Mixed Platforms.ActiveCfg = Release|Win32 | ||
| + {2FAAF1F5-56A3-4132-AE61-7FAEB2F1669D}.Release|Mixed Platforms.Build.0 = Release|Win32 | ||
| + {2FAAF1F5-56A3-4132-AE61-7FAEB2F1669D}.Release|Win32.ActiveCfg = Release|Win32 | ||
| + {2FAAF1F5-56A3-4132-AE61-7FAEB2F1669D}.Release|Win32.Build.0 = Release|Win32 | ||
| + {2FAAF1F5-56A3-4132-AE61-7FAEB2F1669D}.Release|x64.ActiveCfg = Release|x64 | ||
| + {2FAAF1F5-56A3-4132-AE61-7FAEB2F1669D}.Release|x64.Build.0 = Release|x64 | ||
| + EndGlobalSection | ||
| + GlobalSection(SolutionProperties) = preSolution | ||
| + HideSolutionNode = FALSE | ||
| + EndGlobalSection | ||
| +EndGlobal |
| @@ -0,0 +1,8 @@ | ||
| +// 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 |
| @@ -0,0 +1,15 @@ | ||
| +// 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 <stdio.h> | ||
| +#include <tchar.h> | ||
| + | ||
| + | ||
| + | ||
| +// TODO: reference additional headers your program requires here |
| @@ -0,0 +1,8 @@ | ||
| +#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 <SDKDDKVer.h> |
Oops, something went wrong.
0 comments on commit
ca7a6cd