Developer Documentation
RAVL, Recognition And Vision Library
USER HOME PAGE CLASS LIST CONTENTS
Ravl - Images - Edges - EdgelC
 

  PUBLIC
EdgelC::EdgelC(Index2dC,RealT,RealT)
EdgelC::EdgelC(const Index2dC &,RealT,RealT,RealT)
EdgelC::EdgelC(RealT,RealT,Index2dC)
EdgelC::EdgelC(void)
EdgelC::At(void)
EdgelC::Direction(void)
EdgelC::Magnitude(void)
EdgelC::At(void) const
EdgelC::Direction(void) const
EdgelC::Magnitude(void) const

   EdgelC   
 
Edge Location, Direction and Magniture information.
 
include "Ravl/Image/Edgel.hh"
Created:23/09/1999 
Source file:Ravl/Image/Processing/Edges/Edgel.hh
User Level:Normal
Library:RavlImageProc
In Scope:RavlImageN

Variables:
Index2dC at;

RealT direction;

RealT magnitude;

Methods:
EdgelC(Index2dC loc,RealT dir,RealT mag)
Constructor.
loc = Location of edge
dir = Direction of edge in radians.
mag = Magnitude of edge.

EdgelC(const Index2dC & loc,RealT dx,RealT dy,RealT mag)
Construct from dx,dy values.
loc = Location of edge
dx,dy = Direction of edge.
mag = Magnitude of edge.

EdgelC(RealT dx,RealT dy,Index2dC loc)
Construct from dx,dy values.
loc = Location of edge
dx,dy = Direction of edge.


EdgelC()
Default constructor.
The contents of the edgel are left undefined.

Index2dC & At()
Location of edge.

RealT & Direction()
Direction direction in radians

RealT & Magnitude()
Magnitude

const Index2dC & At() const
Location of edge.

RealT Direction() const
Direction in Radians

RealT Magnitude() const
Magnitude


Maintainer:Charles Galambos, Created: 23/09/1999, Documentation by CxxDoc: Tue Aug 13 09:59:30 2002