Closed Machine-Jonte closed 2 years ago
According to the crate level doc (link), the direction opencv -> ndarray is not implemented yet. Perhaps you can open a feature request and let me find some time to work it out
Yes, my mistake, I missed that in the docs. Thanks for the clarification.
Hello! This is a very promising package (thanks for putting in the effort of making it).
I've been struggling to figure out how to convert opencv::core::Mat -> Array3.
Is this possible? Seems from the README the answer should be yes!
Following the README I expect to do something like:
This is my cargo.toml