I am trying to write a C wrapper for opencv4+. But when it comes to the Mat Class i have no idea how to wrap it, so it can be called by C Convention. If anyone have a suggestion i would be thankful.
1 | initial version |
I am trying to write a C wrapper for opencv4+. But when it comes to the Mat Class i have no idea how to wrap it, so it can be called by C Convention. If anyone have a suggestion i would be thankful.