File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
modules/core/include/opencv2/core Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 66
66
namespace cv
67
67
{
68
68
69
- // ! @addtogroup core_eigen
69
+ /* * @addtogroup core_eigen
70
+ These functions are provided for OpenCV-Eigen interoperability. They convert `Mat`
71
+ objects to corresponding `Eigen::Matrix` objects and vice-versa. Consult the [Eigen
72
+ documentation](https://eigen.tuxfamily.org/dox/group__TutorialMatrixClass.html) for
73
+ information about the `Matrix` template type.
74
+
75
+ @note Using these functions requires the `Eigen/Dense` or similar header to be
76
+ included before this header.
77
+ */
70
78
// ! @{
71
79
72
- #ifdef OPENCV_EIGEN_TENSOR_SUPPORT
80
+ #if defined( OPENCV_EIGEN_TENSOR_SUPPORT) || defined(CV_DOXYGEN)
73
81
/* * @brief Converts an Eigen::Tensor to a cv::Mat.
74
82
75
83
The method converts an Eigen::Tensor with shape (H x W x C) to a cv::Mat where:
You can’t perform that action at this time.
0 commit comments