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

  PUBLIC
PixelMapSearchBaseC::PixelMapSearchBaseC(PixelMapC &,RealT,RealT,RealT,const ByteImageC &)
PixelMapSearchBaseC::ParamPos(void) const
PixelMapSearchBaseC::MergeReady(DListC &,const DListC &)
PixelMapSearchBaseC::MapLocal(void)
PixelMapSearchBaseC
 
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

Derived Classes:

Variables:
const RealT CWidth;
Width of corridor.

const RealT CWidth2;

RealT Where;
Where in the model we are.

RealT MaxParam;
Maximum value of paramiter.

RealT MinParam;
Minumum value of paramiter.

PixelMapC & Map;
Map of pixels.

HSetC Done;
Bins that have been checked.

DListC Ready;
Points that have been covered. in increasing paramiter value.

Index2dC LastSet;
Center of last set of 4 bins.

ByteImageC inimg;

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

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