SciSharp/Numpy.NET

convert ndarray to C# some kind of data structure

yalondpsi opened this issue · 2 comments

HI,
Is someone here is using openCV for Unity?
I'm stragelling to convert ndarray to C# some kind of data structure
Thank you

henon commented

this is the Numpy.NET repository. How to get data out of Ndarray is documented in the readme here https://github.com/SciSharp/Numpy.NET#create-a-numpy-array-from-a-c-array-and-vice-versa

Ok
Sorry and thank you!