VisualFrontendCommonOptions Struct
Shared options for EV74 visual-frontend tensor Nodes. More...
Declaration
Included Headers
Derived Structs
| struct | FeatureHistogramOptions |
|
8-bit grayscale histogram Node options. More... | |
| struct | GriderFastOptions |
|
Grid-distributed FAST feature detector options. More... | |
| struct | TrackDescriptorOptions |
|
FAST + BRIEF-style descriptor frontend options. More... | |
Public Member Attributes Index
| int | width = 0 |
|
Input image width in pixels. Must be positive and within the graph-specific EV envelope. More... | |
| int | height = 0 |
|
Input image height in pixels. Must be positive and within the graph-specific EV envelope. More... | |
| int | batch_size = 1 |
|
Number of packed grayscale images in one dispatch. Public tensor shape uses this as N. More... | |
| int | debug = 0 |
|
EV graph debug level. Current native visual graphs accept values in [0,2]. More... | |
| int | num_buffers = 0 |
|
Optional processcvu queue/buffer override. 0 keeps the plugin/runtime default. More... | |
| std::string | element_name |
|
Optional GStreamer/processcvu element name. Empty means Neat generates a stable name. More... | |
Description
Shared options for EV74 visual-frontend tensor Nodes.
The public tensor shape is always logical and batch-aware: grayscale images are [batch_size, height, width]. The implementation may pack the batch for the EV74 graph ABI, but callers should not pre-pack dimensions themselves.
Definition at line 28 of file VisualFrontend.h.
Public Member Attributes
batch_size
|
Number of packed grayscale images in one dispatch. Public tensor shape uses this as N.
Definition at line 34 of file VisualFrontend.h.
debug
|
EV graph debug level. Current native visual graphs accept values in [0,2].
Definition at line 36 of file VisualFrontend.h.
element_name
|
Optional GStreamer/processcvu element name. Empty means Neat generates a stable name.
Definition at line 40 of file VisualFrontend.h.
height
|
Input image height in pixels. Must be positive and within the graph-specific EV envelope.
Definition at line 32 of file VisualFrontend.h.
num_buffers
|
Optional processcvu queue/buffer override. 0 keeps the plugin/runtime default.
Definition at line 38 of file VisualFrontend.h.
width
|
Input image width in pixels. Must be positive and within the graph-specific EV envelope.
Definition at line 30 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.