Skip to content
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

Open
blurmonk opened this issue Jul 20, 2013 · 5 comments
Open

Some samples would be great. #1

blurmonk opened this issue Jul 20, 2013 · 5 comments

Comments

@blurmonk
Copy link

It would be great if this library provides couple sample opencv projects

thanks

@deltaluca
Copy link
Owner

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

@blurmonk
Copy link
Author

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.

@deltaluca
Copy link
Owner

I'll put some together based on the opencv doc tutorials then :)

@deltaluca
Copy link
Owner

I've put 3 basic samples in the repo under /samples

each can just be run with haxe -x Sample# -lib cv

@blurmonk
Copy link
Author

Hey thanks for the quick additions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants