You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since this doesn't quite have the conventional structure, how do I dev this package and test my changes?
what version of OpenCV is this generated against? Perhaps there should be a way to query the OpenCV lib version? (If there is already such a method, can we document it?)
The package version is 4.5.2, which I'm guessing you take from the library version of OpenCV itself. But suppose I want to make a breaking change to the Julia implementation of Mat. So to follow Semver now I need to release v5 of OpenCV.jl?
If you want to provide a few thoughts about these questions I am happy to submit a PR filling them out in greater detail in the README.
The text was updated successfully, but these errors were encountered:
I am starting to kick the tires here! Thanks for getting this working.
The first thing I noticed is that it would be nice to have a few items added to the README. For example:
dev
this package and test my changes?Mat
. So to follow Semver now I need to release v5 of OpenCV.jl?If you want to provide a few thoughts about these questions I am happy to submit a PR filling them out in greater detail in the README.
The text was updated successfully, but these errors were encountered: