Skip to main content

ImageSpec Struct

Declaration

struct simaai::neat::ImageSpec { ... }

Included Headers

#include <TensorCore.h>

Enumerations Index

enum classPixelFormat { ... }

Public Member Attributes Index

PixelFormatformat = PixelFormat::UNKNOWN
std::stringcolor_space

Definition at line 61 of file TensorCore.h.

Enumerations

PixelFormat

enum class PixelFormat
strong
Enumeration values
RGB (= 0)
BGR
GRAY8
NV12
I420
UNKNOWN

Definition at line 62 of file TensorCore.h.

62 enum class PixelFormat {
63 RGB = 0,
64 BGR,
65 GRAY8,
66 NV12,
67 I420,
69 };

Public Member Attributes

color_space

std::string simaai::neat::ImageSpec::color_space

Definition at line 72 of file TensorCore.h.

72 std::string color_space;

format

PixelFormat simaai::neat::ImageSpec::format = PixelFormat::UNKNOWN

Definition at line 71 of file TensorCore.h.


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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.