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

  PUBLIC
SobelSeqC::SobelSeqC(int,int)
SobelSeqC::N(void) const
SobelSeqC::First(void)
SobelSeqC::IsElm(void) const
SobelSeqC::Next(void)
SobelSeqC::Data(void) const
SobelSeqC
 
Generate a sobel sequence.
 
include "amma/SobelSeq.hh"
User Level:Default
Library:MiscAlg
Example:exBnd.cc
Section:Image.Image Processing.Perceptual Grouping.Lines
In Scope:std

Comments:
Re-implementation from numerical recipies 2nd edition. pg 312

Variables:
Methods:
SobelSeqC(int n = 0,int bits = 30)
Genererate a sequence with n dimentions.

IntT N() const
Get dimention of sequence.

BooleanT First()
Goto first point in sequence.

BooleanT IsElm() const
Out of numbers ??

BooleanT Next()
Goto next point in sequence.
Return: false if out of numbers.

const SArray1dC<RealT> & Data() const
Get point. each element will have a value between
0 and one.


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