Rose-Hulman Robotics Team

Changeset 689

Show
Ignore:
Timestamp:
02/21/10 18:47:02 (2 years ago)
Author:
taborts
Message:

added intro to process

Files:
1 modified

Legend:

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

    r686 r689  
    4646\section{Process} 
    4747% Also hit on key challenges here. 
     48Our process to get from camera images to information useful for navigation requires several steps 
     49of processing and reprocessing. Our first step is to find an aproximation of texture using a sobel  
     50filter. We then use a color histograming classifier, based on an assumed safe area of grass, to  
     51classify pixels in the image as grass and not grass. The texture data from the sobel is combined  
     52with the data of which pixels are not grass to determine which are line and which are obstacle.  
     53The line pixels are further processed using a hough transform to find the actual lines of the course. 
     54The objects are then tranformed into real world coordinates by performing a perspective  
     55transform on the bottom pixels of the objects. 
    4856 
    4957