diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.md b/docs/index.md index 7017ec8..88dae83 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,10 +12,10 @@ title: What is ArGaze? ## Gaze analysis pipeline -Whether in real time or in post-processing, **ArGaze** provides extensible plugins library allowing to select application specific algorithms at each pipeline step: +Whether in real time or in post-processing, **ArGaze** provides extensible modules library allowing to select application specific algorithms at each pipeline step: * **Fixation/Saccade identification**: dispersion threshold identification, velocity threshold identification, ... -* **Area Of Interest (AOI) matching**: fixation deviation circle matching, ... +* **Area Of Interest (AOI) matching**: focus point inside, deviation circle coverage, ... * **Scan path analysis**: transition matrix, entropy, exploit/explore ratio, ... Once incoming data formatted as required, all those gaze analysis features can be used with any screen-based eye tracker devices. |