|
rgbd
|
#include "test_utils.h"#include <gtest/gtest.h>#include <opencv2/core.hpp>#include <opencv2/imgcodecs.hpp>#include <rgbd/image.h>#include <rgbd/serialization.h>#include <tue/serialization/input_archive.h>#include <tue/serialization/output_archive.h>#include <sstream>
Go to the source code of this file.
Classes | |
| class | Serialization |
Functions | |
| int | main (int argc, char **argv) |
| TEST_F (Serialization, LossLess) | |
| TEST_F (Serialization, Lossy) | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 66 of file serialization_gtest.cpp.
| TEST_F | ( | Serialization | , |
| LossLess | |||
| ) |
Definition at line 28 of file serialization_gtest.cpp.
| TEST_F | ( | Serialization | , |
| Lossy | |||
| ) |
Definition at line 41 of file serialization_gtest.cpp.
1.8.17