Skip to main content

TensorOpenCV.h File

OpenCV helpers for Tensor. More...

Included Headers

Description

OpenCV helpers for Tensor.

File Listing

The file content with the documentation metadata removed is:

1
6#pragma once
7
9
10#if defined(SIMA_WITH_OPENCV)
11namespace simaai::neat {
12
13Tensor from_cv_mat(const cv::Mat& mat, ImageSpec::PixelFormat fmt = ImageSpec::PixelFormat::BGR,
14 bool read_only = true);
15
16} // namespace simaai::neat
17#endif

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.