|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
The class PointToIndex2dC serves as the transformation
between two-dimensional point and two-dimensional index, including scaling
and translation.
Variables:
Methods:
- PointToIndex2dC(const Point2dC & minimumPoint,const Point2dC & cellSize)
-
Creates the transformation which converts a 2-D point into a cell index.
- Index2dC operator()(const Point2dC & point)
-
Converts the 'point' into index.
- Point2dC Point(const Index2dC & i)
-
Returns the points of the coordintates equal to the indices of 'i'.
|
Programmer:Radek Marik, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|