#include <gtest/gtest.h>
#include "opencv/cxcore.h"
#include "opencv/cvwimage.h"
#include "opencv/cv.h"
#include "opencv/highgui.h"
#include "cv_bridge/CvBridge.h"
#include "sensor_msgs/Image.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (OpencvTests, testCase_encode_decode) | |
TEST (OpencvTests, testCase_decode_8u) | |
TEST (OpencvTests, testCase_decode_16u) | |
TEST (OpencvTests, testCase_decode_8uc3) | |
TEST (OpencvTests, testCase_new_methods) | |
TEST (OpencvTests, testCase_16u_bgr) |