track_descriptor_input

Configuration

Variable

Default

Tunable

Description

file_name

(no default value)

NO

Name of the track descriptor set file to read.

reader

(no default value)

NO

Algorithm type to use as the reader.

Input Ports

There are no input ports for this process.

Output Ports

Port name

Data Type

Flags

Description

image_file_name

kwiver:image_file_name

(none)

Name of an image file. The file name may contain leading path components.

track_descriptor_set

kwiver:track_descriptor_set

(none)

Set of track descriptors.

Pipefile Usage

The following sections describe the blocks needed to use this process in a pipe file.

Pipefile block

# ================================================================
process <this-proc>
  :: track_descriptor_input
# Name of the track descriptor set file to read.
  file_name = <value>
# Algorithm type to use as the reader.
  reader = <value>
# ================================================================

Process connections

The following Input ports will need to be set

# There are no input port's for this process

The following Output ports will need to be set

# This process will produce the following output ports
connect from <this-proc>.image_file_name
         to   <downstream-proc>.image_file_name
connect from <this-proc>.track_descriptor_set
         to   <downstream-proc>.track_descriptor_set

Class Description

Warning

doxygenclass: Cannot find class “kwiver::track_descriptor_input_process” in doxygen xml output for project “kwiver” from directory: ./_build/xml