|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
Re-implementation from numerical recipies 2nd edition. pg 312
Variables:
- IntT n;
-
Dimention of sequence.
- IntT s;
-
Position in sequence.
- IntT bits;
-
Bits to use.
- BooleanT done;
-
- RealT frac;
-
- SArray1dC work;
-
- SArray1dC result;
-
- SArray2dC vx;
-
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.
- void Init()
-
Initalise static's
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|