Rose-Hulman Robotics Team

Changeset 693

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

added text to hough line process and future work

Files:
1 modified

Legend:

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

    r692 r693  
    8888\subsection{Hough Line Transform} 
    8989 
     90The pixels that are classified as lines within the image must be processed into lines. For this 
     91operation the algorithm performs a Hough transform. It combines all of the possible lines that  
     92these points can form on a graph to find the two or less lines that can explain the most pixels. 
     93 
    9094\subsection{Object processing} 
     95Once the algorithm has a mask of pixels that are likely from objects, it needs to find associated  
     96real world coordinates. The algorithm takes the bottom object pixel in every column, ignoring  
     97those columns without any object pixels. The bottom pixels satisfy the necessary assumption that  
     98pixels be on the ground plane.  
    9199 
    92100\subsection{Perspective Transformation}