rajincse / Multifaceted

Implementation in Perspectives of Marion Dork's Visualization.
0 stars 0 forks source link

Create tasks for collecting data for Data Object detection #7

Closed rajincse closed 10 years ago

rajincse commented 10 years ago

Our object is to collect eye tracking data while user doing some visualization tasks.

  1. Create some visualization tasks.
  2. Analyze the data for object detection. The data should be like a screen shot for every frame and eye tracking data. Whenever user changes view another screen shot would be taken.
rajincse commented 10 years ago

Completed: At revision: 64

7

1.Main Item is added

  1. MainItem edge is added
  2. MovieList can be selected from acted or directed.
rajincse commented 10 years ago

Calculation done for tilted element: 2014-05-24 22 51 22

A.x = lx + Math.cos(theta)* lw/2 - Math.sin(theta)lh/2; A.y = ly + Math.sin(theta) lw/2 + Math.cos(theta)*lh/2;

B.x = lx + Math.cos(theta)* lw/2 + Math.sin(theta)lh/2; B.y = ly + Math.sin(theta) lw/2 - Math.cos(theta)*lh/2;

C.x = lx - Math.cos(theta)* lw/2 + Math.sin(theta)lh/2; C.y = ly - Math.sin(theta) lw/2 - Math.cos(theta)*lh/2;

D.x = lx - Math.cos(theta)* lw/2 - Math.sin(theta)lh/2; D.y = ly - Math.sin(theta) lw/2 + Math.cos(theta)*lh/2;

rajincse commented 10 years ago

Completed: At revision: 66

7

Tilted element corner points are considered for Middle Layouts

rajincse commented 10 years ago

Completed: At revision: 67

7

MainItem Edge println removed

rajincse commented 10 years ago

Completed: At revision: 68

7

  1. Images are being saved on change of view.
  2. Image info is stored on the result.
  3. getDisplayName removed in CompactPerson.
rajincse commented 10 years ago

Completed: At revision: 71

7

  1. Timer is introduced to capture data
  2. Every 500ms the score is collected
  3. The result is saved automatically whenever a view is changed.
rajincse commented 10 years ago

Completed: At revision: 86

7

The SearchItem interface added.

rajincse commented 10 years ago

Completed: At revision: 87

7

The movies can be selected in the layout

rajincse commented 10 years ago

Completed: At revision: 88

7

The search result for movies are now order by ratings.

rajincse commented 10 years ago

Completed: At revision: 90

7

rajincse commented 10 years ago

Completed: At revision: 91

7

Items ( Person/ Movie) can be loaded from Files in following format: id tab Type tab DisplayText

Here Type : Person =0 Movie =1

rajincse commented 10 years ago

Completed: At revision: 92

7

The recently viewed items are being trimmed

rajincse commented 10 years ago

Completed: At revision: 93

7

Simulating gaze on mouse click removed

rajincse commented 10 years ago

Completed: At revision: 94

7

Eye tracking work is blocked when any view is being created