Open
Description
The massiv array library looks like an improved and maintained alternative to repa. We should consider writing an adapter for OpenCV Mats for massiv
Arrays like we do for repa Arrays.
@lehins massiv
looks pretty cool! Do you think it's possible to write an adapter between OpenCV Mats and massiv
Arrays so that we can read and write OpenCV Mats using the massiv
API?
Note that one thing that is missing is that we don't have an instance for the repa Target class. This means that we can't actually write OpenCV Mats using repa
. I wonder if we can do this in massiv
.