convert cv::Mat to a C Struct
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.
add a comment