-
I struggled for a few hours trying to understand why the result of `undistort` with my calibration data was always an image with no size.
In my case, my `ofApp::update` function was:
``` cpp
void of…
-
I am trying to compile ScrambleSuit on Fedora 21
So I installed openFramworks 0.9.9,
installed all codecs and deps,
installed ofxCv and ofxFaceTracker,
cloned your repo into a subfolder in ofx/apps/,
…
erdii updated
9 years ago
-
```c++
// horz, vert
_cam->setFlip(false, false);
```
![blank_skitch_document](https://user-images.githubusercontent.com/300484/33919778-29dca7ea-df80-11e7-8673-ff6b184549e2.png)
```c++
// h…
-
Hello,
I am trying to use FaceTracker on iOS. But texture is not displayed. Black mesh is displayed.
Why does this happen?
I also referred to this article.
https://github.com/kylemcdonald/ofxCv/issu…
-
Hi, I have a some question. i'm new to openframeworks so forgive me nobe question. I'm compiling succeesfull the ofxFacetracker on VisualStudio Comunity 2015 I did as instruction provided- first compi…
-
Hello,
On Windows 10, OF 0.10, ofxCv master branch, VS 2017, I can build and run the example contour-tracking without problem.
But adding:
`contourFinder.setSortBySize(true)` in the setup will ma…
-
the initial idea for ofxCv is that it could ship with a bunch of other opencv-adjacent tools, but it's clear now that won't happen.
-
I cannot seem to compile anything with ofxCv (stable branch) and of 0.9.8 release or of github stable branch. I get the same error for all combinations:
```
1>opencv_core310.lib(persistence.obj) :…
-
you regularly want to threshold using something like color, brightness, maybe HSB, or RGB. this is inside ContourFinder right now, but you may want to use it separately.
-
Hi there im a musician trying to use FaceOSC . It looks quite hard for me . I downloaded the required files , tried to debug with Visual Studio 2015 , yet im not able to create a .exe file.
The lack o…