dpilger26 / NumCpp

C++ implementation of the Python Numpy library

Home Page:https://dpilger26.github.io/NumCpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to convert a 4-dimensional array in CV::Mat into a data format available in NumCpp?

ZJDATY opened this issue · comments

commented

In deep learning, 4-dimensional arrays are often used.
For example:
cv::Mat[1,2,512,512]

This has been asked and answered many times... NumCpp is limited to 1D and 2D, please see the documentation.