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

#include <CommonDef.h>

Public Attributes

Buffer< Color32data
 
int height = 0
 
int width = 0
 

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 = 0

the image height in pixels

◆ width

int FlowEngine::Image::width = 0

the image width in pixels