.. |br| raw:: html
Configuration ------------- .. csv-table:: :header: "Variable", "Default", "Tunable", "Description" :align: left :widths: auto "refiner", "(no default value)", "NO", "Algorithm configuration subblock" Input Ports ----------- .. csv-table:: :header: "Port name", "Data Type", "Flags", "Description" :align: left :widths: auto "detected_object_set", "kwiver:detected_object_set", "_required", "Set of detected objects." "image", "kwiver:image", "(none)", "Single frame image." Output Ports ------------ .. csv-table:: :header: "Port name", "Data Type", "Flags", "Description" :align: left :widths: auto "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 -------------- .. code:: # ================================================================ process :: refine_detections # Algorithm configuration subblock refiner = # ================================================================ Process connections ~~~~~~~~~~~~~~~~~~~ The following Input ports will need to be set ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. code:: # This process will consume the following input ports connect from .detected_object_set to .detected_object_set connect from .image to .image The following Output ports will need to be set ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. code:: # This process will produce the following output ports connect from .detected_object_set to .detected_object_set Class Description ----------------- .. doxygenclass:: kwiver::refine_detections_process :project: kwiver :members: