|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
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
|