Package pyvision :: Package types :: Module Point
[hide private]
[frames] | no frames]

Module Point

source code

Classes [hide private]
  Point
Functions [hide private]
 
readPointsFile(filename)
This function reads a points file that was created by the EyePicker application.
source code
Variables [hide private]
  __package__ = 'pyvision.types'
Function Details [hide private]

readPointsFile(filename)

source code 

This function reads a points file that was created by the EyePicker application. EyePicker produces a csv file where each line corresponds to a file and can contain a number of points.

This function returns a dictionary where the key is the filename and each entry contains a list of points.