Skip to main content

FeatureHistogramOptions Struct

8-bit grayscale histogram Node options. More...

Declaration

struct simaai::neat::FeatureHistogramOptions { ... }

Included Headers

#include <VisualFrontend.h>

Base struct

structVisualFrontendCommonOptions

Shared options for EV74 visual-frontend tensor Nodes. More...

Public Member Functions Index

std::stringsummary () const

Human-readable, non-throwing summary for logs, diagnostics, and Python repr. More...

Public Member Attributes Index

std::stringinput_name = "input_image"

Input grayscale image tensor name. More...

std::stringoutput_name = "output_hist"

Output histogram tensor name. More...

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()

std::string simaai::neat::FeatureHistogramOptions::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

std::string simaai::neat::FeatureHistogramOptions::input_name = "input_image"

Input grayscale image tensor name.

Definition at line 52 of file VisualFrontend.h.

output_name

std::string simaai::neat::FeatureHistogramOptions::output_name = "output_hist"

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.