User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
Ravl - Images - Lines - PCPixMapC<class CurveT>
 

  PUBLIC
PCPixMapC::PCPixMapC(void)
PCPixMapC::PCPixMapC(const CurveT &,const PCPixelListC &,SArray1dC)
PCPixMapC::Curve(void)
PCPixMapC::Curve(void) const
PCPixMapC::PixList(void)
PCPixMapC::PixList(void) const
PCPixMapC::InsLast(Index2dC)
PCPixMapC::Thresh(void)
PCPixMapC::Thresh(void) const

   PCPixMapC<class CurveT>   
 
Simple mapping between a curve and some pixels.
 
include "Ravl/Image/PCMapping.hh"
Created:07/01/99 
User Level:Normal
Library:RavlImageProc
In Scope:RavlImageN

Variables:
Methods:
PCPixMapC()
Default constructor.
The curve will be in an undefined state, and the pixel list will be empty.

PCPixMapC(const CurveT & cur,const PCPixelListC & px = PCPixelListC (true),SArray1dC<IntT> threshData = SArray1dC < IntT > ())
Constructor.

CurveT & Curve()
Access curve.

const CurveT & Curve() const
Access curve.

PCPixelListC & PixList()
Access pixel list.

const PCPixelListC & PixList() const
Access pixel list.

void InsLast(Index2dC pix)
Add new pixel to end of list.

SArray1dC<IntT> & Thresh()
Access threshold used in finding this line.

SArray1dC<IntT> Thresh() const
Access threshold used in finding this line.


Maintainer:Charles Galambos, Created: 07/01/99, Documentation by CxxDoc: Tue Aug 13 09:59:02 2002