ark::image::VideoScaleStage

Defined in header “ark/image/stages/video_scale_stage.hh”.


This stage will pull in images from the given named channel, rescale them to the dimensions desired, and then publish the result over the channel specified.

This is all configured through the configuration structure.

Methods

  • VideoScaleStage(std::string name)
    Constructor.

  • ~VideoScaleStage()
    Destructor.

  • void initialize(pipeline::StageInterface & interface)
    Called from the executor when we are initialized.