User:Mayhewsw

From eLinux.org
Revision as of 13:02, 11 November 2011 by Yoder (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Stephen Mayhew

Computer Science Major, Class of 2012.

Projects

Project topics I'm interested in:

  • Speech Recognition - probably using TIESR, or Pocket Sphinx
  • Image Recognition - using OpenCV. I did some work with OpenCV in the image recognition class last quarter, and I have a very simple framework for playing card recognition made already. Perhaps something to do with playing cards and virtual reality, although the road sign project from last year also looks very interesting.
  • Natural Language Processing - I'm not sure if this is very doable on an embedded system, but it is one of my interests.

I will be working on the ECE497: Set Player project as my final project.

Mini-projects

  • I tried to get the Kinect running on the beagle. I did not have much success.
  • I tried out 2 different Ubuntu installs, both were successful.
  • I attempted to compile the kernel without bitbake. I was successful in compiling it, but not in running it.

How To


Lab05d Workaround

For Lab05 Part d, I had to edit makefile_profile.mak and app.c.

I put both my files on pastebin:
app.c: [1]
makefile_profile.mak: [2]