GriderFastOptions Struct
Grid-distributed FAST feature detector options. More...
Declaration
Included Headers
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
| int | threshold = 30 |
|
FAST detector threshold in [0,255]. More... | |
| int | max_features = 500 |
|
Maximum features emitted per batch item. More... | |
| int | grid_x = 8 |
|
Horizontal grid cells for feature distribution. More... | |
| int | grid_y = 6 |
|
Vertical grid cells for feature distribution. More... | |
| int | min_px_dist = 10 |
|
Minimum pixel distance between accepted features. Must be non-negative. More... | |
| std::string | input_name = "input_image" |
| std::string | output_name = "output_features" |
Description
Grid-distributed FAST feature detector options.
GriderFast follows the OpenVINS-style Grider_FAST naming while using normal Neat/PascalCase spelling. Feature records are published as Int32 [count, x0, y0, score0, x1, y1, score1, ...] per batch item.
Public ABI:
- input: input_name, UInt8 [batch_size,height,width]
- output: output_name, Int32 [batch_size,1 + max_features*3]
Definition at line 71 of file VisualFrontend.h.
Public Member Functions
summary()
|
Human-readable, non-throwing summary for logs, diagnostics, and Python repr.
Definition at line 88 of file VisualFrontend.h.
Public Member Attributes
grid_x
|
Horizontal grid cells for feature distribution.
Definition at line 77 of file VisualFrontend.h.
grid_y
|
Vertical grid cells for feature distribution.
Definition at line 79 of file VisualFrontend.h.
input_name
|
Input grayscale image tensor name.
Definition at line 83 of file VisualFrontend.h.
max_features
|
Maximum features emitted per batch item.
Definition at line 75 of file VisualFrontend.h.
min_px_dist
|
Minimum pixel distance between accepted features. Must be non-negative.
Definition at line 81 of file VisualFrontend.h.
output_name
|
Output feature-list tensor name.
Definition at line 85 of file VisualFrontend.h.
threshold
|
FAST detector threshold in [0,255].
Definition at line 73 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.