supereight
|
#include <opencv2/core/mat.hpp>
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | se |
Helper wrapper to allocate and de-allocate octants in the octree. | |
Functions | |
cv::Mat | se::montage (int montage_width, int montage_height, const std::vector< cv::Mat > &images, const std::vector< std::string > &labels) |
Create a montage of several images and overlay labels. | |