ReUseX  0.0.1
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
image.hpp File Reference
#include <opencv2/opencv.hpp>
Include dependency graph for image.hpp:

Go to the source code of this file.

Classes

struct  ReUseX::vision::common::tensor::Image
 Lightweight, non-owning view of a BGR image buffer. More...

Namespaces

namespace  ReUseX
namespace  ReUseX::vision
namespace  ReUseX::vision::common
namespace  ReUseX::vision::common::tensor

Functions

Image ReUseX::vision::common::tensor::cvimg (const cv::Mat &image)
 Create an Image view that wraps an OpenCV Mat (zero-copy).