$search
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <cstdio>
#include <rtc/rtcArray2.h>
#include <rtc/rtcVec2.h>
#include <rtc/rtcVec3.h>
#include <rtc/rtcVec4.h>
Go to the source code of this file.
Classes | |
class | rtc::Image< T > |
Namespaces | |
namespace | rtc |
Typedefs | |
typedef Image< Vec3f > | rtc::Image3f |
typedef Image< Vec3uc > | rtc::Image3uc |
typedef Image< Vec4uc > | rtc::Image4uc |
typedef Image< unsigned char > | rtc::Imageuc |