MCPcopy Create free account
hub / github.com/Arm-Examples/ML-examples / DecodedImage

Class DecodedImage

ethos-u-corstone-1000/app/src/common/InputUtils.hpp:35–39  ·  view source on GitHub ↗

* @brief RGB image decoded from a supported input file. */

Source from the content-addressed store, hash-verified

33 * @brief RGB image decoded from a supported input file.
34 */
35struct DecodedImage {
36 int width{0};
37 int height{0};
38 std::vector<uint8_t> rgb{};
39};
40
41/**
42 * @brief Decode a supported RGB image file.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected