|
Entropic 2.3.8
Local-first agentic inference engine
|
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) | |
Preprocessed image ready for vision encoder.
Definition at line 43 of file image_preprocessor.h.
| int entropic::PreprocessedImage::channels = 3 |
Color channels (always 3 = RGB)
Definition at line 47 of file image_preprocessor.h.
| int entropic::PreprocessedImage::height = 0 |
Image height in pixels.
Definition at line 46 of file image_preprocessor.h.
| std::vector<uint8_t> entropic::PreprocessedImage::pixel_data |
RGB pixel data (row-major)
Definition at line 44 of file image_preprocessor.h.
| std::string entropic::PreprocessedImage::source_path |
Original source path (for logging)
Definition at line 48 of file image_preprocessor.h.
| int entropic::PreprocessedImage::width = 0 |
Image width in pixels.
Definition at line 45 of file image_preprocessor.h.