Example for opencv image processing binding #24
Comments
|
@pzoltowski I've done this in earlier versions of my eos library: patrikhuber/eos/tree/v0.12.2/python (up to v0.12.2). There are type_caster's there for |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there anywhere available example of creating between python with numpy and c++ opencv code? , eg.
cv::Mat process(cv::Mat& in, cv::Mat& out)
The text was updated successfully, but these errors were encountered: