kaleidoscope
1.4.0
|
Data struct for transformation information. More...
#include <kaleidoscope.h>
Public Attributes | |
Point2D | srcLocation |
Location from source image. More... | |
Point2D | dstLocation |
Location to destination image. More... | |
unsigned long long | srcOffset |
Offset from source image. More... | |
unsigned long long | dstOffset |
Offset from destination image. More... | |
Data struct for transformation information.
Definition at line 17 of file kaleidoscope.h.
Point2D TransformationInfo_t::dstLocation |
Location to destination image.
Definition at line 22 of file kaleidoscope.h.
unsigned long long TransformationInfo_t::dstOffset |
Offset from destination image.
Definition at line 26 of file kaleidoscope.h.
Point2D TransformationInfo_t::srcLocation |
Location from source image.
Definition at line 20 of file kaleidoscope.h.
unsigned long long TransformationInfo_t::srcOffset |
Offset from source image.
Definition at line 24 of file kaleidoscope.h.