-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some samples would be great. #1
Comments
You should be able to follow any existing opencv tutorials/samples that use the C API, the main change between the C API and the Haxe API are that for instance everything in the C #include "cv/highgui.h" will be a static member of cv.HighGui class |
Hi Thanks for follow up. Sure it is all possible but for the users it is always great to include a working/compilable problem free simple first example. I did not mean a working opencv project, I just meant a working haxe compilable opencv haxe bridge project. In any case thanks for the extension. |
I'll put some together based on the opencv doc tutorials then :) |
I've put 3 basic samples in the repo under /samples each can just be run with haxe -x Sample# -lib cv |
Hey thanks for the quick additions |
It would be great if this library provides couple sample opencv projects
thanks
The text was updated successfully, but these errors were encountered: