FlowEngine 7.517
Photogrammetry Software Development Kit
Loading...
Searching...
No Matches
FlowEngine::Image Struct Reference

a Quaternion Holds information about a raw image Data is not owned More...

#include <CommonDef.h>

Public Attributes

int width
 the image width in pixels
 
int height
 the image height in pixels
 
Buffer< Color32data
 the image color data stored as 3 floating-point values
 

Detailed Description

a Quaternion Holds information about a raw image Data is not owned

Member Data Documentation

◆ data

Buffer< Color32 > FlowEngine::Image::data

the image color data stored as 3 floating-point values

◆ height

int FlowEngine::Image::height

the image height in pixels

◆ width

int FlowEngine::Image::width

the image width in pixels