-
I have found two examples y others using ofxCV and OpenCV that refer to StereoBm, but I am having trouble getting any of these files to compile. Do you have an example of how stereoBM should work, or …
-
delete old cv stuff not in use, move stuff to own repo(s) where possible (and add in as submodules)
-
First, am able to compile the FaceSubstitution example without issue.
I believe my data folder is populated correctly. Am populating faces folder with identical images used in FaceSubstitution example…
-
Hi All,
I was wondering how I would go about recompiling the blink detection app for newer systems. I am running 10.10.1 on which it isn't working at all. However I've seen it work on previous system…
-
@mfargo
I love your filter library. I never get tired of looking at the filtered image.
Anyway, I am now trying to use your library on iOS(iPhone app).
My question:
1 Is it possible to use your l…
-
Hi, I would like to know if you are going to add OCL and GPU support in the future?
With kind regards,
Martijn
-
Currently it's really messy to use the features of calibration outside of the 'standard routine'
e.g. i'm making a system where
N cameras capture scenes
At the time of capture a thread is started to …
-
this is definitely possible, and might go along with better re-initialization algorithms. doing a manual haar face detection pass and using the results to initialize multiple face trackers, rather tha…
-
I am seeing an issue where when I set features before calling flow and read the features back they are the same. I can see that the features are actually changing when I trace it out:
```
…
-
I've cloned this repo, along with ofxCV and FaceSubstitution. I rebuilt the FaceSubstitution project using the ofProjectGenerator and linked all the current projects. The project does compile fine, …