Skip to content

miranoh/ACT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACT

An Automatic Centroid Tracking tool for analyzing vocal tract actions in MRI speech production data

Tracking a single object

Demo

  1. Once downloading ACT ZIP folder from github, open centroid.m in matlab
  2. Copy (e.g., 'videos/velar_implosive.mp4') and paste it in line 11 (vidPath = ...)
  3. Run centroid.m
  4. Click and drag on the image to draw an ROI (as instructed in the command window)
  5. Adjust the ROI (if necessary), and double-click on the ROI when finished editing
  6. Click on the object you want to track (in the ROI), and press enter

Now you'll see an online traking of the object (vertical trajectories, mean intensity, etc). The tracked data is saved in the results folder with selected ROI and seed values as the filename.

Your data

Add your video file in the videos folder, and copy 'videos/<filename.format>' to line 11 (vidPath = ...).

Tracking two objects

  1. Open centroid_2ROI.m
  2. Change the video file in line 11 (vidPath = ...)
  3. Run centroid_2ROI.m
  4. Repeat 4-6 above twice for two different ROIs

Now you'll see two objects being tracked (vertical movement). Both horizontal and vertical trajectories are saved in the results folder.

About

An Automatic Centroid Tracking tool for analyzing vocal tract actions in MRI speech production data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages