read_d_vector

Configuration

Input Ports

Port name

Data Type

Flags

Description

d_vector

kwiver:d_vector

_required

Vector of doubles from descriptor

Output Ports

Pipefile Usage

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

Pipefile block

# ================================================================
process <this-proc>
  :: read_d_vector
# ================================================================

Process connections

The following Input ports will need to be set

# This process will consume the following input ports
connect from <this-proc>.d_vector
         to   <upstream-proc>.d_vector

The following Output ports will need to be set

# This process will produce the following output ports

Class Description

class read_descriptor_process : public sprokit::process

Display images.

class priv