ark::image::JpegVideoDecompressor

Defined in header “ark/image/jpeg_video_decompressor.hh”.


An implementation of the abstract video decompressor interface, for JPEG images.

Methods

  • ~JpegVideoDecompressor()
    Default destructor, for virtual class.

  • bool write(const Image & image)
    Pushes a camera image into the decompressor. This is the image that you want to decompress. Returns true if the compressor accepted this frame, or false otherwise.

  • bool read(Image & image)
    Pushes a camera image into the decompressor. This is the image that you want to decompress. Returns true if the compressor accepted this frame, or false otherwise.