#include <iostream>
#include <memory>
#include <tuple>
#include <stdlib.h>
#include <type_traits>
#include <utility>
#include <boost/optional.hpp>
#include <boost/preprocessor/stringize.hpp>
#include <opencv2/core.hpp>
#include <opencv2/imgproc.hpp>
#include <opencv2/highgui/highgui.hpp>
#include "lvr2/registration/TransformUtils.hpp"
#include "lvr2/types/MatrixTypes.hpp"
#include "lvr2/io/hdf5/HDF5FeatureBase.hpp"
#include "lvr2/io/hdf5/ArrayIO.hpp"
#include "lvr2/io/hdf5/ChannelIO.hpp"
#include "lvr2/io/hdf5/PointCloudIO.hpp"
#include "lvr2/io/hdf5/MeshIO.hpp"
#include "lvr2/io/hdf5/VariantChannelIO.hpp"
#include "lvr2/io/hdf5/MatrixIO.hpp"
#include "lvr2/io/hdf5/ImageIO.hpp"
#include "lvr2/types/VariantChannel.hpp"
Go to the source code of this file.
Functions | |
cv::Mat | generate_image () |
void | hdf5io_gen_example () |
void | hdf5io_usage_example () |
int | main (int argc, char **argv) |
void | update_example () |
cv::Mat generate_image | ( | ) |
Definition at line 31 of file examples/hdf5features/Main.cpp.
void hdf5io_gen_example | ( | ) |
Definition at line 48 of file examples/hdf5features/Main.cpp.
void hdf5io_usage_example | ( | ) |
Definition at line 110 of file examples/hdf5features/Main.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 325 of file examples/hdf5features/Main.cpp.
void update_example | ( | ) |
Definition at line 307 of file examples/hdf5features/Main.cpp.