26 cout <<
"Creating test.avi..." << endl;
34 for (
int i = 1; i < 100; i++)
38 img.rectangle(0, 0, 320, 200, TColor::black());
41 160 + 50 * cos(0.05 * i), 120 + 50 * sin(0.05 * i), 30,
46 cout <<
"frame " << i << endl;
50 cout <<
"Video closed " << endl;
64 catch (
const std::exception& e)
71 printf(
"Untyped exception!");
void close()
Finish the file writing and close the file output.
bool open(const std::string &out_file, double fps, const mrpt::img::TImageSize &frameSize, const std::string &fourcc=std::string(""), bool isColor=true)
Open a file for writing the video.
Classes for computer vision, detectors, features, etc.
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
An output stream which takes a sequence of images and writes a video file in any of a given of compat...
TPixelCoord TImageSize
A type for image sizes.
std::string exception_to_str(const std::exception &e)
Builds a nice textual representation of a nested exception, which if generated using MRPT macros (THR...
A class for storing images as grayscale or RGB bitmaps.