Rose-Hulman Robotics Team
Show
Ignore:
Timestamp:
02/22/10 20:44:33 (2 years ago)
Author:
mosttw
Message:

Hough lines failure figure

Files:
1 modified

Legend:

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

    r701 r702  
    8282Our process to get from camera images to information useful for navigation 
    8383requires several steps of processing and reprocessing.  First, the image is 
    84 converted to the HSV colorspace.  We then use a color histogram classifier, 
     84converted to the HSV color space.  We then use a color histogram classifier, 
    8585based on an assumed safe area of grass, to classify pixels in the image as 
    8686grass and not grass. Then the texture data from application of a Sobel filter 
     
    155155 
    156156\section{Future work} 
     157 
     158\begin{figure}[htb] 
     159        \centering 
     160                \includegraphics[width=0.4\textwidth]{figures/hough-lines-failure-mask.png} 
     161                \includegraphics[width=0.4\textwidth]{figures/hough-lines-failure.pdf} 
     162        \caption{An illustration of the failure modes of the present line detector.  At left, the line mask has picked up on highlights on the barrel, producing false lines to be identified at right.} 
     163        \label{fig:hough-failure} 
     164\end{figure} 
     165 
    157166The next step with our algorithm is to make it work on cases where it fails, 
    158167those with lines appearing within our safe zone.  It is possible that this