|
rgbd
|
#include "test_utils.h"#include <gtest/gtest.h>#include <opencv2/core/mat.hpp>#include <rgbd/image.h>#include <sensor_msgs/CameraInfo.h>
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| TEST (Image, EmptyClone) | |
| TEST (Image, NotEqual) | |
| TEST (Image, RandomClone) | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 77 of file image_gtest.cpp.
| TEST | ( | Image | , |
| EmptyClone | |||
| ) |
Definition at line 12 of file image_gtest.cpp.
| TEST | ( | Image | , |
| NotEqual | |||
| ) |
Definition at line 30 of file image_gtest.cpp.
| TEST | ( | Image | , |
| RandomClone | |||
| ) |
Definition at line 21 of file image_gtest.cpp.
1.8.17