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

  PUBLIC
PixelMapSearchC::PixelMapSearchC(PixelMapC &,RealT,CurveT,RealT,RealT,const ByteImageC &)
PixelMapSearchC::NewPoints(Point2dC,DListC &)
PixelMapSearchC::NextPoint(Point2dC,BooleanT,RealT &)
PixelMapSearchC::Collect(Point2dC)
PixelMapSearchC::IncWhere(void)
PixelMapSearchC::NewPoints(Point2dC)
PixelMapSearchC::NextValid(void)
PixelMapSearchBaseC::ParamPos(void) const
PixelMapSearchBaseC::MergeReady(DListC &,const DListC &)
PixelMapSearchBaseC::MapLocal(void)
PixelMapSearchC<class CurveT>
 
Pixel map search base class.
 
include "amma/Image/PixelMapSearch.hh"
User Level:Default
Library:Lines
Example:DoGradEst.cc
Section:Image.Image Processing.Lines
In Scope:std

Parent Classes:

Variables:
CurveT Curve;
Object model.

Methods:
PixelMapSearchC(PixelMapC & Map,RealT CWidth,CurveT Curve,RealT nMinParam,RealT nMaxParam,const ByteImageC & ninimg)
Constructor.

Point2dC NewPoints(Point2dC CurAt,DListC<PCPixelC> & NewPnts)
Get new points.

Point2dC NextPoint(Point2dC From,BooleanT PosDir,RealT & NewPar)
Find next point on grid.

PCPixelLstC Collect(Point2dC Start)
Returns closest pixels to the 'Start' point

void IncWhere()
Increment where

DListC<PCPixelC> NewPoints(Point2dC At)

BooleanT NextValid()

RealT ParamPos() const
Get position in linear space.

void MergeReady(DListC<PCPixelC> & ALst,const DListC<PCPixelC> & Ready)
Merge new points into ready list.

BinListC<Point2dC,Index2dC,PixelC> & MapLocal()
Access bins in map.


Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001