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