image_filter

Configuration

Variable

Default

Tunable

Description

filter

(no default value)

NO

Algorithm configuration subblock

Input Ports

Port name

Data Type

Flags

Description

image

kwiver:image

_required

Single frame image.

Output Ports

Port name

Data Type

Flags

Description

image

kwiver:image

(none)

Single frame image.

Pipefile Usage

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

Pipefile block

# ================================================================
process <this-proc>
  :: image_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>.image
         to   <upstream-proc>.image

The following Output ports will need to be set

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

Class Description

class image_filter_process : public sprokit::process

Image object detector process.

class priv