|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Variables:
- CurveT curve;
-
- PCPixelLstC pixs;
-
- SArray1dC values;
-
Methods:
- PCPixMapC()
-
Default constructor.
The curve will be in an undefined state, and the pixel list
will be empty.
- PCPixMapC(const CurveT & cur,const PCPixelLstC & px = PCPixelLstC(TRUE),SArray1dC<IntT> threshData = SArray1dC<IntT>())
-
Constructor.
- CurveT & Curve()
-
Access curve.
- const CurveT & Curve() const
-
Access curve.
- PCPixelLstC & PixList()
-
Access pixel list.
- const PCPixelLstC & PixList() const
-
Access pixel list.
- void InsLast(PixelC pix)
-
Add new pixel to end of list.
- SArray1dC<IntT> & Thresh()
-
Access threshold used in finding this line.
- SArray1dC<IntT> Thresh() const
-
Access threshold used in finding this line.
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|