kaleidoscope  1.4.0
Public Attributes | List of all members
TransformationInfo_t Struct Reference

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...
 

Detailed Description

Data struct for transformation information.

Definition at line 17 of file kaleidoscope.h.

Member Data Documentation

◆ dstLocation

Point2D TransformationInfo_t::dstLocation

Location to destination image.

Definition at line 22 of file kaleidoscope.h.

◆ dstOffset

unsigned long long TransformationInfo_t::dstOffset

Offset from destination image.

Definition at line 26 of file kaleidoscope.h.

◆ srcLocation

Point2D TransformationInfo_t::srcLocation

Location from source image.

Definition at line 20 of file kaleidoscope.h.

◆ srcOffset

unsigned long long TransformationInfo_t::srcOffset

Offset from source image.

Definition at line 24 of file kaleidoscope.h.


The documentation for this struct was generated from the following file: