Data struct for transformation information. More...
#include <kaleidoscope.h>

Public Attributes | |
| Point2D | srcLocation |
| Location from source image. | |
| Point2D | dstLocation |
| Location to destination image. | |
| unsigned long long | srcOffset |
| Offset from source image. | |
| unsigned long long | dstOffset |
| Offset from destination image. | |
Data struct for transformation information.
Definition at line 16 of file kaleidoscope.h.
| Point2D TransformationInfo_t::dstLocation |
Location to destination image.
Definition at line 20 of file kaleidoscope.h.
| unsigned long long TransformationInfo_t::dstOffset |
Offset from destination image.
Definition at line 24 of file kaleidoscope.h.
| Point2D TransformationInfo_t::srcLocation |
Location from source image.
Definition at line 18 of file kaleidoscope.h.
| unsigned long long TransformationInfo_t::srcOffset |
Offset from source image.
Definition at line 22 of file kaleidoscope.h.