|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
Pixel buffer captured mid-pipeline by a Snapshot step. More...
#include <Features.hpp>
Collaboration diagram for MayaFlux::Kinesis::Vision::SnapshotEntry:Public Attributes | |
| uint32_t | channels { 0 } |
| uint32_t | h { 0 } |
| std::vector< float > | pixels |
| uint32_t | w { 0 } |
Pixel buffer captured mid-pipeline by a Snapshot step.
pixels is a normalised float buffer in the format active at the snapshot point. channels distinguishes single-channel (grayscale, Harris response) from three-channel (HSV) and four-channel (RGBA).
Definition at line 74 of file Features.hpp.