-
So,
on windows I get an error when trying to automatically convert from std::filesystem::path to string
![Screenshot 2024-10-11 173742](https://github.com/user-attachments/assets/c771496c-9f4a-495b…
-
I have got an error compiling even a blank project with ofxCv activated in a fedora 39 fresh install with opencv 4.8.1. ofxOpenCv work find by the way. The problem is the following:
```
openFramew…
-
I propose to add it as another addon, and deprecate ofxOpenCv until finally dropping it with 1.0.
If there is support for this approach I can send a PR. The biggest issue is that there are a lot of e…
-
i'm doing an computer vision + OF class at ITP this weekend and wanted to show them the "update multiple projects" tab. but when i try to run it on ofxCv i don't get any new project files. here is the…
-
Hello,
I try to run the code which is located in example-advanced folder of https://github.com/kylemcdonald/ofxFaceTracker with ` Visual Studio using openFrameworks plugin`. The example's addons.make…
-
I have changed some part in the code on CameraManager.cpp, the void CameraManager::update() function. I put
**cv::Mat img;
img = toCv(videoMatrix).clone();
cv::Mat lookUpTable(1, 256, CV_8U);
…
-
Here is a collection of QTCreator Bugs to start tracking.
## Wizards / Templates
### New Project Wizard
- [ ] 🙏 Support Addons that are not "core" addons in the Wizard.
- [ ] 🙏 Skip "Project M…
-
Create a blob class that persists over time and stores ID, position and size.
See here:
http://shiffman.net/2011/04/26/opencv-matching-faces-over-time/
or here:
https://github.com/kylemcdonald/ofxCv…
-
Hello !
I try to install Magic-Sand on a Raspberry Pi 3, and got some trouble...
In parallel, I've installed the same way on a pc and it worked, so I'm a little confused !
I've start the pro…
-
I just added an dependency in ofxCv to ofxOpenCV, but in make based build systems this has an issue, ofxCv gets included before ofxOpenCV in the linking phase, it should be opposite, dependencies shou…