Christopher Baker

Results 161 comments of Christopher Baker

Cool! On Tue, Apr 17, 2018, 9:10 AM Dario Longobardi wrote: > ok, now we also have a working emscripten example: > > https://github.com/kashimAstro/ofxDlib/tree/master/example_emscripten_dlib_face_detector > > I have also modified...

I think that example is unfinished. I'll take a look.

Good catch. Can you submit a PR?

Hi, do you get the same issue on the master branch? The stable branch is several years old and not actively supported.

I'm not exactly sure -- generally I don't use `ofSystem()` because it usually doesn't give me enough control. I prefer using https://pocoproject.org/docs/Poco.Process.html which gives you a handle to the process,...

Just sending you some positive energy @roelj ! Looking forward to seeing what you come up with!

Not entirely related, but I just implemented the ``` // this should be replaced by c++ 2.0 api style code once available vector convexityDefects(const vector& contour) { ``` using the...

Here is my "drop in" version of the C++ api using the current oF version of openCV (which has a bug) It basically makes a best effort to search for...

For the record -- ofxSerial just wraps http://wjwwood.io/serial/ which is a solid cross platform implementation by @wjwwood. Check it out!