KWIVER
stable
  • Introduction
  • Vital
  • Arrows
  • Sprokit
    • Getting Started with Sprokit
    • Distributed Processing
    • Sprokit Architecture
      • Pipeline Design
      • Pipeline Declaration Files
      • Process
        • any_source
        • collate
        • compute_homography
        • compute_stereo_depth_map
        • const
        • const_number
        • data_dependent
        • detect_features
        • detected_object_filter
        • detected_object_input
        • detected_object_output
        • distribute
        • draw_detected_object_boxes
        • draw_detected_object_set
        • draw_tracks
        • duplicate
        • expect
        • extract_descriptors
        • feature_matcher
        • feedback
        • flow_dependent
        • frame_list_input
        • image_file_reader
        • image_filter
        • image_object_detector
        • image_viewer
        • image_writer
        • kw_archive_writer
        • multiplication
        • multiplier_cluster
        • mutate
        • numbers
        • orphan
        • orphan_cluster
        • output_adapter
        • pass
        • print_number
        • read_d_vector
        • refine_detections
        • shared
        • sink
        • skip
        • split_image
        • stabilize_image
        • tagged_flow_dependent
        • take_number
        • take_string
        • template
        • track_descriptor_input
        • track_descriptor_output
        • tunable
        • video_input
  • Tools
  • Tutorials
  • Extending Kwiver
KWIVER
  • »
  • Sprokit »
  • Sprokit Architecture »
  • Process »
  • print_number
  • Edit on GitHub

print_number

Configuration

Variable

Default

Tunable

Description

output

(no default value)

NO

The path of the file to output to.

Input Ports

Port name

Data Type

Flags

Description

number

integer

_required

Where numbers are read from.

Output Ports

Pipefile Usage

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

Pipefile block

# ================================================================
process <this-proc>
  :: print_number
# The path of the file to output to.
  output = <value>
# ================================================================

Process connections

The following Input ports will need to be set

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

The following Output ports will need to be set

# This process will produce the following output ports

Class Description

Warning

doxygenclass: Cannot find file: /home/docs/checkouts/readthedocs.org/user_builds/kwiver-fork/checkouts/stable/doc/manuals/_build/xml/index.xml

Previous Next

© Copyright 2020, Kitware, Inc.. Revision 6786e137.

Built with Sphinx using a theme provided by Read the Docs.