KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
gr_line_segment.h File Reference

Declarations for Line segment class. More...

#include <utility>
#include <iosfwd>
#include <l_cpp/l_readable.h>
#include <l_cpp/l_writeable.h>
#include <m_cpp/m_vector.h>
#include <g_cpp/g_line.h>

Go to the source code of this file.

Classes

class  kjb::Line_segment
 Class to manipulate a line segment The class is parametrized in terms the position of the centre, its length and orientation. This is thus compatible with the output of the Berkeley edge detector. We store also the start point, the end point and the line parameters describing this line segment (for more details on how the line parameters work, please see the class line). This is redundant information, but it is convenient to have all these parameters precomputed and at hand. More...
 

Namespaces

 kjb
 Classes and functions for dealing with trajectory files.
 

Functions

std::ostream & kjb::operator<< (std::ostream &out, const Line_segment &ls)
 

Detailed Description

Declarations for Line segment class.

Author
Luca Del Pero

Copyright (c) 2003-2008 by members of University of Arizona Computer Vision group. For use outside the University of Arizona Computer Vision group please contact Kobus Barnard.