Go to the source code of this file.
Functions | |
| void | vimt_save_transform (vil_image_resource_sptr &ir, const vimt_transform_2d &trans, bool use_millimetres=false) |
| Save values from a transform to an image resource. | |
| bool | vimt_save (const vcl_string &path, const vimt_image_2d &image, bool use_millimetres=false) |
| Save image from path into given image (forcing to given pixel type). | |
Definition in file vimt_save.h.
| bool vimt_save | ( | const vcl_string & | path, |
| const vimt_image_2d & | image, | ||
| bool | use_millimetres = false |
||
| ) |
Save image from path into given image (forcing to given pixel type).
Definition at line 55 of file vimt_save.cxx.
| void vimt_save_transform | ( | vil_image_resource_sptr & | ir, |
| const vimt_transform_2d & | trans, | ||
| bool | use_millimetres | ||
| ) |
Save values from a transform to an image resource.
The transform will be from world co-ordinates in metres to image co-ordinates (or mm if requested).
Save values from a transform to an image resource.
The transform will be from world co-ordinates in metres to image co-ordinates (or mm if requested).
Definition at line 25 of file vimt_save.cxx.
1.7.5.1