|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
The class PointToIndex3dC serves as the transformation
between three-dimensional point and three-dimensional index, including
scaling and translation.
Variables:
Methods:
- PointToIndex3dC(const Point3dC & minimumPoint,const Point3dC & cellSize)
-
Creates the transformation which converts a 3-D point into a cell index.
- Index3dC operator()(const Point3dC & point)
-
Converts the 'point' into index.
|
Programmer:Radek Marik, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|