detected_object_filter
Configuration
Variable |
Default |
Tunable |
Description |
|---|---|---|---|
filter |
(no default value) |
NO |
Algorithm configuration subblock. |
Input Ports
Port name |
Data Type |
Flags |
Description |
|---|---|---|---|
detected_object_set |
kwiver:detected_object_set |
_required |
Set of detected objects. |
Output Ports
Port name |
Data Type |
Flags |
Description |
|---|---|---|---|
detected_object_set |
kwiver:detected_object_set |
(none) |
Set of detected objects. |
Pipefile Usage
The following sections describe the blocks needed to use this process in a pipe file.
Pipefile block
# ================================================================
process <this-proc>
:: detected_object_filter
# Algorithm configuration subblock.
filter = <value>
# ================================================================
Process connections
The following Input ports will need to be set
# This process will consume the following input ports
connect from <this-proc>.detected_object_set
to <upstream-proc>.detected_object_set
The following Output ports will need to be set
# This process will produce the following output ports
connect from <this-proc>.detected_object_set
to <downstream-proc>.detected_object_set
Class Description
Warning
doxygenclass: Cannot find file: /home/docs/checkouts/readthedocs.org/user_builds/kwiver-fork/checkouts/stable/doc/manuals/_build/xml/index.xml