ofZach

Results 142 comments of ofZach

fixed by making unix internally in the app. this is still a really big issue, so leaving open for now.

I've also been a little bit suspect about how we do ofSetBackgroundAuto(false) and how it works on lower end machines as we've seen this problem reported from time to time...

ps: added some updates now, so that there some info about the points in the new mesh, as well as indices stored in the triangles and I've added an ofMesh...

@genekogan I found this https://github.com/TadasBaltrusaitis/CLM-framework which sits on top of dlib to be significantly better then ofxFaceTracker.... haven't tested dlib directly but CLM is great. (also in my experience CLAHE...

yes I had to scale down the image I was passing into to CLM, I think it fine at 640x480 so it was something in that size range. Faces couldn't...

CLM is really good, I am using it on OSX now w/ dlib and it's great (esp when combined with this CLAHE http://imagej.net/Enhance_Local_Contrast_(CLAHE)) . It requires a ton of additional...

ps: I like it also b/c ofxFaceTracker hates my beard, HoG from dlib and CLM are much more forgiving... used it for a mask project (there's some videos on my...

just a bump on this PR -- not sure how complete it is, but am working on a project where opengl es 3.0 on android would help alot. cc @danzeeeman

I'm not sure -- https://github.com/openframeworks/openFrameworks/blob/master/libs/openFrameworks/utils/ofConstants.h#L245-L256 I was just trying to get faster pixel readback working... alot of the faster approaches involve gles3 pbo type things: https://zhangtemplar.github.io/pbo/

+1, this also seems unintuitive to me -- some alternative names that might be worth considering (since ofGetDeltaTime() doesn't really specify what the delta is): ofGetFrameDeltaTime() ofGetTimeSinceLastFrame() ofGetElapsedFrameTime() or something...