Using opencv in Flash Alchemy

886 views Asked by At

I have a project that uses quite a few opencv libs to do some image processing tasks. Now I need to build a Flash app for it. I read that Alchemy allows compiling c++ libs for Flash. I wonder if anyone has tried to build flash apps using opencv libs and dlls? Thanks.

1

There are 1 answers

1
paleozogt On BEST ANSWER

You can compile C++ libs, but watch out for std::string. Also, you won't be able to use DLLs-- everything has to be statically compiled into one SWC.