null component $Date$ More...
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/core/core.hpp>
#include "JpegEncoder.h"
Go to the source code of this file.
Functions | |
void | JpegEncoderInit (RTC::Manager *manager) |
Variables | |
static const char * | jpegdecoder_spec [] |
void JpegEncoderInit | ( | RTC::Manager * | manager | ) |
Definition at line 208 of file JpegEncoder.cpp.
const char* jpegdecoder_spec[] [static] |
{ "implementation_id", "JpegEncoder", "type_name", "JpegEncoder", "description", "null component", "version", HRPSYS_PACKAGE_VERSION, "vendor", "AIST", "category", "example", "activity_type", "DataFlowComponent", "max_instance", "10", "language", "C++", "lang_type", "compile", "conf.default.quality", "95", "" }
Definition at line 17 of file JpegEncoder.cpp.