FeatureHistogramOptions Struct
8-bit grayscale histogram Node options. More...
Declaration
struct simaai::neat::FeatureHistogramOptions { ... }
Included Headers
#include <VisualFrontend.h>
Base struct
| struct | VisualFrontendCommonOptions |
|
Shared options for EV74 visual-frontend tensor Nodes. More... | |
Public Member Functions Index
| std::string | summary () const |
|
Human-readable, non-throwing summary for logs, diagnostics, and Python repr. More... | |
Public Member Attributes Index
| std::string | input_name = "input_image" |
| std::string | output_name = "output_hist" |
Description
8-bit grayscale histogram Node options.
Public ABI:
- input: input_name, UInt8 [batch_size,height,width]
- output: output_name, Int32 [batch_size,256]
Definition at line 50 of file VisualFrontend.h.
Public Member Functions
summary()
|
Human-readable, non-throwing summary for logs, diagnostics, and Python repr.
Definition at line 57 of file VisualFrontend.h.
Public Member Attributes
input_name
|
Input grayscale image tensor name.
Definition at line 52 of file VisualFrontend.h.
output_name
|
Output histogram tensor name.
Definition at line 54 of file VisualFrontend.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.