ContRap
The symbolic tool for control-flow based rapid prototyping.

Function qtLoadPGMV from qttools
Brief description

qtLoadPGMV(filename:String):std::vector<QImage>

Loads a gray value video from a file in the PGMV format More ...

Function information
Name: qtLoadPGMV
Base:
Group: Qt plugins:Image I/O
Icon: qtimage.png
Color: darkGreen
Authors:
Copyright:

Detailed description

Loads a gray value video from a file in the PGMV format. The video has a single PGM header. The rest contains the video images one after the other without additional information.

Input parameters
filename: String
Name of the file

Return values
Default return value: std::vector
Image vector with ARGB images