#include <gtest/gtest.h>
#include <ros/ros.h>
#include <image_transport/image_transport.h>
#include <opencv2/highgui/highgui.hpp>
#include <cv_bridge/cv_bridge.h>
#include "dnn_detect/DetectedObject.h"
#include "dnn_detect/DetectedObjectArray.h"
#include "dnn_detect/Detect.h"
#include <boost/thread/thread.hpp>
Go to the source code of this file.
Classes | |
class | DnnImagesTest |
Macros | |
#define | IMREAD_COLOR_MODE CV_LOAD_IMAGE_COLOR |
Functions | |
int | main (int argc, char **argv) |
TEST_F (DnnImagesTest, cat) | |
#define IMREAD_COLOR_MODE CV_LOAD_IMAGE_COLOR |
Definition at line 15 of file dnn_images_test.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 90 of file dnn_images_test.cpp.
TEST_F | ( | DnnImagesTest | , |
cat | |||
) |
Definition at line 79 of file dnn_images_test.cpp.