Rose-Hulman Robotics Team

Changeset 644

Show
Ignore:
Timestamp:
01/31/10 23:10:49 (2 years ago)
Author:
taborts
Message:

capitalized for anal retentives in group

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/2010-image-rec/docs/project-plan.tex

    r643 r644  
    3131For our easy goal we hope to be able to reliably classify pixels within a single static image as either obstacle, line, or grass. We will implement an algorithm for classifying pixels as line or obstacle and grass based on a `safe zone.' It then classifies obstacles and lines or grass using texture. Combining these classifiers should give reliably sepperate between our three classifications. 
    3232\item 
    33 Our more difficult goal will be to take these classified pixels and make them into useful information on the robots environment. For the obstacle pixels we will identify objects full objects. Then use a perspective transformation or approximation to find their distance and location relative to the robot. For the lines we will use a hough transform to find the equations of visible, broken, and partially hidden lines. Lines will also require an as yet determined approximation for curved regions. 
     33Our more difficult goal will be to take these classified pixels and make them into useful information on the robots environment. For the obstacle pixels we will identify objects full objects. Then use a perspective transformation or approximation to find their distance and location relative to the robot. For the lines we will use a Hough transform to find the equations of visible, broken, and partially hidden lines. Lines will also require an as yet determined approximation for curved regions. 
    3434\item 
    35 Our stretch goal will be to take all our work, performed in matlab, and port it into opencv, with the goal of using on an actual robot in real time. 
     35Our stretch goal will be to take all our work, performed in Matlab, and port it into OpenCV, with the goal of using on an actual robot in real time. 
    3636\end{enumerate} 
    3737