User Documentation
Centre for Vision, Speech & Signal Processing
DEVELOP IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
PCPixMapC::PCPixMapC(void)
PCPixMapC::PCPixMapC(const CurveT &,const PCPixelLstC &,SArray1dC)
PCPixMapC::Curve(void)
PCPixMapC::Curve(void) const
PCPixMapC::PixList(void)
PCPixMapC::PixList(void) const
PCPixMapC::InsLast(PixelC)
PCPixMapC::Thresh(void)
PCPixMapC::Thresh(void) const
PCPixMapC<class CurveT>
 
Simple mapping between a curve and some pixels.
 
include "amma/Image/PCMapping.hh"
User Level:Default
Library:Lines
Example:DoGradEst.cc
Section:Image.Image Processing.Lines
In Scope:std

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 PCPixelLstC & px = PCPixelLstC(TRUE),SArray1dC<IntT> threshData = SArray1dC<IntT>())
Constructor.

CurveT & Curve()
Access curve.

const CurveT & Curve() const
Access curve.

PCPixelLstC & PixList()
Access pixel list.

const PCPixelLstC & PixList() const
Access pixel list.

void InsLast(PixelC 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.


Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001