gaze  0.1.0
Perform gaze tracking with common webcams.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
oN__gnu_cxx
oNcv
|oNcudev
|oNdirectx
|oNdnn
|oNogl
|oNomnidir
|oNutils
||\Nlogging
|oNva_intel
|\Nximgproc
oNcvflann
oNcvv
oNeyeLikeTristan Hume's EyeLike adapted for gaze
oNgazeThe gaze library provides gaze tracking capabilities
|oNgui
||oNtraits
|||oCsizeableA tag for resizeable widgets
|||oCtextableA tag for widgets which contain text messages
|||oCwidget_traitTemplate to assign tags to widgets as a trait
|||oCwidget_trait< dlib::label >Specialization of widget_trait for dlib::label
|||oCwidget_trait< dlib::image_display >Specialization of widget_trait for dlib::image_display
|||\Cwidget_trait< dlib::perspective_display >Specialization of widget_trait for dlib::perspective_display
||oCDebugWindowA window to inspect computation results
||oCEventManagerHandles communication between non-gui and gui processes in a safe way
||oCVisualizeableBaseAbstract base class for Visualizeable to allow generic pointers
||\CVisualizeableImplements VisualizeableBase for several widget types
|oNpipelineThis namespace contains pipeline steps
||oCEyeLikeDirect copy of https://github.com/trishume/eyelike
||oCFaceLandmarksUses dlibs pretrained models to detect face landmarks
||oCFallbackStepThis pipeline step is used whenever something goes wrong
||oCGazeCaptureUses iTracker to track Gaze
||oCGazePointCalculationCalculates the gaze point
||oCHeadPoseEstimationEstimates the head pose from landmarks and source image
||oCPupilLocalizationImplements Timm and Barth (2011) Timm2011 to detect eye centers
||\CSourceCaptureRetrieves frames from a webcam or video source
|oNutilHelper classes within the gaze library
||\CDataWraps the data acquired per frame into a single instance
|oCGazeTrackerThis class wraps the gaze tracking process
|oCPipelineThe processing pipeline from input to output
|\CPipelineStepAbstract base class for PipelineSteps. Must be inherited from
oNguiContains everything related to debug visualizations
oNitrackerThe itracker library provides a wrapper around the caffe model
|oCITrackerImplA private implementation of ITracker to hide dependencies from including classes
|\CITrackerImplements a wrapper around the pre-trained caffe model by Krafka2016
oNstd
|oNtr1
|\Ntr2
oNtraitsDefines traits for dlib::widget instances
oNwplData acquisition after Judd et al. (2009) Judd2009
|oCConfigHolds all configuration options for the experiment
|\CExperimentImplements an experiment flow for Judd et al. (2009) Judd2009
oNYAMLThis namespace is defined by the yaml-cpp library
|oCconvert< cv::Point3d >Allows to convert between cv::Point3d and YAML::Node
|oCconvert< cv::Vec3d >Allows to convert between cv::Vec3d and YAML::Node
|\Cconvert< cv::Mat >Allows to convert between cv::Mat and YAML::Node
\CEventsAn enum of events to make it easy to distinguish them with names instead of numbers