Go to the source code of this file.
Functions | |
vimt_transform_2d | vimt_load_transform (const vil_image_resource_sptr &im, float unit_scaling) |
Create a transform from the properties of image resource. | |
vimt_transform_2d | vimt_load_transform_right_hand (const vil_image_resource_sptr &im, float unit_scaling) |
Create a transform from the properties of image resource, assuming a right-hand world frame. |
Definition in file vimt_load.cxx.
vimt_transform_2d vimt_load_transform | ( | const vil_image_resource_sptr & | im, |
float | unit_scaling = 1.0f |
||
) |
Create a transform from the properties of image resource.
unit_scaling | is to convert from metres to desired world units (e.g. 1000 for mm) |
Definition at line 12 of file vimt_load.cxx.
vimt_transform_2d vimt_load_transform_right_hand | ( | const vil_image_resource_sptr & | im, |
float | unit_scaling = 1.0f |
||
) |
Create a transform from the properties of image resource, assuming a right-hand world frame.
unit_scaling | is to convert from metres to desired world units (e.g. 1000 for mm) |
Definition at line 54 of file vimt_load.cxx.