|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Typedefs:
- typedef float RealT;
-
- typedef unsigned char uchar;
-
Variables:
Methods:
- SusanC(int Threshold = 20)
-
Constructor.
- SusanC(const ImageRectangleC & Rect,int Threshold = 20)
-
- ~SusanC()
-
Destructor.
- void SetRect(const ImageRectangleC & Rect)
-
Set the working rectangle.
- void DetCorners(ImageC<ByteGreyValueT> & Img,DListC<CornerC> & CornerLst)
-
Detect corners and put them in DList.
- int DetCorners(ImageC<ByteGreyValueT> & Img,SArray1dC<CornerC> & CornerLst)
-
Detect corners and put them in Array.
|
Programmer:eep1cg, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|