hx-opencv icon indicating copy to clipboard operation
hx-opencv copied to clipboard

Some samples would be great.

Open blurmonk opened this issue 11 years ago • 5 comments

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

thanks

blurmonk avatar Jul 20 '13 04:07 blurmonk

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

deltaluca avatar Jul 20 '13 07:07 deltaluca

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.

blurmonk avatar Jul 20 '13 16:07 blurmonk

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

deltaluca avatar Jul 20 '13 18:07 deltaluca

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

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

deltaluca avatar Jul 20 '13 22:07 deltaluca

Hey thanks for the quick additions

blurmonk avatar Jul 20 '13 22:07 blurmonk