Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
entropic::PreprocessedImage Struct Reference

Preprocessed image ready for vision encoder. More...

#include <entropic/inference/image_preprocessor.h>

Public Attributes

std::vector< uint8_t > pixel_data
 RGB pixel data (row-major)
 
int width = 0
 Image width in pixels.
 
int height = 0
 Image height in pixels.
 
int channels = 3
 Color channels (always 3 = RGB)
 
std::string source_path
 Original source path (for logging)
 

Detailed Description

Preprocessed image ready for vision encoder.

Version
1.9.11

Definition at line 43 of file image_preprocessor.h.

Member Data Documentation

◆ channels

int entropic::PreprocessedImage::channels = 3

Color channels (always 3 = RGB)

Definition at line 47 of file image_preprocessor.h.

◆ height

int entropic::PreprocessedImage::height = 0

Image height in pixels.

Definition at line 46 of file image_preprocessor.h.

◆ pixel_data

std::vector<uint8_t> entropic::PreprocessedImage::pixel_data

RGB pixel data (row-major)

Definition at line 44 of file image_preprocessor.h.

◆ source_path

std::string entropic::PreprocessedImage::source_path

Original source path (for logging)

Definition at line 48 of file image_preprocessor.h.

◆ width

int entropic::PreprocessedImage::width = 0

Image width in pixels.

Definition at line 45 of file image_preprocessor.h.


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