Definition in file vimt_image_2d.cxx.
#include "vimt_image_2d.h"
Go to the source code of this file.
Functions | |
| vgl_box_2d< double > | world_bounding_box (const vimt_image_2d &img) |
| Return bounding box containing input image in world co-ords, but more conveniently as a box. | |
| void | vimt_centre_image_at_origin (vimt_image_2d &image) |
| Translate the image so that its centre is at the origin of the world coordinate system. | |
|
|
Translate the image so that its centre is at the origin of the world coordinate system.
Definition at line 53 of file vimt_image_2d.cxx. |
|
|
Return bounding box containing input image in world co-ords, but more conveniently as a box. This may be more convenient than the similar class method in generic vector form, as the latter is for a general number of dimensions Definition at line 44 of file vimt_image_2d.cxx. |
1.4.4